public interface LiteralTypedValue extends ASTNode
The following features are supported:
COBOLPackage.getLiteralTypedValue()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVal()
Returns the value of the 'Val' attribute.
|
LiteralType |
getValType()
Returns the value of the 'Val Type' attribute.
|
boolean |
isIsAll()
Returns the value of the 'Is All' attribute.
|
void |
setIsAll(boolean value)
Sets the value of the '
Is All' attribute. |
void |
setVal(java.lang.String value)
Sets the value of the '
Val' attribute. |
void |
setValType(LiteralType value)
Sets the value of the '
Val Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getVal()
The value is the string representation of the literal. For string literals, the beginning and ending quotes are included in the value.
setVal(String),
COBOLPackage.getLiteralTypedValue_Val()void setVal(java.lang.String value)
Val' attribute.
value - the new value of the 'Val' attribute.getVal()LiteralType getValType()
LiteralType.
The value is the type of literal.
LiteralType,
setValType(LiteralType),
COBOLPackage.getLiteralTypedValue_ValType()void setValType(LiteralType value)
Val Type' attribute.
value - the new value of the 'Val Type' attribute.LiteralType,
getValType()boolean isIsAll()
The value is true if the keyword ALL is specified before the literal; false otherwise.
setIsAll(boolean),
COBOLPackage.getLiteralTypedValue_IsAll()