|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.AbstractHost | +--soot.AbstractUnit | +--soot.jimple.internal.AbstractStmt | +--soot.jimple.internal.JIfStmt | +--soot.grimp.internal.GIfStmt
Fields inherited from class soot.AbstractUnit |
emptyList |
Constructor Summary | |
GIfStmt(Value condition,
Unit target)
|
Method Summary | |
java.lang.Object |
clone()
Returns a deep clone of this object. |
Methods inherited from class soot.jimple.internal.JIfStmt |
apply,
branches,
convertToBaf,
fallsThrough,
getCondition,
getConditionBox,
getTarget,
getTargetBox,
getUnitBoxes,
getUseBoxes,
setCondition,
setTarget,
toString,
toString |
Methods inherited from class soot.jimple.internal.AbstractStmt |
containsInvokeExpr,
getInvokeExpr,
getInvokeExprBox |
Methods inherited from class soot.AbstractUnit |
getBoxesPointingToThis,
getDefBoxes,
getUseAndDefBoxes,
redirectJumpsToThisTo,
toBriefString,
toBriefString,
toBriefString,
toBriefString,
toString,
toString,
toString |
Methods inherited from class soot.AbstractHost |
destroyTag,
getTag,
getTags,
getTagValue,
hasTag,
incTagValue,
incTagValue,
incTagValue,
newTag,
newTag,
setTagValue |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public GIfStmt(Value condition, Unit target)
Method Detail |
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |