public interface XCatchClause
extends org.eclipse.emf.ecore.EObject
The following features are supported:
XbasePackage.getXCatchClause()| Modifier and Type | Method and Description |
|---|---|
JvmFormalParameter |
getDeclaredParam()
Returns the value of the 'Declared Param' containment reference
|
XExpression |
getExpression()
Returns the value of the 'Expression' containment reference
|
void |
setDeclaredParam(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()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(XExpression),
XbasePackage.getXCatchClause_Expression()void setExpression(XExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()JvmFormalParameter getDeclaredParam()
If the meaning of the 'Declared Param' containment reference isn't clear, there really should be more of a description here...
setDeclaredParam(JvmFormalParameter),
XbasePackage.getXCatchClause_DeclaredParam()void setDeclaredParam(JvmFormalParameter value)
Declared Param' containment reference.
value - the new value of the 'Declared Param' containment reference.getDeclaredParam()