joosc.code.bytecode
Class InstanceofInstr

java.lang.Object
  extended byjoosc.code.bytecode.ClassInstr
      extended byjoosc.code.bytecode.InstanceofInstr
All Implemented Interfaces:
Instr

public class InstanceofInstr
extends ClassInstr


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

Constructor Detail

InstanceofInstr

public InstanceofInstr(java.lang.String className)
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 ClassInstr