VisitExtension<A, R> extension

on

Methods

visit(AstNode e, A arg) → R
Visits the node e by calling AstNode.accept.
visitNullable(AstNode? e, A arg) → R?
Visits the node e if it's not null. Otherwise, do nothing.