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

Method instrs

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

Source from the content-addressed store, hash-verified

244
245
246 public String instrs() {
247 BytecodeDisassembler dis = new BytecodeDisassembler(this);
248 return dis.instrs();
249 }
250
251
252 public void dump() {

Callers

nothing calls this directly

Calls 1

instrsMethod · 0.95

Tested by

no test coverage detected