visitBy<T> abstract method

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

Calls the relevant visit method on the visitor.

Implementation

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