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

Method getSyntacticItem

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

Return the ith syntactic item in this heap. This may return null if the item in question has been garbage collected. @param index @return

(int ith)

Source from the content-addressed store, hash-verified

112 * @return
113 */
114 public Item getSyntacticItem(int ith);
115
116 /**
117 * Determine the index of a given syntactic item in this heap.

Callers 6

WyilFileMethod · 0.65
toStringMethod · 0.65
printMethod · 0.65
searchMethod · 0.65
writeMethod · 0.65
AbstractHeapMethod · 0.65

Implementers 1

AbstractHeapsrc/main/java/wycc/util/AbstractHeap.j

Calls

no outgoing calls

Tested by

no test coverage detected