Uses of Enum Class
org.benf.cfr.reader.entities.attributes.TypeAnnotationLocation
Packages that use TypeAnnotationLocation
-
Uses of TypeAnnotationLocation in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as TypeAnnotationLocationModifier and TypeFieldDescriptionprivate TypeAnnotationLocation
TypeAnnotationEntryValue.location
Methods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationLocationModifier and TypeMethodDescriptionTypeAnnotationEntryValue.getLocation()
static TypeAnnotationLocation
Returns the enum constant of this class with the specified name.static TypeAnnotationLocation[]
TypeAnnotationLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.benf.cfr.reader.entities.attributes with parameters of type TypeAnnotationLocationModifierConstructorDescriptionprivate
TypeAnnotationEntryValue
(int value, TypeAnnotationEntryKind type_parameter_target, TypeAnnotationLocation location)