joosc.code.bytecode
Class CheckcastInstr

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

public class CheckcastInstr
extends ClassInstr


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

CheckcastInstr

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