Class Evaluators


  • public class Evaluators
    extends java.lang.Object
    Constants for different mechanisms of expression evaluation
    • Constructor Detail

      • Evaluators

        public Evaluators()
    • Method Detail

      • getEvaluator

        public static Evaluator getEvaluator​(int code)
        Get an evaluator for a given evaluation mechanism
        Parameters:
        code - one of the constants identifying an evaluation mechanism
        Returns:
        the corresponding Evaluator