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