accept<T> abstract method
Use the given visitor
to visit this element. Return the value returned
by the visitor as a result of visiting this element.
Implementation
T? accept<T>(ElementVisitor<T> visitor);
Use the given visitor
to visit this element. Return the value returned
by the visitor as a result of visiting this element.
T? accept<T>(ElementVisitor<T> visitor);