Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.InstructionFlags
Packages that use InstructionFlags
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types used to define and represent processors' instructions, operands, and registers.
-
Uses of InstructionFlags in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return InstructionFlagsModifier and TypeMethodDescriptionstatic InstructionFlags
Returns the enum constant of this class with the specified name.static InstructionFlags[]
InstructionFlags.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 that return types with arguments of type InstructionFlagsModifier and TypeMethodDescriptionAddressableInstruction.getInstructionFlags()
IInstruction.getInstructionFlags()
-
Uses of InstructionFlags in com.pnfsoftware.jeb.core.units.code.asm.processor
Methods in com.pnfsoftware.jeb.core.units.code.asm.processor that return types with arguments of type InstructionFlags