MCPcopy Create free account
hub / github.com/antlr/codebuff / getExecutionTrace

Method getExecutionTrace

output/java8/1.4.14/Interpreter.java:1388–1390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1386 }
1387
1388 public List<String> getExecutionTrace() {
1389 return executeTrace;
1390 }
1391
1392 public static int getShort(byte[] memory, int index) {
1393 int b1 = memory[index]&0xFF; // mask off sign-extended bits

Callers 1

inspectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected