Class BooleanLiteral

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

public class BooleanLiteral extends SimpleLiteral
An extension of SimpleLiteral that stores a boolean value to avoid parsing.
Author:
David Huynh, Arjohn Kampman
See Also: