# Interface: com.pnfsoftware.jeb.core.units.code.java.IJavaBreak

Java AST interface to represent a `break` statement. A break statement may have an optional loop [label](IJavaLabel).

## Method: duplicate
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaBreak`


## Method: getLabel
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaLabel`

Description: Get the optional break label.
return: the label, null if none

## Method: setLabel
- parameter: `label`, type: `com.pnfsoftware.jeb.core.units.code.java.IJavaLabel`

Description: Set the break label.
parameter: label: optional label

