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

Method dump

output/java8/1.4.17/CompiledST.java:252–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250
251
252 public void dump() {
253 BytecodeDisassembler dis = new BytecodeDisassembler(this);
254 System.out.println(name+
255 ":");
256 System.out.println(dis.disassemble());
257 System.out.println("Strings:");
258 System.out.println(dis.strings());
259 System.out.println("Bytecode to template map:");
260 System.out.println(dis.sourceMap());
261 }
262
263
264 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