| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.parse.literal | |
| org.benf.cfr.reader.util.lambda |
| Modifier and Type | Field and Description |
|---|---|
private TypedLiteral.LiteralType |
TypedLiteral.type |
| Modifier and Type | Method and Description |
|---|---|
TypedLiteral.LiteralType |
TypedLiteral.getType() |
static TypedLiteral.LiteralType |
TypedLiteral.LiteralType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypedLiteral.LiteralType[] |
TypedLiteral.LiteralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypedLiteral(TypedLiteral.LiteralType type,
InferredJavaType inferredJavaType,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
private static TypedLiteral.LiteralType |
LambdaUtils.getLiteralType(Expression e) |