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

Method size

src/main/java/wycc/lang/Syntactic.java:281–281  ·  view source on GitHub ↗

Get the number of operands in this bytecode @return

()

Source from the content-addressed store, hash-verified

279 * @return
280 */
281 public int size();
282
283 /**
284 * Return the ith top-level child in this bytecode.

Callers 6

printMethod · 0.95
searchMethod · 0.95
getParentMethod · 0.95
getParentsMethod · 0.95
getAncestorMethod · 0.95
allocateMethod · 0.95

Implementers 1

AbstractItemsrc/main/java/wycc/util/AbstractItem.j

Calls

no outgoing calls

Tested by

no test coverage detected