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

Method get

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

Return the ith top-level child in this bytecode. @param i @return

(int i)

Source from the content-addressed store, hash-verified

287 * @return
288 */
289 public Item get(int i);
290
291 /**
292 * Return the top-level children in this bytecode.

Callers 15

printMethod · 0.95
searchMethod · 0.95
getParentMethod · 0.95
getParentsMethod · 0.95
getAncestorMethod · 0.95
mainMethod · 0.65
mainMethod · 0.65
writeSyntacticMarkersMethod · 0.65
mainMethod · 0.65
compileMethod · 0.65
generateValidInputsMethod · 0.65
executeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 11

applyMethod · 0.52
toErrorMethod · 0.52
findSyntaxErrorsMethod · 0.52
applyMethod · 0.52
toErrorMethod · 0.52
getMethod · 0.52
applyMethod · 0.52
parseConfigMethod · 0.52
parseFrameMethod · 0.52
parseActionMethod · 0.52
mainMethod · 0.52