# Class: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowResult

## Constructor: BreakFlowResult
- parameter: `status`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus`
- parameter: `lastInstruction`, type: `boolean`


## Method: getStatus
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus`


## Method: isLastInstruction
- return type: `boolean`

Description: Indicate if breaking flow result relies on last instructions. In case of branches, it is true only when all branches return at latest instruction
return: 

