Method PrepareSyntaxDataForWorkspace
- Assembly
- Alternet.Scripter.Debugger.v10.dll
PrepareSyntaxDataForWorkspace(string, int)
Obtains syntax and semantic information for the specified expression.
public virtual SyntaxData PrepareSyntaxDataForWorkspace(string expressionToEvaluate, int positionInExpression)
Parameters
expressionToEvaluatestringExpression to evaluate.
positionInExpressionintCurrent position inside the expression.
Returns
- SyntaxData
SyntaxDatathat describes given expression.