| Package | Description |
|---|---|
| org.eclipse.xtext.xbase | |
| org.eclipse.xtext.xbase.compiler | |
| org.eclipse.xtext.xbase.controlflow | |
| org.eclipse.xtext.xbase.formatting | |
| org.eclipse.xtext.xbase.formatting2 | |
| 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 | |
| org.eclipse.xtext.xbase.validation |
| Modifier and Type | Method and Description |
|---|---|
XSynchronizedExpression |
XbaseFactory.createXSynchronizedExpression()
Returns a new object of class 'XSynchronized Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseCompiler._toJavaExpression(XSynchronizedExpression synchronizedExpression,
ITreeAppendable b) |
protected void |
XbaseCompiler._toJavaStatement(XSynchronizedExpression synchronizedExpression,
ITreeAppendable b,
boolean isReferenced) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IEarlyExitComputer.ExitPoint> |
DefaultEarlyExitComputer._exitPoints(XSynchronizedExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter2._format(XSynchronizedExpression expr,
FormattableDocument format)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter._format(XSynchronizedExpression expr,
IFormattableDocument format) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSynchronizedExpressionImpl
An implementation of the model object 'XSynchronized Expression'
|
| Modifier and Type | Method and Description |
|---|---|
XSynchronizedExpression |
XbaseFactoryImpl.createXSynchronizedExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XSynchronizedExpression expression,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XSynchronizedExpression(org.eclipse.emf.ecore.EObject context,
XSynchronizedExpression semanticObject)
Constraint:
(param=XExpression expression=XExpression)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XSynchronizedExpression expr,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXSynchronizedExpression(XSynchronizedExpression object)
Returns the result of interpreting the object as an instance of 'XSynchronized Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseImplicitReturnFinder._findImplicitReturns(XSynchronizedExpression expression,
ImplicitReturnFinder.Acceptor acceptor) |
Copyright © 2015. All Rights Reserved.