|
|
| Token (const Token &other) |
| |
| | Token (string s, TokenType type) |
| | Constructor for Token. More...
|
| |
|
| Token (char ch, TokenType type) |
| |
|
TokenType | getType () const |
| |
|
string | getTokenString () const |
| |
|
Token & | operator= (const Token &newToken) |
| |
|
const string & | operator* () |
| |
|
|
string | mTokenString |
| |
|
TokenType | mType |
| |
|
|
ostream & | operator<< (ostream &outs, const Token &t) |
| |
| Token::Token |
( |
string |
s, |
|
|
TokenType |
type |
|
) |
| |
Constructor for Token.
- Parameters
-
- Returns
- none
The documentation for this class was generated from the following files:
- Tokenizer/token.h
- Tokenizer/token.cpp