Replace all references to a given syntactic item with references to another syntactic item. Observe that all reachable items are traversed, except for those within the item being replaced. The original item remains until the next garbage collection phase. @param from @param to
(T from, T to)
| 199 | * @param to |
| 200 | */ |
| 201 | public <T extends Item> void replace(T from, T to); |
| 202 | |
| 203 | /** |
| 204 | * Trigger garbage collection for this heap. This may result in the indices of |
no outgoing calls