public interface InitializeStmt extends Stmt
The following features are supported:
COBOLPackage.getInitializeStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getRefs()
Returns the value of the 'Refs' containment reference list.
|
java.util.List |
getReplacingClauses()
Returns the value of the 'Replacing 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 getRefs()
DataRef.
The list contains the receiving areas specified after the ACCEPT keyword.
COBOLPackage.getInitializeStmt_Refs()java.util.List getReplacingClauses()
ReplacingClause.
COBOLPackage.getInitializeStmt_ReplacingClauses()