Package soot.dava.internal.AST
Class ASTIfElseNode
- 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.ASTIfElseNode
-
- All Implemented Interfaces:
Serializable
,Context
,Host
,Unit
,Switchable
public class ASTIfElseNode extends ASTControlFlowNode
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class soot.AbstractUnit
boxesPointingToThis
-
Fields inherited from class soot.tagkit.AbstractHost
col, line, mTagList
-
-
Constructor Summary
Constructors Constructor Description ASTIfElseNode(SETNodeLabel label, ASTCondition condition, List<Object> ifBody, List<Object> elseBody)
ASTIfElseNode(SETNodeLabel label, ConditionExpr condition, List<Object> ifBody, List<Object> elseBody)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Analysis a)
Object
clone()
Returns a deep clone of this object.List<Object>
getElseBody()
List<Object>
getIfBody()
void
replace(SETNodeLabel newLabel, ASTCondition newCond, List<Object> newBody, List<Object> bodyTwo)
void
replaceBody(List<Object> ifBody, List<Object> elseBody)
void
replaceElseBody(List<Object> elseBody)
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, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, 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, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
-
-
-
-
Constructor Detail
-
ASTIfElseNode
public ASTIfElseNode(SETNodeLabel label, ConditionExpr condition, List<Object> ifBody, List<Object> elseBody)
-
ASTIfElseNode
public ASTIfElseNode(SETNodeLabel label, ASTCondition condition, List<Object> ifBody, List<Object> elseBody)
-
-
Method Detail
-
replace
public void replace(SETNodeLabel newLabel, ASTCondition newCond, List<Object> newBody, List<Object> bodyTwo)
-
clone
public Object clone()
Description copied from class:AbstractUnit
Returns a deep clone of this object.- Specified by:
clone
in interfaceUnit
- Specified by:
clone
in classAbstractUnit
-
toString
public void toString(UnitPrinter up)
-
-