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