Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool dispose ) : void | ||
Lexer ( TextReader reader ) : System | ||
Lexer ( string text ) : System | ||
NextToken ( ) : |
||
PeekToken ( ) : |
||
PushToken ( |
Method | Description | |
---|---|---|
NextChar ( ) : char? | ||
NextCharSkipBlanks ( ) : char? | ||
NextInteger ( char nch ) : |
||
NextName ( char nch ) : |
||
NextOperator ( char ch ) : |
||
NextQuotedString ( ) : |
||
NextReal ( string integerPart ) : |
||
NextSeparator ( char ch ) : |
||
NextString ( ) : |
||
PushChar ( char ch ) : void | ||
SkipToEndOfComment ( ) : void | ||
SkipToEndOfLine ( ) : void |