accept<R> abstract method

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

Implementation

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