In This Article

ActiproSoftware.Text.Languages.Python.Implementation Namespace

Classes

PythonClassificationTypeProvider

Represents a provider of IClassificationType objects for the Python language.

PythonCodeBlockFinder

Provides a Python language code block finder service.

PythonCompletionProvider

Provides IntelliPrompt completion data for the Python language.

PythonContextFactory

Creates Python language IPythonContext objects for a TextSnapshotOffset.

PythonExampleTextProvider

Represents a example text provider for the Python language.

PythonGrammar

Represents a Grammar for the Python language.

PythonGrammarOptions

Contains options for a Python grammar.

PythonIndentProvider

Provides a Python language indent provider service.

PythonLexer

Represents a Python lexer (lexical analyzer) implementation.

PythonLexicalStateId

Contains the lexical state IDs for the Python language.

PythonNavigableSymbolProvider

Represents a navigable symbol provider for the Python language.

PythonOutliner

Provides a Python language outliner service.

PythonOutliningSource

Represents a Python language range-based outlining source.

PythonParameterInfoProvider

Provides IntelliPrompt parameter info data for the Python language.

PythonParseData

Stores the results of a Python language parsing operation.

PythonParser

Represents a parser for the Python language.

PythonQuickInfoProvider

Provides IntelliPrompt quick info data for the Python language.

PythonSyntaxLanguage

Represents a Python syntax language definition.

PythonTokenId

Contains the token IDs for the Python language.

PythonTokenReader

Represents an object that can provide tokens to a ILLParser in a forward-only direction for the Python language.

PythonTokenTagger

Represents an ITagger<T> for the Python language.

PythonTokenTaggerProvider

Represents a provider of PythonTokenTagger objects for documents that use the PythonTokenTagger language.

PythonTokenTaggerProvider.TaggerFactory

Implements a factory that can creates PythonTokenTagger objects for a document.