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

C AST interface to represent a "goto" statement. 

 Unlike [breaks](ICBreak) or [continues](ICContinue), the label of a goto statement is mandatory.

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


