| 68 | bool LookupFunction(const cString& name, int& fun_id) { return m_fun_dict.Find(name, fun_id); } |
| 69 | |
| 70 | inline int GetNumVariables() const { return m_sym_tbl.GetSize(); } |
| 71 | inline int GetNumFunctions() const { return m_fun_tbl.GetSize(); } |
| 72 | |
| 73 | inline cString VariableNearMatch(const cString& name) const { return m_sym_dict.NearMatch(name); } |
no test coverage detected