All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.ICONST
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ICONST
- public class ICONST
- extends Instruction
- implements ConstantPushInstruction
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ... -> ...,
- Version:
- $Id: ICONST.java,v 1.5 1999/05/04 13:13:40 dahm Exp $
- Author:
- M. Dahm
-
ICONST(int)
-
-
getValue()
-
ICONST
public ICONST(int i)
getValue
public Number getValue()
All Packages Class Hierarchy This Package Previous Next Index