soot.baf.internal
Class AbstractOpTypeInst
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractUnit
soot.baf.internal.AbstractInst
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
Methods inherited from class soot.baf.internal.AbstractInst |
branches, clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getInCount, getInMachineCount, getName, getNetCount, getNetMachineCount, getOutCount, getParameters |
opType
protected Type opType
AbstractOpTypeInst
protected AbstractOpTypeInst(Type opType)
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