|
|
Token Class ReferenceRepresents the individual tokens returned from the scanner to the parser. Note that the Token creation process is sensitive to the ScannerState. This state is defined by what context the scanner currently is in - Parsing IDs, Parmeters, or values: e.g. the iCalendar grammar defines the following possible states id;id=parm:value each string parsed out of the value has to be treated differently (eg. quoted strings are allowed in 'parm' but not in 'id'). More...Detailed DescriptionRepresents the individual tokens returned from the scanner to the parser. Note that the Token creation process is sensitive to the ScannerState. This state is defined by what context the scanner currently is in - Parsing IDs, Parmeters, or values: e.g. the iCalendar grammar defines the following possible states id;id=parm:value each string parsed out of the value has to be treated differently (eg. quoted strings are allowed in 'parm' but not in 'id').
The documentation for this class was generated from the following file:
|
|
| © FoodCandy, 2006-2007, All Rights Reserved | FoodCandy | Sun Oct 7 10:48:52 2007 | Doxygen 1.4.6-NO | |