Skip to main content

Module model

Module model 

Source

Structs§

Bridge
A detected cross-language bridge point.
FileExtraction
Result of extracting a single file.
Relation
A relationship (edge) between two symbols.
Span
A location span in a source file.
Statement
A control-flow statement inside a function/method body.
Symbol
A symbol (entity) extracted from the AST.

Enums§

BridgeKind
Kind of cross-language bridge detected.
RelationKind
The kind of relationship between two symbols.
StatementKind
The kind of control-flow statement extracted from a function body.
SymbolKind
The kind of symbol extracted from source code. Language-agnostic — Python classes, Rust structs, Java interfaces all map here.