All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.LSTORE

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.LocalVariableInstruction
                   |
                   +----espresso.classfile.classgen.LSTORE

public class LSTORE
extends LocalVariableInstruction
LSTORE - Store long into local variable Stack ..., value.word1, value.word2 -> ...


Constructor Index

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

Constructors

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

 o LSTORE
 public LSTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index