Class StringOperations.CaseChange

java.lang.Object
net.ssehub.easy.varModel.cstEvaluation.StringOperations.CaseChange
All Implemented Interfaces:
IOperationEvaluator
Enclosing class:
StringOperations

static class StringOperations.CaseChange extends Object implements IOperationEvaluator
Implements the case change operations.
  • Field Details

    • toUpper

      private boolean toUpper
  • Constructor Details

    • CaseChange

      private CaseChange(boolean toUpper)
      Creates a case change evaluator.
      Parameters:
      toUpper - apply to upper case change (true) or to lower case change (false)
  • Method Details