Table of Contents

Method PrepareSyntaxDataForCompilation

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

PrepareSyntaxDataForCompilation(string, int, bool)

Obtains syntax and semantic information for specified expression.

public virtual SyntaxData PrepareSyntaxDataForCompilation(string expressionToEvaluate, int positionInExpression, bool allDocuments = false)

Parameters

expressionToEvaluate string

Expression to evaluate.

positionInExpression int

Current position inside the expression.

allDocuments bool

All documents should be processed.

Returns

SyntaxData

SyntaxData that describes given expression.