In This Article

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

The table of symbols located within the document.

IJavaScriptSymbolTable? SymbolTable { get; }

Property Value

IJavaScriptSymbolTable

See Also

Inherited Members

Extension Methods

See Also