Package jadx.core.dex.attributes.nodes
Class SkipMethodArgsAttr
java.lang.Object
jadx.api.plugins.input.data.attributes.PinnedAttribute
jadx.core.dex.attributes.nodes.SkipMethodArgsAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisSkip(int argNum) static booleanisSkip(@Nullable MethodNode mth, int argNum) voidskip(int argNum) static voidskipArg(MethodNode mth, int argNum) static voidskipArg(MethodNode mth, RegisterArg arg) 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