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