Table of Contents

Class SyntaxDataProvider

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.v9.dll

Provides syntax and semantic information for a given expression.

public class SyntaxDataProvider
Inheritance
SyntaxDataProvider

Constructors

SyntaxDataProvider(IScriptRun, ExecutionPosition)

Initializes a new instance of the SyntaxDataProvider class with specified parameters.

Properties

ScriptLanguage

Gets programming language of the script.

Methods

PrepareSyntaxDataForCompilation(string, int, bool)

Obtains syntax and semantic information for specified expression.

PrepareSyntaxDataForWorkspace(string, int)

Obtains syntax and semantic information for the specified expression.