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