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