public abstract class LiteralValue<T> extends Object implements Statement
protected Class<T>
clazz
protected
LiteralValue(T value)
boolean
equals(Object obj)
String
generate(Context context)
abstract String
getCanonicalString(Context context)
MetaClass
getType()
T
getValue()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected Class<T> clazz
protected LiteralValue(T value)
public abstract String getCanonicalString(Context context)
public T getValue()
public String generate(Context context)
generate
Statement
public MetaClass getType()
getType
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.