OpenMW
Compiler::Extensions Member List
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
mFunctionsCompiler::Extensions [private]
mInstructionsCompiler::Extensions [private]
mKeywordsCompiler::Extensions [private]
mNextKeywordIndexCompiler::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