| Package | Description |
|---|---|
| org.eclipse.xtext.xbase | |
| org.eclipse.xtext.xbase.compiler | |
| org.eclipse.xtext.xbase.impl | |
| org.eclipse.xtext.xbase.interpreter.impl | |
| org.eclipse.xtext.xbase.serializer | |
| org.eclipse.xtext.xbase.typesystem.computation |
This package contains the primary hooks for the actual type computation in Xbase
as well as their respective base implementations.
|
| org.eclipse.xtext.xbase.util |
| Modifier and Type | Method and Description |
|---|---|
XSetLiteral |
XbaseFactory.createXSetLiteral()
Returns a new object of class 'XSet Literal'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseCompiler._toJavaExpression(XSetLiteral literal,
ITreeAppendable b) |
protected void |
XbaseCompiler._toJavaStatement(XSetLiteral literal,
ITreeAppendable b,
boolean isReferenced) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSetLiteralImpl
An implementation of the model object 'XSet Literal'
|
| Modifier and Type | Method and Description |
|---|---|
XSetLiteral |
XbaseFactoryImpl.createXSetLiteral() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XSetLiteral literal,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XSetLiteral(org.eclipse.emf.ecore.EObject context,
XSetLiteral semanticObject)
Constraint:
((elements+=XExpression elements+=XExpression*)?)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XSetLiteral literal,
ITypeComputationState state) |
void |
CollectionLiteralsTypeComputer.computeType(XSetLiteral literal,
ITypeComputationState state)
Entry point from the
XbaseTypeComputer. |
protected void |
CollectionLiteralsTypeComputer.computeType(XSetLiteral literal,
JvmGenericType setType,
JvmGenericType mapType,
ITypeExpectation expectation,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXSetLiteral(XSetLiteral object)
Returns the result of interpreting the object as an instance of 'XSet Literal'
|
Copyright © 2015. All Rights Reserved.