Class StackSim
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.stack.StackSim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final StackSimprivate final StackEntryHolder -
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) private StackSimtoString()
-
Field Details
-
parent
-
stackEntryHolder
-
depth
private final long depth
-
-
Constructor Details
-
StackSim
public StackSim() -
StackSim
-
-
Method Details
-
getEntry
-
getHolders
-
getDepth
public long getDepth() -
getChange
public StackSim getChange(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction) -
getParent
-
toString
-