| Modifier and Type | Class and Description |
|---|---|
| public class | AstCache
Provides a factory for python source ASTs. |
| public class | AstConverter
Converts the antlr AST into the indexer's AST format. |
| public class | Builtins
Initializes the built-in types, functions and modules. |
| public class | Def
Encapsulates information about a binding definition site. |
| public class | |
| public class | Indexer
Indexes a set of Python files and builds a code graph. |
| public class | IndexingException
Signals that indexing is being aborted. |
| public class | NBinding
An |
| public class | Outliner
Generates a file outline from the index: a structure representing the variable and attribute definitions in a file. |
| public class | Ref
Encapsulates information about a binding reference. |
| public class | Scope
Symbol table. |
| public class | StyleRun
Represents a simple style run for purposes of source highlighting. |
| public class |