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:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class SkipMethodArgsAttr extends jadx.api.plugins.input.data.attributes.PinnedAttribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AType<SkipMethodArgsAttr>getAttrType()intgetSkipCount()booleanisSkip(int argNum)static booleanisSkip(@Nullable MethodNode mth, int argNum)voidskip(int argNum)static voidskipArg(MethodNode mth, int argNum)static voidskipArg(MethodNode mth, RegisterArg arg)java.lang.StringtoString()
-
-
-
Method Detail
-
skipArg
public static void skipArg(MethodNode mth, RegisterArg arg)
-
skipArg
public static void skipArg(MethodNode mth, int argNum)
-
isSkip
public static boolean isSkip(@Nullable @Nullable MethodNode mth, int argNum)
-
skip
public void skip(int argNum)
-
isSkip
public boolean isSkip(int argNum)
-
getSkipCount
public int getSkipCount()
-
getAttrType
public AType<SkipMethodArgsAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-