public interface DataRecordClause extends ASTNode
The following features are supported:
COBOLPackage.getDataRecordClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDataItems()
Returns the value of the 'Data Items' 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 getDataItems()
DataRef.
The list contains references to the data items in the clause.
COBOLPackage.getDataRecordClause_DataItems()