static TypedLiteral |
TypedLiteral.getBoolean(int v) |
static TypedLiteral |
TypedLiteral.getChar(int v) |
static TypedLiteral |
TypedLiteral.getClass(JavaTypeInstance v) |
static TypedLiteral |
TypedLiteral.getConstantPoolEntry(ConstantPool cp,
ConstantPoolEntry cpe) |
static TypedLiteral |
TypedLiteral.getConstantPoolEntryUTF8(ConstantPoolEntryUTF8 cpe) |
static TypedLiteral |
TypedLiteral.getDouble(double v) |
static TypedLiteral |
TypedLiteral.getFloat(float v) |
static TypedLiteral |
TypedLiteral.getInt(int v) |
static TypedLiteral |
TypedLiteral.getInt(int v,
InferredJavaType type) |
static TypedLiteral |
TypedLiteral.getInt(int v,
RawJavaType type) |
static TypedLiteral |
TypedLiteral.getLong(long v) |
static TypedLiteral |
TypedLiteral.getNull() |
static TypedLiteral |
TypedLiteral.getShort(int v) |
static TypedLiteral |
TypedLiteral.getString(String v) |
static TypedLiteral |
TypedLiteral.shrinkTo(TypedLiteral original,
RawJavaType tgt) |