Inheritance diagram for CCM::yyParser::yyInput:

Public Member Functions | |
| bool | advance () |
| move on to next token. | |
| int | token () |
| classifies current token. | |
| Object | value () |
| associated with current token. | |
|
|
move on to next token.
Implemented in CCM::Tokenizer. |
|
|
classifies current token. Should not be called if advance() returned false.
Implemented in CCM::Tokenizer. |
|
|
associated with current token. Should not be called if advance() returned false.
Implemented in CCM::Tokenizer. |
1.3.7