MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / get

Method get

src/main/java/wycc/util/AbstractItem.java:121–124  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

119 }
120
121 @Override
122 public Item get(int i) {
123 return operands[i];
124 }
125
126 @Override
127 public void setOperand(int ith, Item child) {

Callers 1

compareToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected