public interface Section extends SectionOrParagraph, ProcedureDivisionContent, DeclarativesContent
The following features are supported:
COBOLPackage.getSection()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getParagraphs()
Returns the value of the 'Paragraphs' containment reference list.
|
short |
getPriorityNumber()
Returns the value of the 'Priority Number' attribute.
|
java.util.List |
getSentences()
Returns the value of the 'Sentences' containment reference list.
|
void |
setPriorityNumber(short value)
Sets the value of the '
Priority Number' attribute. |
getName, setNamegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getParagraphs()
Paragraph.
COBOLPackage.getSection_Paragraphs()short getPriorityNumber()
setPriorityNumber(short),
COBOLPackage.getSection_PriorityNumber()void setPriorityNumber(short value)
Priority Number' attribute.
value - the new value of the 'Priority Number' attribute.getPriorityNumber()java.util.List getSentences()
Sentence.
The value is a list of the sentences that are not in paragraphs; if there are no such sentences, the list is empty.
COBOLPackage.getSection_Sentences()