All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.PUTFIELD

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

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


Constructor Index

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

Constructors

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

 o PUTFIELD
 public PUTFIELD(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index