Class AnnotationsAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.api.plugins.input.data.attributes.types.AnnotationsAttr
-
- All Implemented Interfaces:
IJadxAttribute
public class AnnotationsAttr extends PinnedAttribute
-
-
Constructor Summary
Constructors Constructor Description AnnotationsAttr(java.util.Map<java.lang.String,IAnnotation> map)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IAnnotationget(java.lang.String className)java.util.Collection<IAnnotation>getAll()JadxAttrType<AnnotationsAttr>getAttrType()java.util.List<IAnnotation>getList()booleanisEmpty()static @Nullable AnnotationsAttrpack(java.util.List<IAnnotation> annotationList)intsize()java.lang.StringtoString()-
Methods inherited from class jadx.api.plugins.input.data.attributes.PinnedAttribute
keepLoaded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
toAttrString
-
-
-
-
Constructor Detail
-
AnnotationsAttr
public AnnotationsAttr(java.util.Map<java.lang.String,IAnnotation> map)
-
-
Method Detail
-
pack
@Nullable public static @Nullable AnnotationsAttr pack(java.util.List<IAnnotation> annotationList)
-
get
public IAnnotation get(java.lang.String className)
-
getAll
public java.util.Collection<IAnnotation> getAll()
-
getList
public java.util.List<IAnnotation> getList()
-
size
public int size()
-
isEmpty
public boolean isEmpty()
-
getAttrType
public JadxAttrType<AnnotationsAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-