Class FreezeVarOperations.NameOperationEvaluator
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.FreezeVarOperations.NameOperationEvaluator
-
- All Implemented Interfaces:
IOperationEvaluator
- Enclosing class:
- FreezeVarOperations
private static class FreezeVarOperations.NameOperationEvaluator extends java.lang.Object implements IOperationEvaluator
Implements the operation evaluator for variable names.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private booleanqualified
-
Constructor Summary
Constructors Modifier Constructor Description privateNameOperationEvaluator(boolean qualified)Creates a new name operation evaluator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluationAccessorevaluate(EvaluationAccessor operand, EvaluationAccessor[] arguments)Evaluates an operation.
-
-
-
Method Detail
-
evaluate
public EvaluationAccessor evaluate(EvaluationAccessor operand, EvaluationAccessor[] arguments)
Description copied from interface:IOperationEvaluatorEvaluates an operation.- Specified by:
evaluatein interfaceIOperationEvaluator- Parameters:
operand- the operand valuearguments- the arguments to be used for the evaluation- Returns:
- the result of the operation (variable or value)
-
-