Class IntegerLiteral

java.lang.Object
All Implemented Interfaces:
Serializable, Literal, Value

public class IntegerLiteral extends SimpleLiteral
An extension of SimpleLiteral that stores an integer value using a BigInteger object.
Author:
Arjohn Kampman
See Also: