public interface XClosure extends XExpression
XbasePackage.getXClosure()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.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<org.eclipse.xtext.common.types.JvmFormalParameter> |
getFormalParameters() |
org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmFormalParameter> |
getImplicitFormalParameters()
Returns the value of the 'Implicit Formal Parameters' containment reference list.
|
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. |
org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.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()org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmFormalParameter> getImplicitFormalParameters()
JvmFormalParameter.
If the meaning of the 'Implicit Formal Parameters' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXClosure_ImplicitFormalParameters()org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmFormalParameter> getFormalParameters()