Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.ETypeInfo
Packages that use ETypeInfo
Package
Description
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of ETypeInfo in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type ETypeInfoModifier and TypeMethodDescriptionvoid
IEStatement.postUpdateTypes
(ETypeInfo ti) Called once by the normalizer component in later stages.void
IEStatement.preUpdateTypes
(ETypeInfo ti) Called once by the type setter component during the typing stage, before propagating all types to the IR elements.boolean
IEGeneric.setType
(IWildcardType newType, ETypeInfo ti) Set a pre-propagation intermediate-type.boolean
IEGeneric.setType
(IWildcardType newType, ETypeInfo ti, boolean forceUpdate) Set a pre-propagation intermediate-type.void
IEGeneric.updateTypes
(ETypeInfo ti) Deep update the types of the constituents of this IRE, update the IRE type as well the direct constituents if needed.