Uses of Enum Class
com.pnfsoftware.jeb.core.units.codeobject.SymbolType
Packages that use SymbolType
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of SymbolType in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject that return SymbolTypeModifier and TypeMethodDescriptionISymbolInformation.getType()
Get the symbol type.SymbolInformation.getType()
static SymbolType
Returns the enum constant of this class with the specified name.static SymbolType[]
SymbolType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type SymbolTypeConstructors in com.pnfsoftware.jeb.core.units.codeobject with parameters of type SymbolTypeModifierConstructorDescriptionSymbolInformation
(SymbolType type, int flags, long identifier, String name, long address, long symbolAddress, long symbolSize)