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

Method run

src/checker/MethEnv.java:440–455  ·  view source on GitHub ↗

Execute a particular method, assuming that the stack frame has already been set up as necessary. If the method body is null, we check to see if there is a corresponding primitive function and execute that instead. For the time being, the only primitive is System.out.

(State st)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

callMethod · 0.45

Calls 9

abortMethod · 0.95
execMethod · 0.45
toStringMethod · 0.45
isStaticMethod · 0.45
getNameMethod · 0.45
getCharMethod · 0.45
getFrameMethod · 0.45
evalMethod · 0.45
getPosMethod · 0.45

Tested by

no test coverage detected