Class JexlNode

    • Field Detail

      • image

        public java.lang.String image
        token value.
    • Method Detail

      • debugString

        public java.lang.String debugString()
        Formats this information for debugging purpose.
        Specified by:
        debugString in interface JexlInfo
        Returns:
        a human readable string.
      • isConstant

        public final boolean isConstant()
        Whether this node is a constant node Its value can not change after the first evaluation and can be cached indefinitely.
        Returns:
        true if constant, false otherwise
      • isConstant

        protected boolean isConstant​(boolean literal)