Uses of Class
org.benf.cfr.reader.entities.attributes.TypeAnnotationLocation
-
Packages that use TypeAnnotationLocation Package Description org.benf.cfr.reader.entities.attributes -
-
Uses of TypeAnnotationLocation in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as TypeAnnotationLocation Modifier and Type Field Description private TypeAnnotationLocation
TypeAnnotationEntryValue. location
Methods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationLocation Modifier and Type Method Description TypeAnnotationLocation
TypeAnnotationEntryValue. getLocation()
static TypeAnnotationLocation
TypeAnnotationLocation. valueOf(java.lang.String name)
Returns 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 TypeAnnotationLocation Constructor Description TypeAnnotationEntryValue(int value, TypeAnnotationEntryKind type_parameter_target, TypeAnnotationLocation location)
-