|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperandStack | |
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Uses of OperandStack in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser that return OperandStack | |
OperandStack |
OperandStack.getClone()
Returns a (typed!) clone of this. |
OperandStack |
Frame.getStack()
|
Methods in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type OperandStack | |
void |
OperandStack.merge(OperandStack s)
Merges another stack state into this instance's stack state. |
Constructors in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser with parameters of type OperandStack | |
Frame(LocalVariables locals,
OperandStack stack)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |