Uses of Interface
org.benf.cfr.reader.entities.annotations.ElementValue
Packages that use ElementValue
Package
Description
-
Uses of ElementValue in org.benf.cfr.reader.entities.annotations
Classes in org.benf.cfr.reader.entities.annotations that implement ElementValueModifier and TypeClassDescriptionclassclassclassclassclassFields in org.benf.cfr.reader.entities.annotations with type parameters of type ElementValueModifier and TypeFieldDescriptionprivate final List<ElementValue> ElementValueArray.contentprivate final Map<String, ElementValue> AnnotationTableEntry.elementValueMapMethods in org.benf.cfr.reader.entities.annotations that return ElementValueModifier and TypeMethodDescriptionElementValue.withTypeHint(JavaTypeInstance hint) ElementValueAnnotation.withTypeHint(JavaTypeInstance hint) ElementValueArray.withTypeHint(JavaTypeInstance hint) ElementValueClass.withTypeHint(JavaTypeInstance hint) ElementValueConst.withTypeHint(JavaTypeInstance hint) ElementValueEnum.withTypeHint(JavaTypeInstance hint) Constructor parameters in org.benf.cfr.reader.entities.annotations with type arguments of type ElementValueModifierConstructorDescriptionAnnotationTableEntry(JavaTypeInstance clazz, Map<String, ElementValue> elementValueMap) AnnotationTableTypeEntry(TypeAnnotationEntryValue value, T targetInfo, TypePath typePath, JavaTypeInstance type, Map<String, ElementValue> elementValueMap) ElementValueArray(List<ElementValue> content) -
Uses of ElementValue in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as ElementValueModifier and TypeFieldDescriptionprivate final ElementValueAttributeAnnotationDefault.elementValueMethods in org.benf.cfr.reader.entities.attributes that return ElementValueMethods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ElementValueModifier and TypeMethodDescription(package private) static Pair<Long, ElementValue> AnnotationHelpers.getElementValue(ByteData raw, long offset, ConstantPool cp) Method parameters in org.benf.cfr.reader.entities.attributes with type arguments of type ElementValueModifier and TypeMethodDescriptionprivate static longAnnotationHelpers.getElementValuePair(ByteData raw, long offset, ConstantPool cp, Map<String, ElementValue> res)