|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| Token | currently this is a flag interface |
The token (parser sub) package holds all token classes. Each token in
the language should be represented by a class. Some token classes
represent a class of tokens, e.g., CharToken (and its
supporting class CharTokenFactory) while
others represent individual tokens, e.g., LeftParenToken.
The general contract of a Token sub-class requires
implementing equals so that the parser can
determine which token is being processed.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||