class

Ameba::AST::Dataflow::ChildCollector

Inherits Crystal::Visitor < Reference < Object

Collects the immediate children of a node without descending into them.

Constructors

new(children : Array(Crystal::ASTNode))
Source

Instance methods

visit(node : Crystal::ASTNode)
Source