Uses of Class
org.apache.bcel.verifier.structurals.OperandStack
-
Packages that use OperandStack Package Description org.apache.bcel.verifier.structurals A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. -
-
Uses of OperandStack in org.apache.bcel.verifier.structurals
Fields in org.apache.bcel.verifier.structurals declared as OperandStack Modifier and Type Field Description private OperandStack
Frame. stack
Methods in org.apache.bcel.verifier.structurals that return OperandStack Modifier and Type Method Description OperandStack
OperandStack. getClone()
Returns a (typed!) clone of this.OperandStack
Frame. getStack()
private OperandStack
ExecutionVisitor. stack()
The OperandStack from the current Frame we're operating on.private OperandStack
InstConstraintVisitor. stack()
The OperandStack we're working on.Methods in org.apache.bcel.verifier.structurals with parameters of type OperandStack Modifier and Type Method Description void
OperandStack. merge(OperandStack s)
Merges another stack state into this instance's stack state.Constructors in org.apache.bcel.verifier.structurals with parameters of type OperandStack Constructor Description Frame(LocalVariables locals, OperandStack stack)
-