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§
- Code
Node - A code entity extracted from source.
Enums§
- Node
Kind - The kind of code entity this node represents.
- Visibility
- Visibility of a code entity.