accept<T> abstract method

T accept<T>(
  1. Visitor<T> visitor
)

Implementation

T accept<T>(Visitor<T> visitor);