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)
| 112 | * @return |
| 113 | */ |
| 114 | public Item getSyntacticItem(int ith); |
| 115 | |
| 116 | /** |
| 117 | * Determine the index of a given syntactic item in this heap. |
no outgoing calls
no test coverage detected