accept<T> method
Calls the appropriate visit method on visitor.
Implementation
T accept<T>(ExpressionVisitor<T> visitor) =>
visitor.visitStringExpression(this);
Calls the appropriate visit method on visitor.
T accept<T>(ExpressionVisitor<T> visitor) =>
visitor.visitStringExpression(this);