public class InternalScopedHeap extends Object implements ScopedHeap
| Constructor and Description |
|---|
InternalScopedHeap(HeapConfiguration heapInScope,
HeapConfiguration heapOutsideScope,
int edgeToMergeScopes) |
| Modifier and Type | Method and Description |
|---|---|
HeapConfiguration |
getHeapInScope() |
HeapConfiguration |
getHeapOutsideScope() |
Collection<HeapConfiguration> |
merge(ContractMatch contractMatch) |
HeapConfiguration |
reorder(int[] externalReordering) |
public InternalScopedHeap(HeapConfiguration heapInScope, HeapConfiguration heapOutsideScope, int edgeToMergeScopes)
public HeapConfiguration getHeapInScope()
getHeapInScope in interface ScopedHeappublic HeapConfiguration getHeapOutsideScope()
getHeapOutsideScope in interface ScopedHeappublic Collection<HeapConfiguration> merge(ContractMatch contractMatch)
merge in interface ScopedHeappublic HeapConfiguration reorder(int[] externalReordering)
Copyright © 2018. All rights reserved.