de.fub.bytecode.generic
Interface PushInstruction

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

public 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