VisitChildrenExtension<A, R> extension
- on
-
- AstVisitor<
A, R?>
- AstVisitor<
Methods
-
visitChildren(
AstNode e, A arg) → R? -
Available on AstVisitor<
Visits all children of the nodeA, R?> , provided by the VisitChildrenExtension extensione, in the order of AstNode.childNodes. -
visitExcept(
AstNode node, AstNode? skip, A arg) → void -
Available on AstVisitor<
Visits all children ofA, R?> , provided by the VisitChildrenExtension extensionnode, except forskip. -
visitList(
Iterable< AstNode> nodes, A arg) → R? -
Available on AstVisitor<
Visits allA, R?> , provided by the VisitChildrenExtension extensionnodesin sequence.