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

Method dump

output/java/1.4.17/CompiledST.java:241–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 public void dump() {
242 BytecodeDisassembler dis = new BytecodeDisassembler(this);
243 System.out.println(name+":");
244 System.out.println(dis.disassemble());
245 System.out.println("Strings:");
246 System.out.println(dis.strings());
247 System.out.println("Bytecode to template map:");
248 System.out.println(dis.sourceMap());
249 }
250
251 public String disasm() {
252 BytecodeDisassembler dis = new BytecodeDisassembler(this);

Callers 2

test1Method · 0.45
_execMethod · 0.45

Calls 3

disassembleMethod · 0.95
stringsMethod · 0.95
sourceMapMethod · 0.95

Tested by

no test coverage detected