Class ASTFloatLiteral

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

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

      • ASTFloatLiteral

        public ASTFloatLiteral​(int id)
        Deprecated.
      • ASTFloatLiteral

        public ASTFloatLiteral​(Parser p,
                               int id)
        Deprecated.
    • Method Detail

      • getLiteral

        public java.lang.Float getLiteral()
        Deprecated.
        Gets the literal value.
        Specified by:
        getLiteral in interface JexlNode.Literal<java.lang.Float>
        Returns:
        the float 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