Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.simulator.IInsnEmulator.BranchType
Packages that use IInsnEmulator.BranchType
Package
Description
Types used for (limtied) native instruction simulation.
-
Uses of IInsnEmulator.BranchType in com.pnfsoftware.jeb.core.units.code.asm.simulator
Methods in com.pnfsoftware.jeb.core.units.code.asm.simulator that return IInsnEmulator.BranchTypeModifier and TypeMethodDescriptionIInsnEmulator.getBranchType()
Return BranchType (JUMP or LINK).InsnEmulator.getBranchType()
static IInsnEmulator.BranchType
Returns the enum constant of this class with the specified name.static IInsnEmulator.BranchType[]
IInsnEmulator.BranchType.values()
Returns an array containing the constants of this enum class, in the order they are declared.