# Enum: com.pnfsoftware.jeb.core.units.code.asm.simulator.IInsnEmulator.BranchType

Branch categories reported by an emulator.

## Constant: CALL
Description: Call branch.

## Constant: JMP
Description: Jump branch.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.simulator.IInsnEmulator.BranchType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.simulator.IInsnEmulator.BranchType[]`


