#include <scanner.h>
Definition at line 67 of file scanner.h.
Public Types | |
| typedef unsigned * | TArgVector |
Public Member Functions | |
| Token () | |
| Token (EToken type_, int lineno_, const std::string &text_) | |
Public Attributes | |
| EToken | type |
| type of token | |
| int | lineno |
| line number in source code | |
| std::string | text |
| token as text | |
| TArgVector | args |
| list of arguments | |
| typedef unsigned* TArgVector |
type of token
Definition at line 68 of file scanner.h.
Referenced by Core::dispatch(), operator<<(), StreamDecorator::operator<<(), and FlexScanner::readNext().
| int lineno |
line number in source code
Definition at line 69 of file scanner.h.
Referenced by Error::Error(), operator<<(), and FlexScanner::readNext().
| std::string text |
token as text
Definition at line 70 of file scanner.h.
Referenced by Error::Error(), operator<<(), and FlexScanner::readNext().
list of arguments
Definition at line 72 of file scanner.h.
Referenced by Core::dispatch(), operator<<(), and FlexScanner::readNext().
1.5.4