| com.pnfsoftware.jeb.core.units.code.android.dex.IDexMethod |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
getClassTypeIndex()
Get the containing class type index.
| ||||||||||
| abstract IDexMethodData |
getData()
Get a reference to the method definition, if the method is internal.
| ||||||||||
| abstract int |
getIndex()
Get the index of this item in the DEX file's method list.
| ||||||||||
| abstract String |
getName(boolean effective)
Get the name for this method.
| ||||||||||
| abstract int |
getNameIndex()
Get the method name index.
| ||||||||||
| abstract int |
getPrototypeIndex()
Get the method prototype index.
| ||||||||||
| abstract String |
getSignature(boolean effective)
Get the signature for this method.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.ICodeMethod
| |||||||||||
Get the containing class type index.
Get a reference to the method definition, if the method is internal.
Get the index of this item in the DEX file's method list.
Get the name for this method.
| effective | true to get the effective (current) name, false to get the original name |
|---|
Get the method name index.
Get the method prototype index.
Get the signature for this method.
| effective | true to get the effective (current) signature, false to get the original one |
|---|