Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDexType
Packages that use IDexType
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types representing an Dex structures and Dalvik code.
Types used to manipulate
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IDexType in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDexTypeModifier and TypeMethodDescriptionCreate a new type and add it to the type pool index.IDexUnit.getType(int index) Retrieve a type by its Dex type pool index.Retrieve a type by its fully-qualified name.Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IDexType -
Uses of IDexType in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return IDexTypeModifier and TypeMethodDescriptionIDexField.getClassType()IDexMethod.getClassType()IDexField.getFieldType()IDexType.getMasterType()Retrieve the base type of an array type.IDexType[]IDexPrototype.getParameterTypes()IDexMethod.getReturnType()IDexPrototype.getReturnType()IDexExceptionHandler.resolveType(IDexUnit dex) Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return types with arguments of type IDexTypeModifier and TypeMethodDescriptionIDexType.getDependantTypes()Retrieve the list of array types based on this type.IDexMethod.getParameterTypes()Retrieve the list of parameters. -
Uses of IDexType in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IDexType