1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00
cdt/qt/org.eclipse.cdt.qt.core/tern-qml
Matthew Bastien a43976b882 Bug 481126 - Convert Acorn AST into Java
Added the class QmlASTNodeHandler that creates and manages Proxy
instances of the QML AST node interfaces.  The proxies are created
dynamically based on what methods are called on the interface.  That
way, the AST is loaded as needed rather than all at once.  Added a few
tests to verify behavior (however, they are not comprehensive; there are
a lot more cases that should be verified in the future).

Change-Id: I64038f9668942a67e1f1b7dceac6c7dbed2d46d7
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-12-16 11:40:14 -05:00
..
demo Bug 481126 - Tern-QML Directory Imports 2015-12-04 11:18:00 -05:00
test Bug 481126 - Convert Acorn AST into Java 2015-12-16 11:40:14 -05:00
.gitignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
.npmignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
ecma5-defs.js Bug 481126 - Hook up QML content assist to tern.js-based analyzer 2015-12-02 22:23:16 -05:00
package.json Bug 481126 - Tern QML Tests 2015-11-17 10:23:31 -05:00
qml-nsh.js Bug 481126 - QML Imports Working in Editor 2015-12-06 15:05:41 -05:00
qml.js Bug 481126 - Convert Acorn AST into Java 2015-12-16 11:40:14 -05:00