public interface Literal extends ASTNode, DataRefOrLiteral, SimpleRefOrLiteral, LiteralOrLiteralValueRange, AssignmentNameOrLiteral
The following features are supported:
COBOLPackage.getLiteral()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
LiteralTypedValue |
getLit()
Returns the value of the 'Lit' containment reference.
|
void |
setLit(LiteralTypedValue value)
Sets the value of the '
Lit' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
LiteralTypedValue getLit()
The value is a literal typed value.
setLit(LiteralTypedValue),
COBOLPackage.getLiteral_Lit()void setLit(LiteralTypedValue value)
Lit' containment reference.
value - the new value of the 'Lit' containment reference.getLit()