Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardTypeManager
Packages that use IWildcardTypeManager
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IWildcardTypeManager in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IWildcardTypeManagerModifier and TypeMethodDescriptionIEGlobalContext.getWildcardTypeManager()
IERoutineContext.getWildcardTypeManager()
INativeDecompilerContext.getWildcardTypeManager()
-
Uses of IWildcardTypeManager in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IWildcardTypeManagerModifier and TypeMethodDescriptionETypeInfo.getWildcardTypeManager()
IWildcardPrototype.getWildcardTypeManager()
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IWildcardTypeManagerModifier and TypeMethodDescriptionIEGeneric.getSafeType
(IWildcardTypeManager etypeman) Generate a safe wildcard type for the expression, if it doesn't already have one.static List<IWildcardType>
EUtil.getWildcardTypes
(IWildcardTypeManager etypeman, Collection<IEGeneric> elts) IEGeneric.safelyType
(IWildcardTypeManager etypeman) Generate and assign a safe wildcard type to the expression if it doesn't already have one.