T - The JVM type of value held by the literal.public static final class Literals.LiteralImpl<T> extends java.lang.Object implements Literal<T>
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
Type | 
dataType()  | 
boolean | 
equals(java.lang.Object o)  | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
T | 
value()  | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitreferencespublic Type dataType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object