Allocated the given item to a syntactic heap. Note that an item can only be allocated to one heap at a time. Therefore, an exception will be raised if this item is already allocated to another heap. @param heap The heap into which this item is being allocated @param index The
(Heap heap, int index)
| 257 | * The index at which this item is being allocated |
| 258 | */ |
| 259 | public void allocate(Heap heap, int index); |
| 260 | |
| 261 | /** |
| 262 | * The opcode which defines what this bytecode does. Observe that certain |
no outgoing calls
no test coverage detected