This is the complete list of members for
Compiler::FileParser, including all inherited members.
BeginCompleteState enum value | Compiler::FileParser | [private] |
BeginState enum value | Compiler::FileParser | [private] |
EndCompleteState enum value | Compiler::FileParser | [private] |
EndNameState enum value | Compiler::FileParser | [private] |
FileParser(ErrorHandler &errorHandler, Context &context) | Compiler::FileParser | |
getCode(std::vector< Interpreter::Type_Code > &code) const | Compiler::FileParser | |
getContext() | Compiler::Parser | [protected] |
getErrorHandler() | Compiler::Parser | [protected] |
getLocals() const | Compiler::FileParser | |
getName() const | Compiler::FileParser | |
isEmpty() const | Compiler::Parser | |
mLocals | Compiler::FileParser | [private] |
mName | Compiler::FileParser | [private] |
mScriptParser | Compiler::FileParser | [private] |
mState | Compiler::FileParser | [private] |
NameState enum value | Compiler::FileParser | [private] |
parseComment(const std::string &comment, const TokenLoc &loc, Scanner &scanner) | Compiler::Parser | [virtual] |
parseEOF(Scanner &scanner) | Compiler::FileParser | [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::FileParser | [virtual] |
parseName(const std::string &name, const TokenLoc &loc, Scanner &scanner) | Compiler::FileParser | [virtual] |
Parser(ErrorHandler &errorHandler, Context &context) | Compiler::Parser | |
parseSpecial(int code, const TokenLoc &loc, Scanner &scanner) | Compiler::FileParser | [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::FileParser | [virtual] |
setOptional(bool optional) | Compiler::Parser | |
start() | Compiler::Parser | |
State enum name | Compiler::FileParser | [private] |
toLower(const std::string &name) | Compiler::Parser | [protected, static] |
~Parser() | Compiler::Parser | [virtual] |