public interface RealLiteralExp<C> extends NumericLiteralExp<C>
The following features are supported:
ExpressionsPackage.getRealLiteralExp()| Modifier and Type | Method and Description |
|---|---|
boolean |
checkRealType(DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Real'
|
Double |
getRealSymbol()
Returns the value of the 'Real Symbol' attribute.
|
void |
setRealSymbol(Double value)
Sets the value of the '
Real Symbol' attribute. |
getName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionDouble getRealSymbol()
If the meaning of the 'Real Symbol' attribute isn't clear, there really should be more of a description here...
setRealSymbol(Double),
ExpressionsPackage.getRealLiteralExp_RealSymbol()void setRealSymbol(Double value)
Real Symbol' attribute.
value - the new value of the 'Real Symbol' attribute.getRealSymbol()Copyright © 2015 Open eHealth Foundation. All rights reserved.