Initial support of `Follow symbol under cursor' for QML/JS.

This commit is contained in:
Roberto Raggi
2010-02-08 12:50:10 +01:00
parent b02d2f9f00
commit 967ed09c29
10 changed files with 162 additions and 51 deletions

View File

@@ -52,10 +52,10 @@ public:
virtual ~Check();
const Interpreter::Value *operator()(AST::Node *ast);
const Interpreter::Value *reference(AST::Node *ast);
protected:
void accept(AST::Node *node);
const Interpreter::Value *check(AST::Node *ast);
Interpreter::Engine *switchEngine(Interpreter::Engine *engine);
const Interpreter::Value *switchResult(const Interpreter::Value *result);