Uses of Class
org.apache.bcel.verifier.structurals.OperandStack
Packages that use OperandStack
Package
Description
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 OperandStackModifier and TypeMethodDescriptionOperandStack.getClone()
Returns a (typed!) clone of this.Frame.getStack()
Methods in org.apache.bcel.verifier.structurals with parameters of type OperandStackModifier and TypeMethodDescriptionvoid
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