Class AnnotationMethodParamsAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.api.plugins.input.data.attributes.types.AnnotationMethodParamsAttr
-
- All Implemented Interfaces:
IJadxAttribute
public class AnnotationMethodParamsAttr extends PinnedAttribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JadxAttrType<AnnotationMethodParamsAttr>getAttrType()java.util.List<AnnotationsAttr>getParamList()static @Nullable AnnotationMethodParamsAttrpack(java.util.List<java.util.List<IAnnotation>> annotationRefList)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
-
-
-
-
Method Detail
-
pack
@Nullable public static @Nullable AnnotationMethodParamsAttr pack(java.util.List<java.util.List<IAnnotation>> annotationRefList)
-
getParamList
public java.util.List<AnnotationsAttr> getParamList()
-
getAttrType
public JadxAttrType<AnnotationMethodParamsAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-