Uses of Class
org.benf.cfr.reader.entities.attributes.TypeAnnotationEntryKind
-
Packages that use TypeAnnotationEntryKind Package Description org.benf.cfr.reader.entities.annotations org.benf.cfr.reader.entities.attributes -
-
Uses of TypeAnnotationEntryKind in org.benf.cfr.reader.entities.annotations
Methods in org.benf.cfr.reader.entities.annotations that return TypeAnnotationEntryKind Modifier and Type Method Description TypeAnnotationEntryKind
AnnotationTableTypeEntry. getKind()
-
Uses of TypeAnnotationEntryKind in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as TypeAnnotationEntryKind Modifier and Type Field Description private TypeAnnotationEntryKind
TypeAnnotationEntryValue. type_parameter_target
Methods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationEntryKind Modifier and Type Method Description TypeAnnotationEntryKind
TypeAnnotationEntryValue. getKind()
static TypeAnnotationEntryKind
TypeAnnotationEntryKind. valueOf(java.lang.String name)
Returns 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 TypeAnnotationEntryKind Modifier and Type Method Description private static Pair<java.lang.Long,TypeAnnotationTargetInfo>
AnnotationHelpers. readTypeAnnotationTargetInfo(TypeAnnotationEntryKind kind, ByteData raw, long offset)
Constructors in org.benf.cfr.reader.entities.attributes with parameters of type TypeAnnotationEntryKind Constructor Description TypeAnnotationEntryValue(int value, TypeAnnotationEntryKind type_parameter_target, TypeAnnotationLocation location)
-