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

Method dump

output/java/1.4.13/CompiledST.java:237–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 public void dump() {
238 BytecodeDisassembler dis = new BytecodeDisassembler(this);
239 System.out.println(name+":");
240 System.out.println(dis.disassemble());
241 System.out.println("Strings:");
242 System.out.println(dis.strings());
243 System.out.println("Bytecode to template map:");
244 System.out.println(dis.sourceMap());
245 }
246
247 public String disasm() {
248 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