Class StackSim
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.stack.StackSim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChange(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction) longgetDepth()getEntry(int depth) getHolders(int offset, long num) toString()
-
Constructor Details
-
StackSim
public StackSim()
-
-
Method Details
-
getEntry
-
getHolders
-
getDepth
public long getDepth() -
getChange
public StackSim getChange(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction) -
toString
-