| Package | Description |
|---|---|
| org.eclipse.xtext.xbase | |
| org.eclipse.xtext.xbase.compiler | |
| 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.typesystem.internal | |
| org.eclipse.xtext.xbase.util | |
| org.eclipse.xtext.xbase.validation |
| Modifier and Type | Method and Description |
|---|---|
XAssignment |
XbaseFactory.createXAssignment()
Returns a new object of class 'XAssignment'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeatureCallCompiler.assignmentToJavaExpression(XAssignment expr,
ITreeAppendable b,
boolean isExpressionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter2._format(XAssignment expr,
FormattableDocument format)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter._format(XAssignment expr,
IFormattableDocument format) |
| Modifier and Type | Class and Description |
|---|---|
class |
XAssignmentImpl
An implementation of the model object 'XAssignment'
|
class |
XAssignmentImplCustom |
| Modifier and Type | Method and Description |
|---|---|
XAssignment |
XbaseFactoryImpl.createXAssignment() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XAssignment assignment,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XAssignment_XMemberFeatureCall(org.eclipse.emf.ecore.EObject context,
XAssignment semanticObject)
Constraint:
(
(feature=[JvmIdentifiableElement|FeatureCallID] value=XAssignment) |
(assignable=XMemberFeatureCall_XAssignment_1_0_0_0_0 explicitStatic?
|
protected void |
XbaseSemanticSequencer.sequence_XAssignment(org.eclipse.emf.ecore.EObject context,
XAssignment semanticObject)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XAssignment assignment,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FeatureLinkingCandidate.isImplicitlyStatic(XAssignment assignment) |
protected boolean |
FeatureLinkingCandidate.isSimpleAssignment(XAssignment assignment) |
protected boolean |
FeatureLinkingCandidate.isStaticWithDeclaringType(XAssignment assignment) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXAssignment(XAssignment object)
Returns the result of interpreting the object as an instance of 'XAssignment'
|
| Modifier and Type | Method and Description |
|---|---|
void |
XbaseJavaValidator.checkAssignment(XAssignment assignment) |
protected void |
XbaseJavaValidator.reportFieldAlreadyInitialized(XAssignment assignment,
JvmField field) |
Copyright © 2015. All Rights Reserved.