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