Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.literal |
Modifier and Type | Method and Description |
---|---|
TypedLiteral.LiteralType |
TypedLiteral.getType() |
static TypedLiteral.LiteralType |
TypedLiteral.LiteralType.valueOf(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,
Object value) |
Copyright © 2011-2021. All Rights Reserved.