org.apache.bcel.generic
Interface PushInstruction

All Superinterfaces:
StackProducer
All Known Subinterfaces:
ConstantPushInstruction
All Known Implementing Classes:
ACONST_NULL, BIPUSH, DCONST, DUP, DUP2, FCONST, GETSTATIC, ICONST, LCONST, LDC, LDC2_W, LoadInstruction, SIPUSH

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.

Version:
$Id: PushInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
See Also:
ILOAD, ICONST, LDC, DUP, SIPUSH, GETSTATIC

Methods inherited from interface org.apache.bcel.generic.StackProducer
produceStack
 



Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.