|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.AbstractHost | +--soot.AbstractUnit | +--soot.baf.internal.AbstractInst | +--soot.baf.internal.AbstractOpTypeInst
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)
|
java.lang.String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.baf.internal.AbstractInst |
branches,
clone,
containsArrayRef,
containsFieldRef,
containsInvokeExpr,
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 |
Field Detail |
protected Type opType
Constructor Detail |
protected AbstractOpTypeInst(Type opType)
Method Detail |
public Type getOpType()
public void setOpType(Type t)
public java.lang.String toString()
public void toString(UnitPrinter up)
public int getOutMachineCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |