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

Method write

output/java8/1.4.14/CompilationState.java:176–178  ·  view source on GitHub ↗
(int addr, short value)

Source from the content-addressed store, hash-verified

174 }
175
176 public void write(int addr, short value) {
177 writeShort(impl.instrs, addr, value);
178 }
179
180 protected void ensureCapacity(int n) {
181 if ( (ip+n)>=impl.instrs.length ) { // ensure room for full instruction

Callers

nothing calls this directly

Calls 1

writeShortMethod · 0.95

Tested by

no test coverage detected