accept2<E> abstract method

  1. @experimental
E? accept2<E>(
  1. AstVisitor2<E> visitor
)

Use the given visitor to visit this node.

Returns the value returned by the visitor as a result of visiting this node.

Implementation

@experimental
E? accept2<E>(AstVisitor2<E> visitor);