Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDTypeInfoProvider
Packages that use IDTypeInfoProvider
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IDTypeInfoProvider in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDTypeInfoProviderModifier and TypeMethodDescriptionIDGlobalContext.getTypeInfoProvider()
Retrieve the type information provider.IDMethodContext.getTypeInfoProvider()
Retrieve the type information provider. -
Uses of IDTypeInfoProvider in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IDTypeInfoProviderModifier and TypeMethodDescriptionIJavaTypeFactory.getTypeInfoProvider()
Retrieve the type information provider, which provides information for additional types provided by the dex modules.