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

Method emit1

output/java8/1.4.14/CompilationState.java:126–131  ·  view source on GitHub ↗
(CommonTree opAST, short opcode, int arg)

Source from the content-addressed store, hash-verified

124 }
125
126 public void emit1(CommonTree opAST, short opcode, int arg) {
127 emit(opAST, opcode);
128 ensureCapacity(Bytecode.OPND_SIZE_IN_BYTES);
129 writeShort(impl.instrs, ip, (short)arg);
130 ip += Bytecode.OPND_SIZE_IN_BYTES;
131 }
132
133 public void emit2(CommonTree opAST, short opcode, int arg, int arg2) {
134 emit(opAST, opcode);

Callers 4

refAttrMethod · 0.95
setOptionMethod · 0.95
insertMethod · 0.95
indentMethod · 0.95

Calls 4

emitMethod · 0.95
ensureCapacityMethod · 0.95
writeShortMethod · 0.95
defineStringMethod · 0.95

Tested by

no test coverage detected