public class ASTStatementSequenceNode extends ASTNode
boxesPointingToThis
col, 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_AnalysisOnSubBodies
addBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
public ASTStatementSequenceNode(List<AugmentedStmt> statementSequence)
public Object clone()
AbstractUnit
clone
in interface Unit
clone
in class AbstractUnit
public void perform_Analysis(ASTAnalysis a)
perform_Analysis
in class ASTNode
public void toString(UnitPrinter up)
public List<AugmentedStmt> getStatements()
public void setStatements(List<AugmentedStmt> statementSequence)
Copyright © 2020 Sable. All rights reserved.