Uses of Class
org.benf.cfr.reader.entities.attributes.AttributeMap
Packages that use AttributeMap
Package
Description
-
Uses of AttributeMap in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as AttributeMapModifier and TypeFieldDescriptionprivate final AttributeMap
MethodPrototypeAnnotationsHelper.attributeMap
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type AttributeMapModifier and TypeMethodDescriptionstatic List<AnnotationTableEntry>
MiscAnnotations.BasicAnnotations
(AttributeMap attributeMap) static TypeAnnotationHelper
TypeAnnotationHelper.create
(AttributeMap map, TypeAnnotationEntryValue... tkeys) Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type AttributeMap -
Uses of AttributeMap in org.benf.cfr.reader.entities
Fields in org.benf.cfr.reader.entities declared as AttributeMapModifier and TypeFieldDescriptionprivate final AttributeMap
ClassFile.attributes
private final AttributeMap
Field.attributes
private final AttributeMap
Method.attributes
Methods in org.benf.cfr.reader.entities that return AttributeMapMethods in org.benf.cfr.reader.entities with parameters of type AttributeMapModifier and TypeMethodDescriptionstatic void
AccessFlag.applyAttributes
(AttributeMap attributeMap, Set<AccessFlag> accessFlagSet) static void
AccessFlagMethod.applyAttributes
(AttributeMap attributeMap, Set<AccessFlagMethod> accessFlagSet) -
Uses of AttributeMap in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes declared as AttributeMapMethods in org.benf.cfr.reader.entities.attributes that return AttributeMap