accept<R> abstract method

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

Accepts a Visitor v.

Implementation

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