accept<T> abstract method

T accept<T>(
  1. ExpressionVisitor<T> visitor
)

Calls the appropriate visit method on visitor.

Implementation

T accept<T>(ExpressionVisitor<T> visitor);