|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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.ASTIfNode
public class ASTIfNode
Field Summary |
---|
Fields inherited from class soot.dava.internal.AST.ASTNode |
---|
NEWLINE, subBodies, TAB |
Fields inherited from class soot.AbstractUnit |
---|
emptyList |
Constructor Summary | |
---|---|
ASTIfNode(SETNodeLabel label,
ASTCondition condition,
List<Object> body)
|
|
ASTIfNode(SETNodeLabel label,
ConditionExpr condition,
List<Object> body)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class soot.dava.internal.AST.ASTControlFlowNode |
---|
get_Condition, perform_Analysis, set_Condition |
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 |
Methods inherited from interface soot.tagkit.Host |
---|
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag |
Constructor Detail |
---|
public ASTIfNode(SETNodeLabel label, ConditionExpr condition, List<Object> body)
public ASTIfNode(SETNodeLabel label, ASTCondition condition, List<Object> body)
Method Detail |
---|
public List<Object> getIfBody()
public Object clone()
AbstractUnit
clone
in interface Unit
clone
in class AbstractUnit
public void replace(SETNodeLabel label, ASTCondition condition, List<Object> body)
public void replaceBody(List<Object> body)
public void toString(UnitPrinter up)
toString
in interface Unit
toString
in class ASTNode
public String toString()
toString
in class Object
public void apply(Analysis a)
apply
in class ASTNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |