Skip to main content

visitInParallel

Callable


  • Creates a new visitor instance which delegates to many visitors to run in parallel. Each visitor will be visited for each node before moving on.

    If a prior visitor edits a node, no following visitors will see that node.


    Parameters

    Returns ASTVisitor