Class MethodInlineAttr

java.lang.Object
jadx.api.plugins.input.data.attributes.PinnedAttribute
jadx.core.dex.attributes.nodes.MethodInlineAttr
All Implemented Interfaces:
IJadxAttribute

public class MethodInlineAttr extends PinnedAttribute
  • Field Details

    • INLINE_NOT_NEEDED

      private static final MethodInlineAttr INLINE_NOT_NEEDED
    • insn

      private final InsnNode insn
    • argsRegNums

      private final int[] argsRegNums
      Store method arguments register numbers to allow remap registers
  • Constructor Details

    • MethodInlineAttr

      private MethodInlineAttr(InsnNode insn, int[] argsRegNums)
  • Method Details