accept<R> abstract method

R accept<R>(
  1. Visitor<R> v
)

Implementation

R accept<R>(Visitor<R> v);