summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsgrammar_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/parser/qmljsgrammar_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsgrammar_p.h29
1 files changed, 13 insertions, 16 deletions
diff --git a/src/declarative/qml/parser/qmljsgrammar_p.h b/src/declarative/qml/parser/qmljsgrammar_p.h
index 1590274..da42f8c 100644
--- a/src/declarative/qml/parser/qmljsgrammar_p.h
+++ b/src/declarative/qml/parser/qmljsgrammar_p.h
@@ -59,8 +59,8 @@ class QmlJSGrammar
public:
enum {
EOF_SYMBOL = 0,
- REDUCE_HERE = 91,
- SHIFT_THERE = 90,
+ REDUCE_HERE = 94,
+ SHIFT_THERE = 93,
T_AND = 1,
T_AND_AND = 2,
T_AND_EQ = 3,
@@ -85,6 +85,9 @@ public:
T_EQ_EQ = 18,
T_EQ_EQ_EQ = 19,
T_FALSE = 82,
+ T_FEED_JS_EXPRESSION = 92,
+ T_FEED_JS_STATEMENT = 91,
+ T_FEED_UI_PROGRAM = 90,
T_FINALLY = 20,
T_FOR = 21,
T_FUNCTION = 22,
@@ -151,26 +154,20 @@ public:
T_XOR = 78,
T_XOR_EQ = 79,
- ACCEPT_STATE = 615,
- RULE_COUNT = 338,
- STATE_COUNT = 616,
- TERMINAL_COUNT = 92,
- NON_TERMINAL_COUNT = 104,
+ ACCEPT_STATE = 621,
+ RULE_COUNT = 341,
+ STATE_COUNT = 622,
+ TERMINAL_COUNT = 95,
+ NON_TERMINAL_COUNT = 105,
- GOTO_INDEX_OFFSET = 616,
- GOTO_INFO_OFFSET = 2139,
- GOTO_CHECK_OFFSET = 2139
+ GOTO_INDEX_OFFSET = 622,
+ GOTO_INFO_OFFSET = 2247,
+ GOTO_CHECK_OFFSET = 2247
};
static const char *const spell [];
static const int lhs [];
static const int rhs [];
-
-#ifndef QLALR_NO_QMLJSGRAMMAR_DEBUG_INFO
- static const int rule_index [];
- static const int rule_info [];
-#endif // QLALR_NO_QMLJSGRAMMAR_DEBUG_INFO
-
static const int goto_default [];
static const int action_default [];
static const int action_index [];