In This Article

JavaScriptParseData Class

Stores the results of a JavaScript language parsing operation.

public class JavaScriptParseData : LLParseData, IJavaScriptParseData, ILLParseData, IParseData, IParseErrorProvider
Inheritance:
Object LLParseData Object
Implements:
IJavaScriptParseData ILLParseData IParseData IParseErrorProvider

Constructors

JavaScriptParseData()

public JavaScriptParseData()

Properties

SymbolTable

Gets or sets the table of symbols located within the document.

public IJavaScriptSymbolTable SymbolTable { get; set; }

Property Value

IJavaScriptSymbolTable:

The table of symbols located within the document.

Inherited Members