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

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

    • ASTFloatLiteral

      public ASTFloatLiteral(int id)
      Deprecated.
    • ASTFloatLiteral

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