Modifier and Type | Method and Description |
---|---|
void |
EMFPatternLanguageJavaValidator.checkForWrongVariablesInXExpressions(FunctionEvaluationValue eval)
This validator looks up all variables in the
FunctionEvaluationValue and reports an error if one them is not an
EDataType instance. |
Modifier and Type | Method and Description |
---|---|
FunctionEvaluationValue |
PatternLanguageFactory.createFunctionEvaluationValue()
Returns a new object of class 'Function Evaluation Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionEvaluationValueImpl
An implementation of the model object 'Function Evaluation Value'.
|
Modifier and Type | Method and Description |
---|---|
FunctionEvaluationValue |
PatternLanguageFactoryImpl.createFunctionEvaluationValue() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseFunctionEvaluationValue(FunctionEvaluationValue object)
Returns the result of interpreting the object as an instance of 'Function Evaluation Value'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternLanguageJavaValidator.checkForImpureJavaCallsInEvalExpressions(FunctionEvaluationValue eval) |