public ThrowStatement parseThrowStatement()
Parses a ThrowStatement
throwStatement:
   'throw' expression ';'
   ;