# Enum: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus

Status of a flow breaker AST statement.

## Constant: BOTH
Description: some branches break, some do not \(if, switch, etc.\)

## Constant: BREAK
Description: break instruction, depends on parent

## Constant: FALSE
Description: never break the flow

## Constant: TRUE
Description: always break the flow

## Constant: UNKNOWN
Description: unknown \(analysis is too long, not implemented, etc.\)

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CUtil.BreakFlowStatus[]`


