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

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

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


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

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

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

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

