class Ameba::AST::Dataflow::ChildCollector

Overview

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

Defined in:

ameba/ast/dataflow.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(children : Array(Crystal::ASTNode)) #

Instance Method Detail

def visit(node : Crystal::ASTNode) #