Package jadx.api.plugins.input.data
Interface IMethodData
-
public interface IMethodData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdisassembleMethod()intgetAccessFlags()java.util.List<IJadxAttribute>getAttributes()@Nullable ICodeReadergetCodeReader()IMethodRefgetMethodRef()
-
-
-
Method Detail
-
getMethodRef
IMethodRef getMethodRef()
-
getAccessFlags
int getAccessFlags()
-
getCodeReader
@Nullable @Nullable ICodeReader getCodeReader()
-
disassembleMethod
java.lang.String disassembleMethod()
-
getAttributes
java.util.List<IJadxAttribute> getAttributes()
-
-