accept<T> abstract method

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

Implementation

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