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

Method emit1

output/java8/1.4.17/CompilationState.java:128–133  ·  view source on GitHub ↗
(CommonTree opAST, short opcode, int arg)

Source from the content-addressed store, hash-verified

126 }
127
128 public void emit1(CommonTree opAST, short opcode, int arg) {
129 emit(opAST, opcode);
130 ensureCapacity(Bytecode.OPND_SIZE_IN_BYTES);
131 writeShort(impl.instrs, ip, (short)arg);
132 ip += Bytecode.OPND_SIZE_IN_BYTES;
133 }
134
135 public void emit2(CommonTree opAST, short opcode, int arg, int arg2) {
136 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