accept abstract method

void accept(
  1. AstVisitor visitor
)

Use the given visitor to visit each of the nodes in this list.

Implementation

void accept(AstVisitor visitor);