Interface IJavaGoto

All Superinterfaces:
IJavaElement, IJavaExpression, IJavaStatement

@Ser public interface IJavaGoto extends IJavaStatement
Java AST interface to represent a "goto" statement.

Note: Goto statements are not legal Java constructs. However, they are often necessary to maintain semantic consistency -- at the cost of syntactic inaccuracies.

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