com.pnfsoftware.jeb.core.units.code.android.dex.IDexMethodHandle |
A DEX method handle pool item. Do not confuse with Java's MethodHandle, although the two are related.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
generate(boolean effective)
Generate a string representing the method handle.
| ||||||||||
abstract int |
getFieldOrMethodIndex()
Get a pool index to the handle entity: either a
IDexMethod or a IDexField . | ||||||||||
abstract DexMethodHandleType |
getMethodHandleType()
Get the method handle type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Generate a string representing the method handle.
Get a pool index to the handle entity: either a IDexMethod
or a IDexField
.