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