public interface AcceptStmt extends Stmt
The following features are supported:
COBOLPackage.getAcceptStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getRef()
Returns the value of the 'Ref' containment reference.
|
void |
setRef(DataRef value)
Sets the value of the '
Ref' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getRef()
The value is the data item specified after the ACCEPT keyword.
setRef(DataRef),
COBOLPackage.getAcceptStmt_Ref()