|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LiteralTypedValue
A representation of a literal value. The value itself is a string, and the value type specifies the type of literal.
The following features are supported:
COBOLPackage.getLiteralTypedValue()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()void setIsAll(boolean value)
Is All' attribute.
value - the new value of the 'Is All' attribute.isIsAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||