public GotoStatement parseGotoStatement()
gotoStatement: 'goto' (Identifier | 'default' | 'case' expression?) ';' ;