All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.fub.bytecode.generic.PushInstruction

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index