Class ASTIntegerLiteral

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTIntegerLiteral
All Implemented Interfaces:
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