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 Object implements IOperationEvaluator
Implements the operation evaluator for variable names.
Author:
Holger Eichelberger
  • Field Details

    • qualified

      private boolean qualified
  • Constructor Details

    • NameOperationEvaluator

      private NameOperationEvaluator(boolean qualified)
      Creates a new name operation evaluator.
      Parameters:
      qualified - whether qualified or simple names shall be returned
  • Method Details