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