soot.baf.internal
Class AbstractOpTypeInst

java.lang.Object
  extended by soot.tagkit.AbstractHost
      extended by soot.AbstractUnit
          extended by soot.baf.internal.AbstractInst
              extended by soot.baf.internal.AbstractOpTypeInst
All Implemented Interfaces:
Serializable, Inst, Context, Host, Unit, Switchable
Direct Known Subclasses:
BAddInst, BAndInst, BArrayReadInst, BArrayWriteInst, BCmpgInst, BCmpInst, BCmplInst, BDivInst, BLoadInst, BMulInst, BNegInst, BOrInst, BRemInst, BReturnInst, BShlInst, BShrInst, BStoreInst, BSubInst, BUshrInst, BXorInst

public abstract class AbstractOpTypeInst
extends AbstractInst

See Also:
Serialized Form

Field Summary
protected  Type opType
           
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
protected AbstractOpTypeInst(Type opType)
           
 
Method Summary
 Type getOpType()
           
 int getOutMachineCount()
           
 void setOpType(Type t)
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.baf.internal.AbstractInst
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getInCount, getInMachineCount, getName, getNetCount, getNetMachineCount, getOutCount, getParameters
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.Unit
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from interface soot.util.Switchable
apply
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Field Detail

opType

protected Type opType
Constructor Detail

AbstractOpTypeInst

protected AbstractOpTypeInst(Type opType)
Method Detail

getOpType

public Type getOpType()

setOpType

public void setOpType(Type t)

toString

public String toString()
Overrides:
toString in class AbstractInst

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Unit
Overrides:
toString in class AbstractInst

getOutMachineCount

public int getOutMachineCount()
Specified by:
getOutMachineCount in interface Inst
Overrides:
getOutMachineCount in class AbstractInst