| Package | Description |
|---|---|
| org.eclipse.xtext.xbase | |
| org.eclipse.xtext.xbase.impl | |
| 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 | Interface and Description |
|---|---|
interface |
XDoWhileExpression
A representation of the model object 'XDo While Expression'
|
interface |
XWhileExpression
A representation of the model object 'XWhile Expression'
|
| Modifier and Type | Class and Description |
|---|---|
class |
XAbstractWhileExpressionImpl
An implementation of the model object 'XAbstract While Expression'
|
class |
XDoWhileExpressionImpl
An implementation of the model object 'XDo While Expression'
|
class |
XWhileExpressionImpl
An implementation of the model object 'XWhile Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected ITypeComputationResult |
XbaseTypeComputer.computeWhileLoopBody(XAbstractWhileExpression object,
ITypeComputationState state,
boolean autocast) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXAbstractWhileExpression(XAbstractWhileExpression object)
Returns the result of interpreting the object as an instance of 'XAbstract While Expression'
|
Copyright © 2015. All Rights Reserved.