Property | Type | Description | |
---|---|---|---|
FileName | string | ||
OpenBraces | TokenList | ||
ParseTime | int | ||
ParserMessages | ParserMessageList | ||
Root | ParseTreeNode | ||
SourceText | string | ||
Tokens | TokenList |
Method | Description | |
---|---|---|
CopyMessages ( ParserMessageList others, |
||
HasErrors ( ) : bool | ||
ParseTree ( string sourceText, string fileName ) : System |
public CopyMessages ( ParserMessageList others, |
||
others | ParserMessageList | |
baseLocation | ||
messagePrefix | string | |
return | void |
public ParseTree ( string sourceText, string fileName ) : System | ||
sourceText | string | |
fileName | string | |
return | System |