Class GotoStatement

All Implemented Interfaces:
Node

public class GotoStatement extends Statement
Represents an unconditional jump. This includes return statements, break and continue statements, and other jumps.