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