public interface BooleanLiteralExp<C> extends PrimitiveLiteralExp<C>
The following features are supported:
ExpressionsPackage.getBooleanLiteralExp()| 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()boolean checkBooleanType(DiagnosticChain diagnostics,
Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.