Class AnnotationMethodParamsAttr
java.lang.Object
jadx.api.plugins.input.data.attributes.PinnedAttribute
jadx.api.plugins.input.data.attributes.types.AnnotationMethodParamsAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAnnotationMethodParamsAttr(List<AnnotationsAttr> paramsList) -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable AnnotationMethodParamsAttrpack(List<List<IAnnotation>> annotationRefList) toString()Methods inherited from class jadx.api.plugins.input.data.attributes.PinnedAttribute
keepLoadedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
toAttrString
-
Field Details
-
paramList
-
-
Constructor Details
-
AnnotationMethodParamsAttr
-
-
Method Details
-
pack
@Nullable public static @Nullable AnnotationMethodParamsAttr pack(List<List<IAnnotation>> annotationRefList) -
getParamList
-
getAttrType
-
toString
-