joosc.code.bytecode
Class GetfieldInstr

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

public class GetfieldInstr
extends FieldInstr


Constructor Summary
GetfieldInstr(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

GetfieldInstr

public GetfieldInstr(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