accept<T> abstract method

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

Implementation

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