Table of Contents

Method PrepareSyntaxDataForWorkspace

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

PrepareSyntaxDataForWorkspace(string, int)

Obtains syntax and semantic information for the specified expression.

public virtual SyntaxData PrepareSyntaxDataForWorkspace(string expressionToEvaluate, int positionInExpression)

Parameters

expressionToEvaluate string

Expression to evaluate.

positionInExpression int

Current position inside the expression.

Returns

SyntaxData

SyntaxData that describes given expression.