Class ASTIntegerLiteral

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

    public class ASTIntegerLiteral
    extends SimpleNode
    Handles integer numbers. The value will be either an Integer, a Long, or a BigInteger.
    Since:
    1.5
    Author:
    Will Glass-Husain