Module node

Module node 

Source
Expand description

Code node representation.

A CodeNode is our abstraction over raw AST nodes. It captures the semantically meaningful parts of code: what it is, where it lives, and enough metadata to be useful for graph construction.

Structs§

CodeNode
A code entity extracted from source.

Enums§

NodeKind
The kind of code entity this node represents.
Visibility
Visibility of a code entity.