joosc.code.bytecode
Class PutfieldInstr

java.lang.Object
  extended byjoosc.code.bytecode.FieldInstr
      extended byjoosc.code.bytecode.PutfieldInstr
All Implemented Interfaces:
Instr

public class PutfieldInstr
extends FieldInstr


Constructor Summary
PutfieldInstr(java.lang.String nameAndSignature)
           
 
Method Summary
 int getHeightDelta()
           
 int getLowestAffected()
           
 int getLowestUsed()
           
protected  java.lang.String getName()
           
 
Methods inherited from class joosc.code.bytecode.FieldInstr
getNameAndSignature, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PutfieldInstr

public PutfieldInstr(java.lang.String nameAndSignature)
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()

getName

protected java.lang.String getName()
Specified by:
getName in class FieldInstr