com.pnfsoftware.jeb.core.units.code.android.dex.IDexMethodData |
This interface represents a DEX encoded_method
object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getAccessFlags()
Get the method access flags.
| ||||||||||
abstract IDexCodeItem |
getCodeItem()
Get the code representation for this method.
| ||||||||||
abstract int |
getMethodIndex()
Get the method index (index of Method object).
|
Get the method access flags.
ACC_xxx
constants in the IDexUnit
Get the code representation for this method.
Get the method index (index of Method object).