This is the complete list of members for
Compiler::Extensions, including all inherited members.
| Extensions() | Compiler::Extensions | |
| generateFunctionCode(int keyword, std::vector< Interpreter::Type_Code > &code, Literals &literals, const std::string &id, int optionalArguments) const | Compiler::Extensions | |
| generateInstructionCode(int keyword, std::vector< Interpreter::Type_Code > &code, Literals &literals, const std::string &id, int optionalArguments) const | Compiler::Extensions | |
| isFunction(int keyword, char &returnType, std::string &argumentType, bool explicitReference) const | Compiler::Extensions | |
| isInstruction(int keyword, std::string &argumentType, bool explicitReference) const | Compiler::Extensions | |
| listKeywords(std::vector< std::string > &keywords) const | Compiler::Extensions | |
| mFunctions | Compiler::Extensions | [private] |
| mInstructions | Compiler::Extensions | [private] |
| mKeywords | Compiler::Extensions | [private] |
| mNextKeywordIndex | Compiler::Extensions | [private] |
| registerFunction(const std::string &keyword, char returnType, const std::string &argumentType, int code, int codeExplicit=-1) | Compiler::Extensions | |
| registerInstruction(const std::string &keyword, const std::string &argumentType, int code, int codeExplicit=-1) | Compiler::Extensions | |
| searchKeyword(const std::string &keyword) const | Compiler::Extensions | |