Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.parse.literal.TypedLiteral.LiteralType
Packages that use TypedLiteral.LiteralType
Package
Description
-
Uses of TypedLiteral.LiteralType in org.benf.cfr.reader.bytecode.analysis.parse.literal
Fields in org.benf.cfr.reader.bytecode.analysis.parse.literal declared as TypedLiteral.LiteralTypeMethods in org.benf.cfr.reader.bytecode.analysis.parse.literal that return TypedLiteral.LiteralTypeModifier and TypeMethodDescriptionTypedLiteral.getType()
static TypedLiteral.LiteralType
Returns the enum constant of this class with the specified name.static TypedLiteral.LiteralType[]
TypedLiteral.LiteralType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.benf.cfr.reader.bytecode.analysis.parse.literal with parameters of type TypedLiteral.LiteralTypeModifierConstructorDescriptionprotected
TypedLiteral
(TypedLiteral.LiteralType type, InferredJavaType inferredJavaType, Object value) -
Uses of TypedLiteral.LiteralType in org.benf.cfr.reader.util.lambda
Methods in org.benf.cfr.reader.util.lambda that return TypedLiteral.LiteralTypeModifier and TypeMethodDescriptionprivate static TypedLiteral.LiteralType
LambdaUtils.getLiteralType
(Expression e)