Uses of Class
com.pnfsoftware.jeb.core.units.code.android.ir.DTypeInfo
Packages that use DTypeInfo
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of DTypeInfo in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type DTypeInfoModifier and TypeMethodDescriptionboolean
Update the type of an expression.boolean
Update the type of an expression.void
IDOperation.updateConversionOperators
(DTypeInfo ti, IDGlobalContext gctx) Upgrade temporaryconversion
operators to legalcast
operators.void
IDExpression.updateTypes
(DTypeInfo ti) Deep update the types of the constituents of this IR expression and update to determine the IR type as well.void
IDCallInfo.upgradeMistypedArguments
(DTypeInfo ti, IDGlobalContext gctx) Apply types on the method parameters.