Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.literal |
Modifier and Type | Method and Description |
---|---|
static TypedLiteral.FormatHint |
TypedLiteral.FormatHint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypedLiteral.FormatHint[] |
TypedLiteral.FormatHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dumper |
TypedLiteral.dumpWithHint(Dumper d,
TypedLiteral.FormatHint hint) |
private static java.lang.String |
TypedLiteral.integerName(java.lang.Object o,
TypedLiteral.FormatHint formatHint) |
private static java.lang.String |
TypedLiteral.longName(java.lang.Object o,
TypedLiteral.FormatHint formatHint) |