org.apache.bcel.generic
Interface PushInstruction
public
interface
PushInstruction
extends StackProducer
Denotes an unparameterized instruction to produce a value on top of the stack,
such as ILOAD, LDC, SIPUSH, DUP, ICONST, etc.
See Also: ILOAD ICONST LDC DUP SIPUSH GETSTATIC