Method |
Description |
|
ExpectedToken ( string construct, string token ) : void |
|
|
LookAheadFor ( string chars ) : char |
|
|
MoveNext ( ) : bool |
|
|
ParseExpression ( ) : Expression |
|
|
ParseExpressionPart ( ) : ExpressionPart |
|
|
ParseFormatGroup ( ) : FormatGroup |
|
|
ParseParameterSpec ( ) : ParameterSpec |
|
|
ParseSwitch ( ) : System.Switch |
|
|
ParseSwitchCase ( ) : SwitchCase |
|
|
ParseText ( ) : Text |
|
|
ReadParameterFormat ( ) : string |
|
|
ReadParameterName ( ) : string |
|
|
ReadText ( string stopChars ) : string |
|
|
SyntaxError ( string construct, string defaultMessage, string messageKey, object messageParams ) : void |
|
|
TakeWhitespace ( ) : bool |
|
|
UnexpectedSwitchToken ( string parameterName, string token ) : void |
|
|
UnexpectedToken ( string construct, string token ) : void |
|
|