Method PrepareSyntaxDataForCompilation
- 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
stringExpression to evaluate.
positionInExpression
intCurrent position inside the expression.
allDocuments
boolAll documents should be processed.
Returns
- SyntaxData
SyntaxData
that describes given expression.