Uses of Class
com.pnfsoftware.jeb.util.base.DynamicEnum
Packages that use DynamicEnum
Package
Description
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Basic utility types, used by other utility code.
-
Uses of DynamicEnum in com.pnfsoftware.jeb.core.units.code.asm.type
Subclasses of DynamicEnum in com.pnfsoftware.jeb.core.units.code.asm.typeModifier and TypeClassDescriptionclassDynamic enumeration of well-known (and maybe not so) calling convention names. -
Uses of DynamicEnum in com.pnfsoftware.jeb.core.units.codeobject
Subclasses of DynamicEnum in com.pnfsoftware.jeb.core.units.codeobjectModifier and TypeClassDescriptionclassDynamic enumeration of common compiler types.classDynamic enumeration of general processor families.classDynamic enumeration of processor types.classDynamic enumeration of subsystems/OS types. -
Uses of DynamicEnum in com.pnfsoftware.jeb.util.base
Classes in com.pnfsoftware.jeb.util.base with type parameters of type DynamicEnumModifier and TypeClassDescriptionclassDynamicEnum<E extends DynamicEnum<E>>Base class for dynamic enumerations.Methods in com.pnfsoftware.jeb.util.base with type parameters of type DynamicEnumModifier and TypeMethodDescriptionprotected static final <E extends DynamicEnum<E>>
booleanprotected static final <E extends DynamicEnum<E>>
intprotected static final <E extends DynamicEnum<E>>
Eprotected static final <E extends DynamicEnum<E>>
booleanDynamicEnum.unregister(Map<String, E> map, int builtinCount, String name) protected static final <E extends DynamicEnum<E>>
Eprotected static final <E extends DynamicEnum<E>>
Eprotected static final <E extends DynamicEnum<E>>
Collection<E>protected static final <E extends DynamicEnum<E>>
voidDynamicEnum.verifyAvailability(Map<String, E> map, int id, String name)