accept<T> abstract method

T? accept<T>(
  1. SAstVisitor<T> visitor
)
inherited

Accept a visitor and return the result.

Implementation

T? accept<T>(SAstVisitor<T> visitor);