accept<D, R> abstract method

R accept<D, R>(
  1. Visitor<D, R> v,
  2. D d
)

Implementation

R accept<D, R>(Visitor<D, R> v, D d);