All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.ICONST
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.ICONST
- public class ICONST
- extends Instruction
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ... -> ...,
-
ICONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
ICONST(int)
-
ICONST
ICONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ICONST
public ICONST(int i)
All Packages Class Hierarchy This Package Previous Next Index