Uses of Enum Class
org.benf.cfr.reader.entities.attributes.TypeAnnotationEntryKind
Packages that use TypeAnnotationEntryKind
Package
Description
-
Uses of TypeAnnotationEntryKind in org.benf.cfr.reader.entities.annotations
Methods in org.benf.cfr.reader.entities.annotations that return TypeAnnotationEntryKind -
Uses of TypeAnnotationEntryKind in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as TypeAnnotationEntryKindModifier and TypeFieldDescriptionprivate TypeAnnotationEntryKind
TypeAnnotationEntryValue.type_parameter_target
Methods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationEntryKindModifier and TypeMethodDescriptionTypeAnnotationEntryValue.getKind()
static TypeAnnotationEntryKind
Returns the enum constant of this class with the specified name.static TypeAnnotationEntryKind[]
TypeAnnotationEntryKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.entities.attributes with parameters of type TypeAnnotationEntryKindModifier and TypeMethodDescriptionprivate static Pair<Long,
TypeAnnotationTargetInfo> AnnotationHelpers.readTypeAnnotationTargetInfo
(TypeAnnotationEntryKind kind, ByteData raw, long offset) Constructors in org.benf.cfr.reader.entities.attributes with parameters of type TypeAnnotationEntryKindModifierConstructorDescriptionprivate
TypeAnnotationEntryValue
(int value, TypeAnnotationEntryKind type_parameter_target, TypeAnnotationLocation location)