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

Method size

src/main/java/wycc/util/AbstractItem.java:112–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112 @Override
113 public int size() {
114 if(operands != null) {
115 return operands.length;
116 } else {
117 return 0;
118 }
119 }
120
121 @Override
122 public Item get(int i) {

Callers 2

matchMethod · 0.95
compareToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected