module Ameba::AST::Dataflow

Overview

Building blocks for dataflow analysis: the AST node groupings used to generate type-specific handlers, body extraction, and immediate-child collection.

Direct including types

Defined in:

ameba/ast/dataflow.cr

Instance Method Summary

Instance Method Detail

def scope_body(node) #

Returns the body node a scope analysis should walk for node.