|
|||||||||
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.dava.internal.AST.ASTNode | +--soot.dava.internal.AST.ASTLabeledNode | +--soot.dava.internal.AST.ASTControlFlowNode | +--soot.dava.internal.AST.ASTDoWhileNode
Fields inherited from class soot.dava.internal.AST.ASTControlFlowNode |
conditionBox |
Fields inherited from class soot.dava.internal.AST.ASTNode |
NEWLINE,
subBodies,
TAB |
Fields inherited from class soot.AbstractUnit |
emptyList |
Constructor Summary | |
ASTDoWhileNode(SETNodeLabel label,
ConditionExpr ce,
java.util.List body)
|
Method Summary | |
java.lang.Object |
clone()
Returns a deep clone of this object. |
java.lang.String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.dava.internal.AST.ASTControlFlowNode |
get_Condition,
perform_Analysis |
Methods inherited from class soot.dava.internal.AST.ASTLabeledNode |
get_Label,
label_toString,
label_toString,
set_Label |
Methods inherited from class soot.dava.internal.AST.ASTNode |
body_toString,
body_toString,
branches,
fallsThrough,
get_SubBodies,
perform_AnalysisOnSubBodies |
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 |
Constructor Detail |
public ASTDoWhileNode(SETNodeLabel label, ConditionExpr ce, java.util.List body)
Method Detail |
public java.lang.Object clone()
public void toString(UnitPrinter up)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |