| 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)
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 |
XbaseJavaValidator.checkCatchClausesOrder(XTryCatchFinallyExpression expression) |
Copyright © 2015. All Rights Reserved.