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

Method emit

output/java8/1.4.13/CompilationState.java:108–110  ·  view source on GitHub ↗
(short opcode)

Source from the content-addressed store, hash-verified

106 }
107
108 public void emit(short opcode) {
109 emit(null, opcode);
110 }
111
112 public void emit(CommonTree opAST, short opcode) {
113 ensureCapacity(1);

Callers 4

refAttrMethod · 0.95
funcMethod · 0.95
emit1Method · 0.95
emit2Method · 0.95

Calls 4

ensureCapacityMethod · 0.95
getStartIndexMethod · 0.80
getStopIndexMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected