accept<R> abstract method

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

Implementation

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