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