org.eclipse.xtext.xbase
Interface XCatchClause

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XCatchClauseImpl

public interface XCatchClause
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'XCatch Clause'.

The following features are supported:

See Also:
XbasePackage.getXCatchClause()
EMF generated code
EMF model element

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExpression

XExpression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(XExpression), XbasePackage.getXCatchClause_Expression()
EMF generated code
EMF model element
containment="true"

setExpression

void setExpression(XExpression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
EMF generated code

getDeclaredParam

JvmFormalParameter getDeclaredParam()
Returns the value of the 'Declared Param' containment reference.

If the meaning of the 'Declared Param' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Declared Param' containment reference.
See Also:
setDeclaredParam(JvmFormalParameter), XbasePackage.getXCatchClause_DeclaredParam()
EMF generated code
EMF model element
containment="true"

setDeclaredParam

void setDeclaredParam(JvmFormalParameter value)
Sets the value of the 'Declared Param' containment reference.

Parameters:
value - the new value of the 'Declared Param' containment reference.
See Also:
getDeclaredParam()
EMF generated code