| 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.typesystem.util | |
| org.eclipse.xtext.xbase.util |
| Modifier and Type | Method and Description |
|---|---|
XThrowExpression |
XbaseFactory.createXThrowExpression()
Returns a new object of class 'XThrow Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseCompiler._toJavaStatement(XThrowExpression expr,
ITreeAppendable b,
boolean isReferenced) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IEarlyExitComputer.ExitPoint> |
DefaultEarlyExitComputer._exitPoints(XThrowExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter2._format(XThrowExpression expr,
FormattableDocument format)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter._format(XThrowExpression expr,
IFormattableDocument format) |
| Modifier and Type | Class and Description |
|---|---|
class |
XThrowExpressionImpl
An implementation of the model object 'XThrow Expression'
|
| Modifier and Type | Method and Description |
|---|---|
XThrowExpression |
XbaseFactoryImpl.createXThrowExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XThrowExpression throwExpression,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XThrowExpression(org.eclipse.emf.ecore.EObject context,
XThrowExpression semanticObject)
Deprecated.
|
protected void |
AbstractXbaseSemanticSequencer.sequence_XThrowExpression(ISerializationContext context,
XThrowExpression semanticObject)
Contexts:
XExpression returns XThrowExpression
XAssignment returns XThrowExpression
XAssignment.XBinaryOperation_1_1_0_0_0 returns XThrowExpression
XOrExpression returns XThrowExpression
XOrExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XAndExpression returns XThrowExpression
XAndExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XEqualityExpression returns XThrowExpression
XEqualityExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XRelationalExpression returns XThrowExpression
XRelationalExpression.XInstanceOfExpression_1_0_0_0_0 returns XThrowExpression
XRelationalExpression.XBinaryOperation_1_1_0_0_0 returns XThrowExpression
XOtherOperatorExpression returns XThrowExpression
XOtherOperatorExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XAdditiveExpression returns XThrowExpression
XAdditiveExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XMultiplicativeExpression returns XThrowExpression
XMultiplicativeExpression.XBinaryOperation_1_0_0_0 returns XThrowExpression
XUnaryOperation returns XThrowExpression
XCastedExpression returns XThrowExpression
XCastedExpression.XCastedExpression_1_0_0_0 returns XThrowExpression
XPostfixOperation returns XThrowExpression
XPostfixOperation.XPostfixOperation_1_0_0 returns XThrowExpression
XMemberFeatureCall returns XThrowExpression
XMemberFeatureCall.XAssignment_1_0_0_0_0 returns XThrowExpression
XMemberFeatureCall.XMemberFeatureCall_1_1_0_0_0 returns XThrowExpression
XPrimaryExpression returns XThrowExpression
XParenthesizedExpression returns XThrowExpression
XExpressionOrVarDeclaration returns XThrowExpression
XThrowExpression returns XThrowExpression
Constraint:
expression=XExpression
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XThrowExpression object,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ThrownExceptionSwitch.caseXThrowExpression(XThrowExpression object) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXThrowExpression(XThrowExpression object)
Returns the result of interpreting the object as an instance of 'XThrow Expression'
|
Copyright © 2015. All Rights Reserved.