Class ASTIntegerLiteral

  • All Implemented Interfaces:
    JexlInfo, JexlNode.Literal<java.lang.Integer>, Node

    @Deprecated
    public final class ASTIntegerLiteral
    extends JexlNode
    implements JexlNode.Literal<java.lang.Integer>
    Deprecated.
    Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
    • Method Detail

      • getLiteral

        public java.lang.Integer getLiteral()
        Deprecated.
        Gets the literal value.
        Specified by:
        getLiteral in interface JexlNode.Literal<java.lang.Integer>
        Returns:
        the integer literal
      • jjtAccept

        public java.lang.Object jjtAccept​(ParserVisitor visitor,
                                          java.lang.Object data)
        Deprecated.
        Accept the visitor.
        Specified by:
        jjtAccept in interface Node
        Overrides:
        jjtAccept in class SimpleNode
        Parameters:
        visitor - the visitor
        data - contextual data
        Returns:
        result of visit