Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDexString
Packages that use IDexString
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types representing an Dex structures and Dalvik code.
-
Uses of IDexString in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDexStringModifier and TypeMethodDescriptionCreate a new string and add it to the string pool index.IDexUnit.getString
(int index) Convenience method to retrieve a string by its Dex string pool index.Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IDexStringModifier and TypeMethodDescriptionList<? extends IDexString>
IDexUnit.getStrings()
Get the Dex string pool, including extra strings added viaaddString
. -
Uses of IDexString in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return IDexString