public interface SetPointersToEntryStmt extends SetPointersStmt
The following features are supported:
COBOLPackage.getSetPointersToEntryStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getEntry()
Returns the value of the 'Entry' containment reference.
|
void |
setEntry(DataRefOrLiteral value)
Sets the value of the '
Entry' containment reference. |
getPointersgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getEntry()
The value is the data item or literal specified in the ENTRY clause.
setEntry(DataRefOrLiteral),
COBOLPackage.getSetPointersToEntryStmt_Entry()void setEntry(DataRefOrLiteral value)
Entry' containment reference.
value - the new value of the 'Entry' containment reference.getEntry()