MCPcopy Index your code
hub / github.com/antlr/codebuff / dump

Method dump

output/java8/1.4.12/CompiledST.java:248–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246
247
248 public void dump() {
249 BytecodeDisassembler dis = new BytecodeDisassembler(this);
250 System.out.println(name+
251 ":");
252 System.out.println(dis.disassemble());
253 System.out.println("Strings:");
254 System.out.println(dis.strings());
255 System.out.println("Bytecode to template map:");
256 System.out.println(dis.sourceMap());
257 }
258
259
260 public String disasm() {

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