accept<R> abstract method

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

Implementation

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