org.eclipse.xtext.xbase
Interface XClosure

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

public interface XClosure
extends XExpression

A representation of the model object 'XClosure'.

The following features are supported:

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

Method Summary
 XExpression getExpression()
          Returns the value of the 'Expression' containment reference
 org.eclipse.emf.common.util.EList<JvmFormalParameter> getFormalParameters()
          Returns the value of the 'Formal Parameters' containment reference list.
 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

getFormalParameters

org.eclipse.emf.common.util.EList<JvmFormalParameter> getFormalParameters()
Returns the value of the 'Formal Parameters' containment reference list. The list contents are of type JvmFormalParameter.

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

Returns:
the value of the 'Formal Parameters' containment reference list.
See Also:
XbasePackage.getXClosure_FormalParameters()
EMF generated code
EMF model element
containment="true"

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.getXClosure_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