|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperandStack | |
---|---|
org.apache.bcel.verifier.structurals | Provides 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 |
---|
Methods in org.apache.bcel.verifier.structurals that return OperandStack | |
---|---|
OperandStack |
OperandStack.getClone()
Returns a (typed!) clone of this. |
OperandStack |
Frame.getStack()
|
Methods in org.apache.bcel.verifier.structurals with parameters of type OperandStack | |
---|---|
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 | |
---|---|
Frame(LocalVariables locals,
OperandStack stack)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |