Interface IMethodData

All Known Implementing Classes:
DexMethodData

public interface IMethodData
  • Method Details

    • getMethodRef

      IMethodRef getMethodRef()
    • getAccessFlags

      int getAccessFlags()
    • getCodeReader

      @Nullable @Nullable ICodeReader getCodeReader()
    • disassembleMethod

      String disassembleMethod()
    • getAttributes

      List<IJadxAttribute> getAttributes()