Package org.apache.bcel.generic
Interface PopInstruction
- All Superinterfaces:
StackConsumer
- All Known Implementing Classes:
ASTORE
,DSTORE
,FSTORE
,ISTORE
,LSTORE
,POP
,POP2
,PUTFIELD
,PUTSTATIC
,StoreInstruction
Denotes an unparameterized instruction to pop a value on top from the stack, such as ISTORE, POP, PUTSTATIC.
- See Also:
-
Method Summary
Methods inherited from interface org.apache.bcel.generic.StackConsumer
consumeStack