Class Expression


  • public class Expression
    extends java.lang.Object
    The main class to calculate expressions
    • Field Detail

      • OPERATOR_SIGNATURE_1

        private static final java.lang.Class<?>[] OPERATOR_SIGNATURE_1
        Precreated array for speed up operations
      • OPERATOR_SIGNATURE_2

        private static final java.lang.Class<?>[] OPERATOR_SIGNATURE_2
        Precreated array for speed up operations
      • context

        private final PreprocessorContext context
        The variable contains the preprocessor context for the expression, it can be null
      • expressionTree

        private final ExpressionTree expressionTree
        The variable contains the expression tree