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