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
Direct Known Subclasses:
ASTDoWhileNode, ASTIfElseNode, ASTIfNode, ASTWhileNode

public abstract class ASTControlFlowNode
extends ASTLabeledNode

See Also:
Serialized Form

Field Summary
protected  ValueBox conditionBox
           
 
Fields inherited from class soot.dava.internal.AST.ASTNode
NEWLINE, subBodies, TAB
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
ASTControlFlowNode(SETNodeLabel label, ConditionExpr condition)
           
 
Method Summary
 ConditionExpr get_Condition()
           
 void perform_Analysis(ASTAnalysis a)
           
 
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, toString
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, apply, clearUnitBoxes, clone, 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, toString, wait, wait, wait
 

Field Detail

conditionBox

protected ValueBox conditionBox
Constructor Detail

ASTControlFlowNode

public ASTControlFlowNode(SETNodeLabel label,
                          ConditionExpr condition)
Method Detail

get_Condition

public ConditionExpr get_Condition()

perform_Analysis

public void perform_Analysis(ASTAnalysis a)
Overrides:
perform_Analysis in class ASTLabeledNode