module

Ameba::AST::Dataflow

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

Instance methods

scope_body(node)

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

Source

Nested types