public interface InputOutputSection extends ASTNode
The following features are supported:
COBOLPackage.getInputOutputSection()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getFileControlEntries()
Returns the value of the 'File Control Entries' containment reference list.
|
java.util.List |
getIoControlParagraphClauses()
Returns the value of the 'Io Control Paragraph Clauses' containment reference list.
|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getFileControlEntries()
FileControlEntry.
COBOLPackage.getInputOutputSection_FileControlEntries()java.util.List getIoControlParagraphClauses()
IOControlParagraphClause.
COBOLPackage.getInputOutputSection_IoControlParagraphClauses()