public class StackSim extends Object
Constructor and Description |
---|
StackSim() |
Modifier and Type | Method and Description |
---|---|
StackSim |
getChange(StackDelta delta,
List<StackEntryHolder> consumed,
List<StackEntryHolder> produced,
Op02WithProcessedDataAndRefs instruction) |
long |
getDepth() |
StackEntry |
getEntry(int depth) |
List<StackEntryHolder> |
getHolders(int offset,
long num) |
String |
toString() |
public StackEntry getEntry(int depth)
public List<StackEntryHolder> getHolders(int offset, long num)
public long getDepth()
public StackSim getChange(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction)
Copyright © 2011-2021. All Rights Reserved.