accept<R> method
Null safety
- TypeVisitor<
R> visitor
Use the given visitor
to visit this type.
Implementation
R accept<R>(TypeVisitor<R> visitor);
Use the given visitor
to visit this type.
R accept<R>(TypeVisitor<R> visitor);