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

Method emit

output/java8/1.4.17/CompilationState.java:112–114  ·  view source on GitHub ↗
(short opcode)

Source from the content-addressed store, hash-verified

110 }
111
112 public void emit(short opcode) {
113 emit(null, opcode);
114 }
115
116 public void emit(CommonTree opAST, short opcode) {
117 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