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