Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getExecutionTrace
Method
getExecutionTrace
output/java/1.4.14/Interpreter.java:1415–1417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1413
}
1414
1415
public
List<String> getExecutionTrace() {
1416
return
executeTrace;
1417
}
1418
1419
public
static
int
getShort(byte[] memory,
int
index) {
1420
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