throwExpression abstract method
Returns a newly created throw expression.
Implementation
ThrowExpression throwExpression(Token throwKeyword, Expression expression);
Returns a newly created throw expression.
ThrowExpression throwExpression(Token throwKeyword, Expression expression);