| Modifier and Type | Method and Description |
|---|---|
XCatchClause |
XbaseFactory.createXCatchClause()
Returns a new object of class 'XCatch Clause'
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XCatchClause> |
XTryCatchFinallyExpression.getCatchClauses()
Returns the value of the 'Catch Clauses' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseCompiler.appendCatchClause(XCatchClause catchClause,
boolean parentIsReferenced,
String parentVariable,
ITreeAppendable appendable) |
protected void |
XbaseCompiler.appendCatchClauseParameter(XCatchClause catchClause,
JvmTypeReference parameterType,
String parameterName,
ITreeAppendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseFormatter2._format(XCatchClause expr,
FormattableDocument format)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XCatchClauseImpl
An implementation of the model object 'XCatch Clause'
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<XCatchClause> |
XTryCatchFinallyExpressionImpl.catchClauses
The cached value of the '
Catch Clauses' containment reference list |
| Modifier and Type | Method and Description |
|---|---|
XCatchClause |
XbaseFactoryImpl.createXCatchClause() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XCatchClause> |
XTryCatchFinallyExpressionImpl.getCatchClauses() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXbaseSemanticSequencer.sequence_XCatchClause(org.eclipse.emf.ecore.EObject context,
XCatchClause semanticObject)
Deprecated.
|
protected void |
AbstractXbaseSemanticSequencer.sequence_XCatchClause(ISerializationContext context,
XCatchClause semanticObject)
Contexts:
XCatchClause returns XCatchClause
Constraint:
(declaredParam=FullJvmFormalParameter expression=XExpression)
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ThrownExceptionSwitch.caseXCatchClause(XCatchClause object) |
| Modifier and Type | Method and Description |
|---|---|
T |
XbaseSwitch.caseXCatchClause(XCatchClause object)
Returns the result of interpreting the object as an instance of 'XCatch Clause'
|
| Modifier and Type | Method and Description |
|---|---|
void |
XbaseValidator.checkTypes(XCatchClause catchClause) |
Copyright © 2015. All Rights Reserved.