Class MethodParametersAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.api.plugins.input.data.attributes.types.MethodParametersAttr
-
- All Implemented Interfaces:
IJadxAttribute
public class MethodParametersAttr extends PinnedAttribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodParametersAttr.Info
-
Constructor Summary
Constructors Constructor Description MethodParametersAttr(java.util.List<MethodParametersAttr.Info> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJadxAttrType<MethodParametersAttr>getAttrType()java.util.List<MethodParametersAttr.Info>getList()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
-
MethodParametersAttr
public MethodParametersAttr(java.util.List<MethodParametersAttr.Info> list)
-
-
Method Detail
-
getList
public java.util.List<MethodParametersAttr.Info> getList()
-
getAttrType
public IJadxAttrType<MethodParametersAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-