| 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 | |
| org.eclipse.xtext.xbase.validation |
| Modifier and Type | Method and Description |
|---|---|
XTryCatchFinallyExpression |
XbaseFactory.createXTryCatchFinallyExpression()
Returns a new object of class 'XTry Catch Finally Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseCompiler._toJavaExpression(XTryCatchFinallyExpression expr,
ITreeAppendable b) |
protected void |
XbaseCompiler._toJavaStatement(XTryCatchFinallyExpression expr,
ITreeAppendable outerAppendable,
boolean isReferenced) |
protected void |
XbaseCompiler.appendCatchAndFinally(XTryCatchFinallyExpression expr,
ITreeAppendable b,
boolean isReferenced) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<IEarlyExitComputer.ExitPoint> |
DefaultEarlyExitComputer._exitPoints(XTryCatchFinallyExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter2._format(XTryCatchFinallyExpression expr,
FormattableDocument format)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter._format(XTryCatchFinallyExpression expr,
IFormattableDocument format) |
| Modifier and Type | Class and Description |
|---|---|
class |
XTryCatchFinallyExpressionImpl
An implementation of the model object 'XTry Catch Finally Expression'
|
| Modifier and Type | Method and Description |
|---|---|
XTryCatchFinallyExpression |
XbaseFactoryImpl.createXTryCatchFinallyExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XbaseInterpreter._doEvaluate(XTryCatchFinallyExpression tryCatchFinally,
IEvaluationContext context,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XTryCatchFinallyExpression(org.eclipse.emf.ecore.EObject context,
XTryCatchFinallyExpression semanticObject)
Deprecated.
|
protected void |
AbstractXbaseSemanticSequencer.sequence_XTryCatchFinallyExpression(ISerializationContext context,
XTryCatchFinallyExpression semanticObject)
Contexts:
XExpression returns XTryCatchFinallyExpression
XAssignment returns XTryCatchFinallyExpression
XAssignment.XBinaryOperation_1_1_0_0_0 returns XTryCatchFinallyExpression
XOrExpression returns XTryCatchFinallyExpression
XOrExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XAndExpression returns XTryCatchFinallyExpression
XAndExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XEqualityExpression returns XTryCatchFinallyExpression
XEqualityExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XRelationalExpression returns XTryCatchFinallyExpression
XRelationalExpression.XInstanceOfExpression_1_0_0_0_0 returns XTryCatchFinallyExpression
XRelationalExpression.XBinaryOperation_1_1_0_0_0 returns XTryCatchFinallyExpression
XOtherOperatorExpression returns XTryCatchFinallyExpression
XOtherOperatorExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XAdditiveExpression returns XTryCatchFinallyExpression
XAdditiveExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XMultiplicativeExpression returns XTryCatchFinallyExpression
XMultiplicativeExpression.XBinaryOperation_1_0_0_0 returns XTryCatchFinallyExpression
XUnaryOperation returns XTryCatchFinallyExpression
XCastedExpression returns XTryCatchFinallyExpression
XCastedExpression.XCastedExpression_1_0_0_0 returns XTryCatchFinallyExpression
XPostfixOperation returns XTryCatchFinallyExpression
XPostfixOperation.XPostfixOperation_1_0_0 returns XTryCatchFinallyExpression
XMemberFeatureCall returns XTryCatchFinallyExpression
XMemberFeatureCall.XAssignment_1_0_0_0_0 returns XTryCatchFinallyExpression
XMemberFeatureCall.XMemberFeatureCall_1_1_0_0_0 returns XTryCatchFinallyExpression
XPrimaryExpression returns XTryCatchFinallyExpression
XParenthesizedExpression returns XTryCatchFinallyExpression
XExpressionOrVarDeclaration returns XTryCatchFinallyExpression
XTryCatchFinallyExpression returns XTryCatchFinallyExpression
Constraint:
(expression=XExpression ((catchClauses+=XCatchClause+ finallyExpression=XExpression?)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseTypeComputer._computeTypes(XTryCatchFinallyExpression object,
ITypeComputationState state) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ThrownExceptionSwitch.caseXTryCatchFinallyExpression(XTryCatchFinallyExpression object) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXTryCatchFinallyExpression(XTryCatchFinallyExpression object)
Returns the result of interpreting the object as an instance of 'XTry Catch Finally Expression'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseImplicitReturnFinder._findImplicitReturns(XTryCatchFinallyExpression expression,
ImplicitReturnFinder.Acceptor acceptor) |
void |
XbaseValidator.checkCatchClausesOrder(XTryCatchFinallyExpression expression) |
Copyright © 2015. All Rights Reserved.