accept<R> abstract method

R? accept<R>(
  1. AstNodeVisitor<R> visitor
)

Implementation

R? accept<R>(AstNodeVisitor<R> visitor);