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

Method write

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

Source from the content-addressed store, hash-verified

172 }
173
174 public void write(int addr, short value) {
175 writeShort(impl.instrs, addr, value);
176 }
177
178 protected void ensureCapacity(int n) {
179 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