OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Parser/Token.h"
#include "Utilities/ParseError.h"
#include <cctype>
#include <iostream>
#include <sstream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Token &token) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Token & | token | ||
) |
Definition at line 220 of file Token.cpp.
References Token::getInteger(), Token::getLex(), Token::getReal(), Token::getType(), Token::IS_DELIMITER, Token::IS_EOF, Token::IS_ERROR, Token::IS_INTEGER, Token::IS_REAL, Token::IS_STRING, and Token::IS_WORD.