de.fub.bytecode.generic
Interface PushInstruction

All Superinterfaces:
StackProducer
All Known Subinterfaces:
ConstantPushInstruction
All Known Implementing Classes:
GETSTATIC, LDC, LoadInstruction, DUP, DUP2, ACONST_NULL, LDC2_W

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,v 1.3 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
ILOAD, ICONST, LDC, DUP, SIPUSH, GETSTATIC

Methods inherited from interface de.fub.bytecode.generic.StackProducer
produceStack