Class DexMethodData

java.lang.Object
jadx.plugins.input.dex.sections.DexMethodData
All Implemented Interfaces:
IMethodData

public class DexMethodData extends Object implements IMethodData
  • Field Details

    • annotationsParser

      @Nullable private final @Nullable AnnotationsParser annotationsParser
    • methodRef

      private DexMethodRef methodRef
    • accessFlags

      private int accessFlags
    • annotationsOffset

      private int annotationsOffset
    • paramAnnotationsOffset

      private int paramAnnotationsOffset
    • codeReader

      @Nullable private @Nullable DexCodeReader codeReader
  • Constructor Details

    • DexMethodData

      public DexMethodData(@Nullable @Nullable AnnotationsParser annotationsParser)
  • Method Details