Class ASTFloatingPointLiteral

  • All Implemented Interfaces:
    java.lang.Cloneable, Node, Renderable

    public class ASTFloatingPointLiteral
    extends SimpleNode
    Handles floating point numbers. The value will be either a Double or a BigDecimal.
    Since:
    1.5
    Author:
    Will Glass-Husain