Uses of Enum Class
org.benf.cfr.reader.entities.attributes.TypeAnnotationEntryValue
Packages that use TypeAnnotationEntryValue
Package
Description
-
Uses of TypeAnnotationEntryValue in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type TypeAnnotationEntryValueModifier and TypeMethodDescriptionstatic TypeAnnotationHelper
TypeAnnotationHelper.create
(AttributeMap map, TypeAnnotationEntryValue... tkeys) MethodPrototypeAnnotationsHelper.getTypeTargetAnnotations
(TypeAnnotationEntryValue target) -
Uses of TypeAnnotationEntryValue in org.benf.cfr.reader.entities.annotations
Fields in org.benf.cfr.reader.entities.annotations declared as TypeAnnotationEntryValueModifier and TypeFieldDescriptionprivate final TypeAnnotationEntryValue
AnnotationTableTypeEntry.value
Methods in org.benf.cfr.reader.entities.annotations that return TypeAnnotationEntryValueConstructors in org.benf.cfr.reader.entities.annotations with parameters of type TypeAnnotationEntryValueModifierConstructorDescriptionAnnotationTableTypeEntry
(TypeAnnotationEntryValue value, T targetInfo, TypePath typePath, JavaTypeInstance type, Map<String, ElementValue> elementValueMap) -
Uses of TypeAnnotationEntryValue in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type TypeAnnotationEntryValueModifier and TypeFieldDescriptionAttributeTypeAnnotations.annotationTableEntryData
private static final Map<Short,
TypeAnnotationEntryValue> TypeAnnotationEntryValue.lut
Methods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationEntryValueModifier and TypeMethodDescriptionstatic TypeAnnotationEntryValue
TypeAnnotationEntryValue.get
(short value) static TypeAnnotationEntryValue
Returns the enum constant of this class with the specified name.static TypeAnnotationEntryValue[]
TypeAnnotationEntryValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.entities.attributes with parameters of type TypeAnnotationEntryValueModifier and TypeMethodDescriptionAttributeTypeAnnotations.getAnnotationsFor
(TypeAnnotationEntryValue... types)