Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IWildcardType.Group
Packages that use IWildcardType.Group
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 IWildcardType.Group in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler that return IWildcardType.GroupModifier and TypeMethodDescriptionAbstractConverter.getWildcardTypeManagerDefaultResolutionGroup()
The default implementation returnsINTEGER
.IEConverter.getWildcardTypeManagerDefaultResolutionGroup()
-
Uses of IWildcardType.Group in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that return IWildcardType.GroupModifier and TypeMethodDescriptionIEImm.getGroup()
Determine the current group for the immediate: integer or float.IWildcardType.getGroup()
IWildcardType.getPointedGroup()
static IWildcardType.Group
Returns the enum constant of this class with the specified name.static IWildcardType.Group[]
IWildcardType.Group.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IWildcardType.GroupModifier and TypeMethodDescriptionIWildcardType.updateGroup
(IWildcardType.Group group) IWildcardType.updatePointedGroup
(IWildcardType.Group newPointedGroup)