accept<R> abstract method

R accept<R>(
  1. TypeVisitor<R> visitor
)

Use the given visitor to visit this type.

Implementation

R accept<R>(TypeVisitor<R> visitor);