All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.LLOAD
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.LocalVariableInstruction
|
+----espresso.classfile.classgen.LLOAD
- public class LLOAD
- extends LocalVariableInstruction
LLOAD - Load long from local variable
Stack ... -> ..., result.word1, result.word2
-
LLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
LLOAD(int)
-
LLOAD
LLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
LLOAD
public LLOAD(int n)
All Packages Class Hierarchy This Package Previous Next Index