All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.ISTORE

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

public class ISTORE
extends LocalVariableInstruction
ISTORE - Store int into local variable Stack ..., value -> ...


Constructor Index

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

Constructors

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

 o ISTORE
 public ISTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index