accept<T> abstract method

T accept<T>(
  1. ASTVisitor<T> visitor
)

Implementation

T accept<T>(ASTVisitor<T> visitor);