This is the complete list of members for
Compiler::StringParser, including all inherited members.
append(std::vector< Interpreter::Type_Code > &code) | Compiler::StringParser | |
CommaState enum value | Compiler::StringParser | [private] |
getContext() | Compiler::Parser | [protected] |
getErrorHandler() | Compiler::Parser | [protected] |
isEmpty() const | Compiler::Parser | |
mCode | Compiler::StringParser | [private] |
mLiterals | Compiler::StringParser | [private] |
mSmashCase | Compiler::StringParser | [private] |
mState | Compiler::StringParser | [private] |
parseComment(const std::string &comment, const TokenLoc &loc, Scanner &scanner) | Compiler::Parser | [virtual] |
parseEOF(Scanner &scanner) | Compiler::Parser | [virtual] |
parseFloat(float value, const TokenLoc &loc, Scanner &scanner) | Compiler::Parser | [virtual] |
parseInt(int value, const TokenLoc &loc, Scanner &scanner) | Compiler::Parser | [virtual] |
parseKeyword(int keyword, const TokenLoc &loc, Scanner &scanner) | Compiler::Parser | [virtual] |
parseName(const std::string &name, const TokenLoc &loc, Scanner &scanner) | Compiler::StringParser | [virtual] |
Parser(ErrorHandler &errorHandler, Context &context) | Compiler::Parser | |
parseSpecial(int code, const TokenLoc &loc, Scanner &scanner) | Compiler::StringParser | [virtual] |
reportEOF() | Compiler::Parser | [protected] |
reportError(const std::string &message, const TokenLoc &loc) | Compiler::Parser | [protected] |
reportSeriousError(const std::string &message, const TokenLoc &loc) | Compiler::Parser | [protected] |
reportWarning(const std::string &message, const TokenLoc &loc) | Compiler::Parser | [protected] |
reset() | Compiler::StringParser | [virtual] |
setOptional(bool optional) | Compiler::Parser | |
smashCase() | Compiler::StringParser | |
start() | Compiler::Parser | |
StartState enum value | Compiler::StringParser | [private] |
State enum name | Compiler::StringParser | [private] |
StringParser(ErrorHandler &errorHandler, Context &context, Literals &literals) | Compiler::StringParser | |
toLower(const std::string &name) | Compiler::Parser | [protected, static] |
~Parser() | Compiler::Parser | [virtual] |