QmlJS: Update to new QmlJS parser.

UiPublicMember is now initialized with a statement.
This commit is contained in:
Christian Kamm
2011-05-12 13:25:35 +02:00
parent f8bcd6c615
commit d72bddc7da
30 changed files with 1171 additions and 1080 deletions

View File

@@ -6,6 +6,7 @@
**
** Contact: Nokia Corporation (info@qt.nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used under the terms of the GNU Lesser General Public
@@ -154,15 +155,15 @@ public:
T_XOR = 79,
T_XOR_EQ = 80,
ACCEPT_STATE = 645,
RULE_COUNT = 347,
STATE_COUNT = 646,
ACCEPT_STATE = 640,
RULE_COUNT = 345,
STATE_COUNT = 641,
TERMINAL_COUNT = 101,
NON_TERMINAL_COUNT = 106,
NON_TERMINAL_COUNT = 107,
GOTO_INDEX_OFFSET = 646,
GOTO_INFO_OFFSET = 2714,
GOTO_CHECK_OFFSET = 2714
GOTO_INDEX_OFFSET = 641,
GOTO_INFO_OFFSET = 2787,
GOTO_CHECK_OFFSET = 2787
};
static const char *const spell [];