public class ASTIfNode extends ASTControlFlowNode
boxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
ASTIfNode(SETNodeLabel label,
ASTCondition condition,
List<Object> body) |
ASTIfNode(SETNodeLabel label,
ConditionExpr condition,
List<Object> body) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis a) |
Object |
clone()
Returns a deep clone of this object.
|
List<Object> |
getIfBody() |
void |
replace(SETNodeLabel label,
ASTCondition condition,
List<Object> body) |
void |
replaceBody(List<Object> body) |
String |
toString() |
void |
toString(UnitPrinter up) |
get_Condition, perform_Analysis, set_Conditionget_Label, label_toString, label_toString, set_Labelbody_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodiesaddBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic ASTIfNode(SETNodeLabel label, ConditionExpr condition, List<Object> body)
public ASTIfNode(SETNodeLabel label, ASTCondition condition, List<Object> body)
public Object clone()
AbstractUnitclone in interface Unitclone in class AbstractUnitpublic void replace(SETNodeLabel label, ASTCondition condition, List<Object> body)
public void toString(UnitPrinter up)
Copyright © 2020 Soot OSS. All rights reserved.