Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.parse.literal.TypedLiteral.FormatHint
Packages that use TypedLiteral.FormatHint
-
Uses of TypedLiteral.FormatHint in org.benf.cfr.reader.bytecode.analysis.parse.literal
Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal that return TypedLiteral.FormatHintModifier and TypeMethodDescriptionstatic TypedLiteral.FormatHint
Returns the enum constant of this class with the specified name.static TypedLiteral.FormatHint[]
TypedLiteral.FormatHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.parse.literal with parameters of type TypedLiteral.FormatHintModifier and TypeMethodDescriptionTypedLiteral.dumpWithHint
(Dumper d, TypedLiteral.FormatHint hint) private static String
TypedLiteral.integerName
(Object o, TypedLiteral.FormatHint formatHint) private static String
TypedLiteral.longName
(Object o, TypedLiteral.FormatHint formatHint)