Method | Description | |
---|---|---|
Lexer ( TextReader reader ) : System | ||
Lexer ( string text ) : System | ||
NextToken ( ) : |
||
PushToken ( |
Method | Description | |
---|---|---|
IsNameChar ( char ch ) : bool | ||
NextChar ( ) : int | ||
NextCharSkippingWhiteSpaces ( ) : int | ||
NextInteger ( char ch ) : |
||
NextName ( char ch ) : |
||
NextReal ( string integer ) : |
||
NextSimpleChar ( ) : int | ||
NextString ( ) : |
||
PushChar ( int ich ) : void |