Function Parser.parseThrowExpression

Parses a ThrowExpression

ThrowExpression parseThrowExpression();

throwExpression: 'throw' assignExpression ;