TreeVisitor<T> constructor

TreeVisitor<T>(
  1. void visitor(
    1. TreeVisitor<T> visitor
    )?
)

Implementation

TreeVisitor(this.visitor);