Class TemplateEngine.JexlBasedExpression

    • Field Detail

      • expr

        protected final java.lang.CharSequence expr
        The JEXL string for this unified expression.
      • node

        protected final JexlNode node
        The JEXL node for this unified expression.
    • Constructor Detail

      • JexlBasedExpression

        protected JexlBasedExpression​(java.lang.CharSequence theExpr,
                                      JexlNode theNode,
                                      TemplateEngine.TemplateExpression theSource)
        Creates a JEXL interpretable unified expression.
        Parameters:
        theExpr - the unified expression as a string
        theNode - the unified expression as an AST
        theSource - the source unified expression if any