public interface XClosure extends XExpression
The following features are supported:
XbasePackage.getXClosure()| Modifier and Type | Method and Description |
|---|---|
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 |
org.eclipse.emf.common.util.EList<JvmFormalParameter> getDeclaredFormalParameters()
JvmFormalParameter.
If the meaning of the 'Declared Formal Parameters' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXClosure_DeclaredFormalParameters()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.getXClosure_Expression()void setExpression(XExpression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()boolean isExplicitSyntax()
If the meaning of the 'Explicit Syntax' attribute isn't clear, there really should be more of a description here...
setExplicitSyntax(boolean),
XbasePackage.getXClosure_ExplicitSyntax()void setExplicitSyntax(boolean value)
Explicit Syntax' attribute.
value - the new value of the 'Explicit Syntax' attribute.isExplicitSyntax()JvmFormalParameter getImplicitParameter()
If the meaning of the 'Implicit Parameter' containment reference isn't clear, there really should be more of a description here...
setImplicitParameter(JvmFormalParameter),
XbasePackage.getXClosure_ImplicitParameter()void setImplicitParameter(JvmFormalParameter value)
Implicit Parameter' containment reference.
value - the new value of the 'Implicit Parameter' containment reference.getImplicitParameter()org.eclipse.emf.common.util.EList<JvmFormalParameter> getFormalParameters()