accept<T> abstract method

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

Implementation

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