Uses of Enum
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 TypeAnnotationHelperTypeAnnotationHelper.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 TypeAnnotationEntryValueAnnotationTableTypeEntry.valueMethods 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
Subclasses with type arguments of type TypeAnnotationEntryValue in org.benf.cfr.reader.entities.attributesFields in org.benf.cfr.reader.entities.attributes with type parameters of type TypeAnnotationEntryValueModifier and TypeFieldDescriptionprivate Map<TypeAnnotationEntryValue, List<AnnotationTableTypeEntry>> AttributeTypeAnnotations.annotationTableEntryDataprivate static final Map<Short, TypeAnnotationEntryValue> TypeAnnotationEntryValue.lutMethods in org.benf.cfr.reader.entities.attributes that return TypeAnnotationEntryValueModifier and TypeMethodDescriptionstatic TypeAnnotationEntryValueTypeAnnotationEntryValue.get(short value) static TypeAnnotationEntryValueReturns the enum constant of this type with the specified name.static TypeAnnotationEntryValue[]TypeAnnotationEntryValue.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 TypeAnnotationEntryValueModifier and TypeMethodDescriptionAttributeTypeAnnotations.getAnnotationsFor(TypeAnnotationEntryValue... types)