Table of Contents

Class PythonParserEmbedded

Namespace
Alternet.Syntax.Parsers.Lsp.Python.Embedded.Pylsp
Assembly
Alternet.Syntax.Parsers.Python.Embedded.Pylsp.v9.dll

Represents a class that performs syntax and lexical analysis of specified Python code text.

[ToolboxBitmap(typeof(PythonParserEmbedded), "Images.PythonParserEmbedded.Icon.bmp")]
public class PythonParserEmbedded : PythonParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport, ILspDocumentProvider
Inheritance
PythonParserEmbedded
Implements

Constructors

PythonParserEmbedded()

Initializes a new instance of the PythonParserEmbedded class with default settings.

PythonParserEmbedded(IContainer)

Initializes a new instance of the PythonParserEmbedded class with specified container.

Methods

CreateWorkspace()
DeployServer(IProgress<double>, string)
GetServerPath(string)
IsServerDeployed(string)