AstNodeList extension type

A list of AstNodes that can be visited as if it were an AstNode.

on

Constructors

AstNodeList(SyntacticEntityList<AstNode>? _inner)

Methods

visitChildren<R>(AstNodeVisitor<R> visitor) → void