jellyj.classfile.classgen
Class ICONST
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.ICONST
- public class ICONST
- extends Instruction
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ... -> ...,
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | ICONST() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| ICONST(int i) |
ICONST
ICONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ICONST
public ICONST(int i)