QmlJS: Fix type detection for alias properties.

Task-number: QTCREATORBUG-2306
This commit is contained in:
Christian Kamm
2011-05-04 11:12:45 +02:00
parent 6bb08f1bf9
commit 02b7eacf4b
17 changed files with 84 additions and 115 deletions

View File

@@ -52,7 +52,10 @@ public:
Evaluate(const Interpreter::Context *context);
virtual ~Evaluate();
// evaluate ast in the given context
const Interpreter::Value *operator()(AST::Node *ast);
// evaluate, but stop when encountering a Reference
const Interpreter::Value *reference(AST::Node *ast);
protected: