Method PrepareSyntaxDataForWorkspace
- 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
stringExpression to evaluate.
positionInExpression
intCurrent position inside the expression.
Returns
- SyntaxData
SyntaxData
that describes given expression.