OpenMW
|
Location of a token in a source file. More...
#include <tokenloc.hpp>
Public Member Functions | |
TokenLoc () | |
Public Attributes | |
int | mColumn |
int | mLine |
std::string | mLiteral |
Location of a token in a source file.
Compiler::TokenLoc::TokenLoc | ( | ) | [inline] |
std::string Compiler::TokenLoc::mLiteral |