de.fub.bytecode.generic
Interface PushInstruction

All Known Subinterfaces:
ConstantPushInstruction
All Known Implementing Classes:
ACONST_NULL, ALOAD, DLOAD, DUP, DUP2, FLOAD, GETSTATIC, ILOAD, LDC, LDC2_W, LLOAD

public abstract interface PushInstruction

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.2 1999/05/04 13:14:47 dahm Exp $
Author:
M. Dahm
See Also:
ILOAD, ICONST, LDC, DUP, SIPUSH, GETSTATIC