public interface FunctionEvaluationValue extends ComputationValue
The following features are supported:
PatternLanguagePackage.getFunctionEvaluationValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.xbase.XExpression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
boolean |
isUnwind()
Returns the value of the 'Unwind' attribute.
|
void |
setExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Expression ' containment reference. |
void |
setUnwind(boolean value)
Sets the value of the '
Unwind ' attribute. |
java.lang.String |
toString() |
org.eclipse.xtext.xbase.XExpression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(XExpression)
,
PatternLanguagePackage.getFunctionEvaluationValue_Expression()
void setExpression(org.eclipse.xtext.xbase.XExpression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
boolean isUnwind()
setUnwind(boolean)
,
PatternLanguagePackage.getFunctionEvaluationValue_Unwind()
void setUnwind(boolean value)
Unwind
' attribute.
value
- the new value of the 'Unwind' attribute.isUnwind()
java.lang.String toString()
toString
in interface ComputationValue
toString
in interface Expression
toString
in interface ValueReference
toString
in class java.lang.Object