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

Method instrs

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

Source from the content-addressed store, hash-verified

240
241
242 public String instrs() {
243 BytecodeDisassembler dis = new BytecodeDisassembler(this);
244 return dis.instrs();
245 }
246
247
248 public void dump() {

Callers

nothing calls this directly

Calls 1

instrsMethod · 0.95

Tested by

no test coverage detected