Package jadx.core.dex.attributes.nodes
Class MethodInlineAttr
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- jadx.core.dex.attributes.nodes.MethodInlineAttr
-
- All Implemented Interfaces:
jadx.api.plugins.input.data.attributes.IJadxAttribute
public class MethodInlineAttr extends jadx.api.plugins.input.data.attributes.PinnedAttribute
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getArgsRegNums()AType<MethodInlineAttr>getAttrType()InsnNodegetInsn()static MethodInlineAttrinlineNotNeeded(MethodNode mth)static MethodInlineAttrmarkForInline(MethodNode mth, InsnNode replaceInsn)booleannotNeeded()java.lang.StringtoString()
-
-
-
Method Detail
-
markForInline
public static MethodInlineAttr markForInline(MethodNode mth, InsnNode replaceInsn)
-
inlineNotNeeded
public static MethodInlineAttr inlineNotNeeded(MethodNode mth)
-
notNeeded
public boolean notNeeded()
-
getInsn
public InsnNode getInsn()
-
getArgsRegNums
public int[] getArgsRegNums()
-
getAttrType
public AType<MethodInlineAttr> getAttrType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-