All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.PUTSTATIC

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.PUTSTATIC

public class PUTSTATIC
extends CPInstruction
PUTSTATIC - Put static field in class Stack: ..., objectref, value -> ... OR Stack: ..., objectref, value.word1, value.word2 -> ...


Constructor Index

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

Constructors

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

 o PUTSTATIC
 public PUTSTATIC(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index