lib/antlr/antlr/String.hpp File Reference
#include <antlr/config.hpp>
#include <string>
Go to the source code of this file.
Functions | |
std::string | operator+ (const std::string &lhs, const int rhs) |
std::string | charName (int ch) |
Convert character to readable string. |
Function Documentation
|
Convert character to readable string.
Definition at line 32 of file String.cpp. References ANTLR_USE_NAMESPACE. Referenced by MismatchedCharException::getMessage(), and NoViableAltForCharException::getMessage(). |
|
Definition at line 23 of file String.cpp. |