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

Java AST interface to represent labels.

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


## Method: generate
- parameter: `out`, type: `com.pnfsoftware.jeb.core.units.code.java.JavaOutputSink`
- parameter: `definition`, type: `boolean`

Description: 
parameter: out: 
parameter: definition: 

## Method: getName
- return type: `java.lang.String`

Description: Get the label name.
return: 

## Method: getOffset
- return type: `int`

Description: 
return: 

