public interface StopLiteralStmt extends StopStmt
The following features are supported:
COBOLPackage.getStopLiteralStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getLiteral()
Returns the value of the 'Literal' containment reference.
|
void |
setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
Literal getLiteral()
setLiteral(Literal),
COBOLPackage.getStopLiteralStmt_Literal()void setLiteral(Literal value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()