| com.pnfsoftware.jeb.core.units.code.android.render.IDexItemToAnchor |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Long |
from(ICodeCoordinates itemCoordinates)
Convert an
ICodeCoordinates to its anchor id. | ||||||||||
| abstract Long |
fromClass(IDexClass c)
Convert an
IDexClass to its anchor id. | ||||||||||
| abstract Long |
fromField(IDexField f)
Convert an
IDexField to its anchor id. | ||||||||||
| abstract Long |
fromInstruction(IDexMethod m, BasicBlock<IDalvikInstruction> b)
Convert the first instruction of a
BasicBlock of an IDexMethod to its anchor
id. | ||||||||||
| abstract Long |
fromMethod(IDexMethod m)
Convert an
IDexMethod to its anchor id. | ||||||||||
| abstract ICodeCoordinates | get(long anchorId) | ||||||||||
| abstract int |
size()
Same as
getAnchorCount() | ||||||||||
Convert an ICodeCoordinates to its anchor id.
| itemCoordinates | item ICodeCoordinates. |
|---|
IAnchor for more details.
Convert the first instruction of a BasicBlock of an IDexMethod to its anchor
id.
| m | dex method. |
|---|
IAnchor for more details.
Convert an IDexMethod to its anchor id.
| m | dex method. |
|---|
IAnchor for more details.