public interface FunctionEvaluationValue extends ComputationValue
The following features are supported:
| Modifier and Type | Method and Description | 
|---|---|
org.eclipse.xtext.xbase.XExpression | 
getExpression()
Returns the value of the 'Expression' containment reference. 
 | 
void | 
setExpression(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the ' 
Expression' containment reference. | 
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()