Package jadx.api.plugins.input.data
Interface IMethodData
- All Known Implementing Classes:
DexMethodData
public interface IMethodData
-
Method Summary
-
Method Details
-
getMethodRef
IMethodRef getMethodRef() -
getAccessFlags
int getAccessFlags() -
getCodeReader
-
disassembleMethod
String disassembleMethod() -
getAttributes
List<IJadxAttribute> getAttributes()
-