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:
IJadxAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int[]Store method arguments register numbers to allow remap registersprivate static final MethodInlineAttrprivate final InsnNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]getInsn()static MethodInlineAttrstatic MethodInlineAttrmarkForInline(MethodNode mth, InsnNode replaceInsn) booleantoString()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
-
INLINE_NOT_NEEDED
-
insn
-
argsRegNums
private final int[] argsRegNumsStore method arguments register numbers to allow remap registers
-
-
Constructor Details
-
MethodInlineAttr
-
-
Method Details