diff options
| author | Roberto Raggi <[email protected]> | 2010-01-26 14:53:11 +0100 |
|---|---|---|
| committer | Roberto Raggi <[email protected]> | 2010-01-26 14:55:33 +0100 |
| commit | ab8c19f2f8c208fdfd5eabc296c6c192c13272a4 (patch) | |
| tree | bf7f1349625de125f78057c81d9bd81ce8dd7c37 /src/libs/qmljs/qmljsdocument.h | |
| parent | 1e6a0523a141922bd59a5b04477a51b462d0f278 (diff) | |
Some initial work on the type checker for QML/JS.
Diffstat (limited to 'src/libs/qmljs/qmljsdocument.h')
| -rw-r--r-- | src/libs/qmljs/qmljsdocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmljs/qmljsdocument.h b/src/libs/qmljs/qmljsdocument.h index bbbdc2e000a..bcf57c5ac74 100644 --- a/src/libs/qmljs/qmljsdocument.h +++ b/src/libs/qmljs/qmljsdocument.h @@ -58,6 +58,7 @@ public: QmlJS::AST::UiProgram *qmlProgram() const; QmlJS::AST::Program *jsProgram() const; + QmlJS::AST::ExpressionNode *expression() const; QmlJS::AST::Node *ast() const; QList<QmlJS::DiagnosticMessage> diagnosticMessages() const; |
