|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.generic
Interface PopInstruction

- All Superinterfaces:
- StackConsumer
- All Known Implementing Classes:
- POP, POP2, PUTFIELD, PUTSTATIC, StoreInstruction
- public interface PopInstruction
- extends StackConsumer
Denotes an unparameterized instruction to pop a value on top from the stack, such as ISTORE, POP, PUTSTATIC.
- Version:
- $Id: PopInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
| Methods inherited from interface org.apache.bcel.generic.StackConsumer |
consumeStack |
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC