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, XClosureImplCustom

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
 org.eclipse.emf.common.util.EList<JvmFormalParameter> getDeclaredFormalParameters()
          Returns the value of the 'Declared Formal Parameters' containment reference list.
 XExpression getExpression()
          Returns the value of the 'Expression' containment reference.
 org.eclipse.emf.common.util.EList<JvmFormalParameter> getFormalParameters()
           
 JvmFormalParameter getImplicitParameter()
          Returns the value of the 'Implicit Parameter' containment reference.
 boolean isExplicitSyntax()
          Returns the value of the 'Explicit Syntax' attribute.
 void setExplicitSyntax(boolean value)
          Sets the value of the 'Explicit Syntax' attribute.
 void setExpression(XExpression value)
          Sets the value of the 'Expression' containment reference.
 void setImplicitParameter(JvmFormalParameter value)
          Sets the value of the 'Implicit Parameter' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDeclaredFormalParameters

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

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

Returns:
the value of the 'Declared Formal Parameters' containment reference list.
See Also:
XbasePackage.getXClosure_DeclaredFormalParameters()
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

isExplicitSyntax

boolean isExplicitSyntax()
Returns the value of the 'Explicit Syntax' attribute.

If the meaning of the 'Explicit Syntax' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Explicit Syntax' attribute.
See Also:
setExplicitSyntax(boolean), XbasePackage.getXClosure_ExplicitSyntax()
EMF generated code
EMF model element

setExplicitSyntax

void setExplicitSyntax(boolean value)
Sets the value of the 'Explicit Syntax' attribute.

Parameters:
value - the new value of the 'Explicit Syntax' attribute.
See Also:
isExplicitSyntax()
EMF generated code

getImplicitParameter

JvmFormalParameter getImplicitParameter()
Returns the value of the 'Implicit Parameter' containment reference.

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

Returns:
the value of the 'Implicit Parameter' containment reference.
See Also:
setImplicitParameter(JvmFormalParameter), XbasePackage.getXClosure_ImplicitParameter()
EMF generated code
EMF model element
containment="true" transient="true" derived="true"

setImplicitParameter

void setImplicitParameter(JvmFormalParameter value)
Sets the value of the 'Implicit Parameter' containment reference.

Parameters:
value - the new value of the 'Implicit Parameter' containment reference.
See Also:
getImplicitParameter()
EMF generated code

getFormalParameters

org.eclipse.emf.common.util.EList<JvmFormalParameter> getFormalParameters()

EMF generated code
EMF model element
kind="operation"