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 TypeMethodDescriptionbooleanUpdate the type of an expression.booleanUpdate the type of an expression.voidIDOperation.updateConversionOperators(DTypeInfo ti, IDGlobalContext gctx) Upgrade temporaryconversionoperators to legalcastoperators.voidIDExpression.updateTypes(DTypeInfo ti) Deep update the types of the constituents of this IR expression and update to determine the IR type as well.voidIDCallInfo.upgradeMistypedArguments(DTypeInfo ti, IDGlobalContext gctx) Apply types on the method parameters.