soot.dava.internal.AST
Class ASTControlFlowNode
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractUnit
soot.dava.internal.AST.ASTNode
soot.dava.internal.AST.ASTLabeledNode
soot.dava.internal.AST.ASTControlFlowNode
- All Implemented Interfaces:
- Context, Host, Serializable, Switchable, Unit
- Direct Known Subclasses:
- ASTDoWhileNode, ASTForLoopNode, ASTIfElseNode, ASTIfNode, ASTWhileNode
- public abstract class ASTControlFlowNode
- extends ASTLabeledNode
- See Also:
- Serialized Form
Methods inherited from class soot.AbstractUnit |
addBoxPointingToThis, apply, clearUnitBoxes, clone, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis |
ASTControlFlowNode
public ASTControlFlowNode(SETNodeLabel label,
ConditionExpr condition)
ASTControlFlowNode
public ASTControlFlowNode(SETNodeLabel label,
ASTCondition condition)
get_Condition
public ASTCondition get_Condition()
set_Condition
public void set_Condition(ASTCondition condition)
perform_Analysis
public void perform_Analysis(ASTAnalysis a)
- Overrides:
perform_Analysis
in class ASTLabeledNode