All Superinterfaces:
ICControlBreaker, ICElement, ICStatement

@Ser public interface ICGoto extends ICControlBreaker
C AST interface to represent a "goto" statement.

Unlike breaks or continues, the label of a goto statement is mandatory.