Uses of Enum
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
Subclasses with type arguments of type TypeAnnotationEntryKind in org.benf.cfr.reader.entities.attributesFields in org.benf.cfr.reader.entities.attributes declared as TypeAnnotationEntryKindModifier and TypeFieldDescriptionprivate TypeAnnotationEntryKindTypeAnnotationEntryValue.type_parameter_targetMethods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationEntryKindModifier and TypeMethodDescriptionTypeAnnotationEntryValue.getKind()static TypeAnnotationEntryKindReturns the enum constant of this type with the specified name.static TypeAnnotationEntryKind[]TypeAnnotationEntryKind.values()Returns an array containing the constants of this enum type, 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 TypeAnnotationEntryKindModifierConstructorDescriptionprivateTypeAnnotationEntryValue(int value, TypeAnnotationEntryKind type_parameter_target, TypeAnnotationLocation location)