Class StackSim
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.stack.StackSim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final StackSim
private final StackEntryHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChange
(StackDelta delta, List<StackEntryHolder> consumed, List<StackEntryHolder> produced, Op02WithProcessedDataAndRefs instruction) long
getDepth()
getEntry
(int depth) getHolders
(int offset, long num) private StackSim
toString()
-
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
-