MCPcopy Index your code
hub / github.com/MiniJavaCompiler/MiniJavaLLVM / checkClass

Method checkClass

src/syntax/ClassType.java:150–277  ·  view source on GitHub ↗

Check this class definition to make sure that there are no cycles in the class hierarchy, and to process (but not yet check) any definitions that it contains.

(Context ctxt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

checkClassesMethod · 0.95
verifyInterfacesMethod · 0.80

Calls 15

getPosMethod · 0.95
equalMethod · 0.95
getNextMethod · 0.95
isConstructorMethod · 0.95
getIdMethod · 0.95
addToClassMethod · 0.95
findMethodMethod · 0.95
setFirstMethod · 0.95
updateBodyMethod · 0.95
getBodyMethod · 0.95
addToVTableMethod · 0.95

Tested by

no test coverage detected