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


Constructor Index

 o LLOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o LLOAD(int)

Constructors

 o LLOAD
 LLOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o LLOAD
 public LLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index