# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICControlBreaker

C AST interface for flow breaker \(break, continue, goto\).

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICControlBreaker`


## Method: getLabel
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLabel`

Description: Indicate the label where the breaker applies. May be null.
return: 

## Method: setLabel
- parameter: `label`, type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLabel`


