visitBy<T> method
Calls the relevant visit
method on the visitor.
Implementation
visitBy<T>(Visitor<T> v) => v.visitFunctionDeclaration(this);
Calls the relevant visit
method on the visitor.
visitBy<T>(Visitor<T> v) => v.visitFunctionDeclaration(this);