Property | Type | Description | |
---|---|---|---|
Culture | |||
CurrentTerminals | TerminalList | ||
CurrentToken | Token | ||
HasErrors | bool | ||
Language | Irony.Parsing.LanguageData | ||
MaxErrors | int | ||
Mode | ParseMode | ||
OpenBraces | TokenStack | ||
Options | ParseOptions | ||
Parser | |||
ParserTrace | ParserTrace | ||
PreviousLineStart | |||
PreviousToken | Token | ||
TabWidth | int | ||
Values | object>.Dictionary | ||
VsLineScanState |
Method | Description | |
---|---|---|
AddParserError ( string message ) : void | ||
AddParserMessage ( ParserErrorLevel level, |
||
AddTrace ( string message ) : void | ||
GetExpectedTermSet ( ) : StringSet | ||
OptionIsSet ( ParseOptions option ) : bool | ||
ParsingContext ( |
||
SetOption ( ParseOptions option, bool value ) : void | ||
SetSourceLocation ( |
Method | Description | |
---|---|---|
FilterBracesInExpectedSet ( StringSet stateExpectedSet ) : StringSet | ||
FormatUnexpectedInputErrorMessage ( ) : string | ||
OnTokenCreated ( ) : void | ||
Reset ( ) : void |
public AddParserError ( string message ) : void | ||
message | string | |
return | void |
public AddParserMessage ( ParserErrorLevel level, |
||
level | ParserErrorLevel | |
location | ||
message | string | |
return | void |
public OptionIsSet ( ParseOptions option ) : bool | ||
option | ParseOptions | |
return | bool |
public ParsingContext ( |
||
parser | ||
return | System |
public SetOption ( ParseOptions option, bool value ) : void | ||
option | ParseOptions | |
value | bool | |
return | void |
public SetSourceLocation ( |
||
location | ||
return | void |
public CultureInfo,System.Globalization Culture | ||
return |
public LanguageData,Irony.Parsing Language | ||
return | Irony.Parsing.LanguageData |
public SourceLocation,Irony.Parsing PreviousLineStart | ||
return |