org.eclipse.xtext.xbase
Interface XTryCatchFinallyExpression

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

public interface XTryCatchFinallyExpression
extends XExpression

A representation of the model object 'XTry Catch Finally Expression'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<XCatchClause> getCatchClauses()
          Returns the value of the 'Catch Clauses' containment reference list.
 XExpression getExpression()
          Returns the value of the 'Expression' containment reference
 XExpression getFinallyExpression()
          Returns the value of the 'Finally Expression' containment reference
 void setExpression(XExpression value)
          Sets the value of the 'Expression' containment reference
 void setFinallyExpression(XExpression value)
          Sets the value of the 'Finally 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.getXTryCatchFinallyExpression_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

getFinallyExpression

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

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

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

setFinallyExpression

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

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

getCatchClauses

org.eclipse.emf.common.util.EList<XCatchClause> getCatchClauses()
Returns the value of the 'Catch Clauses' containment reference list. The list contents are of type XCatchClause.

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

Returns:
the value of the 'Catch Clauses' containment reference list.
See Also:
XbasePackage.getXTryCatchFinallyExpression_CatchClauses()
EMF generated code
EMF model element
containment="true"