public class ASTStatementSequenceNode extends ASTNode
boxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
ASTStatementSequenceNode(List<AugmentedStmt> statementSequence) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Analysis a) |
Object |
clone()
Returns a deep clone of this object.
|
List<AugmentedStmt> |
getStatements() |
void |
perform_Analysis(ASTAnalysis a) |
void |
setStatements(List<AugmentedStmt> statementSequence) |
String |
toString() |
void |
toString(UnitPrinter up) |
body_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodiesaddBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic ASTStatementSequenceNode(List<AugmentedStmt> statementSequence)
public Object clone()
AbstractUnitclone in interface Unitclone in class AbstractUnitpublic void perform_Analysis(ASTAnalysis a)
perform_Analysis in class ASTNodepublic void toString(UnitPrinter up)
public List<AugmentedStmt> getStatements()
public void setStatements(List<AugmentedStmt> statementSequence)
Copyright © 2020 Soot OSS. All rights reserved.