public interface FactorDeclaration
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BlangDslPackage.getFactorDeclaration()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dependency> |
getDependencies()
Returns the value of the 'Dependencies' containment reference list.
|
org.eclipse.xtext.xbase.XExpression |
getFactorBody()
Returns the value of the 'Factor Body' containment reference.
|
void |
setFactorBody(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Factor Body ' containment reference. |
org.eclipse.emf.common.util.EList<Dependency> getDependencies()
Dependency
.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
BlangDslPackage.getFactorDeclaration_Dependencies()
org.eclipse.xtext.xbase.XExpression getFactorBody()
If the meaning of the 'Factor Body' containment reference isn't clear, there really should be more of a description here...
setFactorBody(XExpression)
,
BlangDslPackage.getFactorDeclaration_FactorBody()
void setFactorBody(org.eclipse.xtext.xbase.XExpression value)
Factor Body
' containment reference.
value
- the new value of the 'Factor Body' containment reference.getFactorBody()