public interface XCatchClause
extends org.eclipse.emf.ecore.EObject
XbasePackage.getXCatchClause()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.common.types.JvmFormalParameter |
getDeclaredParam()
Returns the value of the 'Declared Param' containment reference.
|
XExpression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
void |
setDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)
Sets the value of the '
Declared Param' containment reference. |
void |
setExpression(XExpression value)
Sets the value of the '
Expression' containment reference. |
XExpression getExpression()
setExpression(XExpression),
XbasePackage.getXCatchClause_Expression()void setExpression(XExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()org.eclipse.xtext.common.types.JvmFormalParameter getDeclaredParam()
setDeclaredParam(JvmFormalParameter),
XbasePackage.getXCatchClause_DeclaredParam()void setDeclaredParam(org.eclipse.xtext.common.types.JvmFormalParameter value)
Declared Param' containment reference.
value - the new value of the 'Declared Param' containment reference.getDeclaredParam()