Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ getExecutionTrace
Method
getExecutionTrace
output/java8/1.4.13/Interpreter.java:1365–1367 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1363
}
1364
1365
public
List<String> getExecutionTrace() {
1366
return
executeTrace;
1367
}
1368
1369
public
static
int
getShort(byte[] memory,
int
index) {
1370
int
b1 = memory[index]&0xFF;
// mask off sign-extended bits
Callers
1
inspect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected