IJavaScriptParseData Interface
Provides the base requirements of an object that stores the results of a JavaScript
language parsing operation.
public interface IJavaScriptParseData : ILLParseData, IParseData, IParseErrorProvider
Properties
SymbolTable
Gets the table of symbols located within the document.
IJavaScriptSymbolTable SymbolTable { get; }
Property Value
- IJavaScriptSymbolTable:
The table of symbols located within the document.