public interface Branch extends ASTNode
The following features are supported:
COBOLPackage.getBranch()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getStatements()
Returns the value of the 'Statements' containment reference list.
|
boolean |
isNextSentence()
Returns the value of the 'Next Sentence' attribute.
|
void |
setNextSentence(boolean value)
Sets the value of the '
Next Sentence' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isNextSentence()
The value is true if NEXT SENTENCE is specified.
setNextSentence(boolean),
COBOLPackage.getBranch_NextSentence()void setNextSentence(boolean value)
Next Sentence' attribute.
value - the new value of the 'Next Sentence' attribute.isNextSentence()java.util.List getStatements()
Stmt.
COBOLPackage.getBranch_Statements()