accept<R> abstract method

R? accept<R>(
  1. ElementVisitor<R> visitor
)

Implementation

R? accept<R>(ElementVisitor<R> visitor);