accept<T> method
Calls the appropriate visit method on visitor.
Implementation
@override
T accept<T>(IfConditionExpressionVisitor<T> visitor) =>
visitor.visitIfConditionParenthesized(this);
Calls the appropriate visit method on visitor.
@override
T accept<T>(IfConditionExpressionVisitor<T> visitor) =>
visitor.visitIfConditionParenthesized(this);