Table of Contents

Constructor PythonParser

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

PythonParser()

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

public PythonParser()

PythonParser(PythonLanguageServer)

public PythonParser(PythonLanguageServer languageServer)

Parameters

languageServer PythonLanguageServer

PythonParser(IContainer)

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

public PythonParser(IContainer container)

Parameters

container IContainer

Specifies IContainer that contains this new instance.