SQLLexer.java

1
/* The following code was generated by JFlex 1.6.1 */
2
3
/* SQLLexer.java is a generated file.  You probably want to
4
 * edit SQLLexer.lex to make changes.  Use JFlex to generate it.
5
 * To generate SQLLexer.java
6
 * Install <a href="http://jflex.de/">JFlex</a> v1.3.2 or later.
7
 * Once JFlex is in your classpath run<br>
8
 * <code>java JFlex.Main SQLLexer.lex</code><br>
9
 * You will then have a file called SQLLexer.java
10
 */
11
12
/*
13
 * This file is part of a <a href="http://ostermiller.org/syntax/">syntax
14
 * highlighting</a> package.
15
 * Copyright (C) 2002 Stephen Ostermiller
16
 * http://ostermiller.org/contact.pl?regarding=Syntax+Highlighting
17
 *
18
 * This program is free software; you can redistribute it and/or modify
19
 * it under the terms of the GNU General Public License as published by
20
 * the Free Software Foundation; either version 2 of the License, or
21
 * (at your option) any later version.
22
 *
23
 * This program is distributed in the hope that it will be useful,
24
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
 * GNU General Public License for more details.
27
 *
28
 * See COPYING.TXT for details.
29
 */
30
31
package com.jsql.view.swing.sql.lexer.syntax;
32
33
import java.io.IOException;
34
35
/**
36
 * SQLLexer is a SQL language lexer. Created with JFlex. An example of how it is
37
 * used: <CODE>
38
 *  <PRE>
39
 *  SQLLexer shredder = new SQLLexer(System.in);
40
 *  SQLToken t;
41
 *  while ((t = shredder.getNextToken()) != null) {
42
 *      System.out.println(t);
43
 *  }
44
 *  </PRE>
45
 *  </CODE>
46
 * 
47
 * @see SQLToken
48
 */
49
50
public class SQLLexer implements Lexer {
51
52
    /** This character denotes the end of file */
53
    public static final int YYEOF = -1;
54
55
    /** initial size of the lookahead buffer */
56
    private static final int ZZ_BUFFERSIZE = 16384;
57
58
    /** lexical states */
59
    public static final int YYINITIAL = 0;
60
    public static final int COMMENT = 2;
61
62
    /**
63
     * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
64
     * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l at the
65
     * beginning of a line l is of the form l = 2*k, k a non negative integer
66
     */
67
    private static final int ZZ_LEXSTATE[] = { 0, 0, 1, 1 };
68
69
    /**
70
     * Translates characters to character classes
71
     */
72
    private static final String ZZ_CMAP_PACKED = "\11\0\1\35\1\45\1\0\1\35\1\45\22\0\1\35\1\42\1\37"
73
            + "\1\42\1\40\2\42\1\44\2\41\1\43\1\51\1\41\1\31\1\50" + "\1\52\2\47\10\36\2\41\5\42\1\1\1\2\1\12\1\15\1\11"
74
            + "\1\17\1\20\1\24\1\13\1\34\1\25\1\7\1\16\1\14\1\3" + "\1\30\1\33\1\4\1\6\1\5\1\10\1\23\1\26\1\32\1\21"
75
            + "\1\22\1\41\1\46\1\41\1\42\1\27\1\42\1\1\1\2\1\12" + "\1\15\1\11\1\17\1\20\1\24\1\13\1\34\1\25\1\7\1\16"
76
            + "\1\14\1\3\1\30\1\33\1\4\1\6\1\5\1\10\1\23\1\26" + "\1\32\1\21\1\22\1\0\1\42\1\0\1\42\261\0\2\13\115\0"
77
            + "\1\6\u1faa\0\1\25\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\udee5\0";
78
79
    /**
80
     * Translates characters to character classes
81
     */
82
    private static final char[] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED);
83
84
    /**
85
     * Translates DFA states to action switch labels.
86
     */
87
    private static final int[] ZZ_ACTION = zzUnpackAction();
88
89
    private static final String ZZ_ACTION_PACKED_0 = "\1\1\1\2\12\3\1\4\3\3\1\4\1\3\1\4"
90
            + "\4\3\1\4\1\3\1\5\1\3\1\6\1\3\1\1" + "\1\7\1\6\1\10\1\6\1\5\1\10\1\6\1\2"
91
            + "\1\5\1\11\2\3\2\4\16\3\1\4\1\0\1\3" + "\1\4\4\3\2\4\10\3\1\4\47\3\1\4\1\3"
92
            + "\1\4\4\3\1\4\4\3\1\4\20\3\1\4\26\3" + "\1\12\1\3\1\0\1\13\1\10\1\0\1\14\1\15"
93
            + "\1\0\1\16\3\0\1\11\1\17\1\3\1\4\6\3" + "\1\4\15\3\1\4\1\3\1\0\1\20\1\21\2\0"
94
            + "\2\3\1\4\3\3\1\4\5\3\1\4\10\3\1\4" + "\25\3\1\4\17\3\1\4\26\3\1\4\40\3\1\4"
95
            + "\14\3\1\4\14\3\1\4\6\3\2\4\3\3\2\4" + "\23\3\1\4\14\3\1\0\1\14\16\3\2\0\1\20"
96
            + "\1\22\1\0\12\3\1\4\20\3\2\4\35\3\1\4" + "\7\3\1\0\2\3\1\4\7\3\1\4\17\3\1\4"
97
            + "\21\3\1\4\1\3\2\4\3\3\1\4\23\3\1\4" + "\13\3\2\4\12\3\1\13\30\3\1\4\10\3\1\4"
98
            + "\25\3\1\4\5\3\1\0\22\3\1\4\3\3\1\4" + "\35\3\1\4\23\3\1\4\21\3\1\4\10\3\1\0"
99
            + "\1\4\11\3\2\4\35\3\1\4\21\3\1\0\1\4" + "\3\3\1\4\4\3\1\4\10\3\1\4\17\3\1\4"
100
            + "\2\3\1\4\27\3\1\4\7\3\1\4\4\3\1\4" + "\7\3\1\4\12\3\1\4\54\3\1\4\23\3";
101
102
    private static int[] zzUnpackAction() {
103
        int[] result = new int[963];
104
        int offset = 0;
105
        offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result);
106
        return result;
107
    }
108
109
    private static int zzUnpackAction(String packed, int offset, int[] result) {
110
        int i = 0; /* index in packed string */
111
        int j = offset; /* index in unpacked array */
112
        int l = packed.length();
113
        while (i < l) {
114
            int count = packed.charAt(i++);
115
            int value = packed.charAt(i++);
116
            do {
117
                result[j++] = value;
118
            } while (--count > 0);
119
        }
120
        return j;
121
    }
122
123
    /**
124
     * Translates a state to a row index in the transition table
125
     */
126
    private static final int[] ZZ_ROWMAP = zzUnpackRowMap();
127
128
    private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\53\0\126\0\201\0\254\0\327\0\u0102\0\u012d"
129
            + "\0\u0158\0\u0183\0\u01ae\0\u01d9\0\u0204\0\u022f\0\u025a\0\u0285"
130
            + "\0\u02b0\0\u02db\0\u0306\0\u0331\0\u035c\0\u0387\0\u03b2\0\u03dd"
131
            + "\0\u0408\0\u0433\0\u045e\0\u0489\0\u04b4\0\u04df\0\u050a\0\u0535"
132
            + "\0\u0433\0\u0433\0\u0560\0\u058b\0\u05b6\0\u05e1\0\u060c\0\u0637"
133
            + "\0\u0662\0\u068d\0\u06b8\0\u06e3\0\u070e\0\u0739\0\u0764\0\u078f"
134
            + "\0\u07ba\0\u07e5\0\u0810\0\u083b\0\u0866\0\u0891\0\u08bc\0\u08e7"
135
            + "\0\u0912\0\u093d\0\126\0\u0968\0\u0993\0\u09be\0\u09e9\0\u0a14"
136
            + "\0\u0a3f\0\u0a6a\0\u0a95\0\u0ac0\0\u0aeb\0\u0b16\0\u0b41\0\u0b6c"
137
            + "\0\u0b97\0\u0bc2\0\u0bed\0\u0c18\0\u0c43\0\u0c6e\0\u0c99\0\u0cc4"
138
            + "\0\u0cef\0\u0d1a\0\u0d45\0\u0d70\0\u0d9b\0\u0dc6\0\u0df1\0\u0e1c"
139
            + "\0\u0e47\0\u0e72\0\u0e9d\0\u0ec8\0\u0ef3\0\u0f1e\0\u0f49\0\u0f74"
140
            + "\0\u0f9f\0\u0fca\0\u0ff5\0\u1020\0\u104b\0\u1076\0\u10a1\0\u10cc"
141
            + "\0\u10f7\0\u1122\0\u114d\0\u1178\0\u11a3\0\u11ce\0\u11f9\0\u1224"
142
            + "\0\u124f\0\u127a\0\u12a5\0\u12d0\0\u12fb\0\u1326\0\u1351\0\u137c"
143
            + "\0\u13a7\0\u13d2\0\u13fd\0\u1428\0\u1453\0\u147e\0\u14a9\0\u14d4"
144
            + "\0\u14ff\0\u152a\0\u1555\0\u1580\0\u15ab\0\u15d6\0\u1601\0\u162c"
145
            + "\0\u1657\0\u1682\0\u16ad\0\u16d8\0\u1703\0\u172e\0\u1759\0\u1784"
146
            + "\0\u17af\0\u17da\0\u1805\0\u1830\0\u185b\0\u1886\0\u18b1\0\u18dc"
147
            + "\0\u1907\0\u1932\0\u195d\0\u1988\0\u19b3\0\u19de\0\u1a09\0\u1a34"
148
            + "\0\u1a5f\0\u1a8a\0\u1ab5\0\u1ae0\0\u1b0b\0\u1b36\0\u1b61\0\u1b8c"
149
            + "\0\u1bb7\0\u1be2\0\u1c0d\0\u1c38\0\u0535\0\u0560\0\u0433\0\u0433"
150
            + "\0\u1c63\0\u0433\0\u1c8e\0\u1cb9\0\u060c\0\u0433\0\u0433\0\u1ce4"
151
            + "\0\u1d0f\0\u1d3a\0\u1d65\0\u1d90\0\u1dbb\0\u1de6\0\u1e11\0\u1e3c"
152
            + "\0\u1e67\0\u1e92\0\u1ebd\0\u1ee8\0\u1f13\0\u1f3e\0\u1f69\0\u1f94"
153
            + "\0\u1fbf\0\u1fea\0\u2015\0\u2040\0\u206b\0\u2096\0\u20c1\0\u20ec"
154
            + "\0\u2117\0\u0433\0\u2142\0\u216d\0\u2198\0\u21c3\0\u21ee\0\u2219"
155
            + "\0\u2244\0\u226f\0\u229a\0\u22c5\0\u22f0\0\u231b\0\u2346\0\u2371"
156
            + "\0\u239c\0\u23c7\0\u23f2\0\u241d\0\u2448\0\u2473\0\u249e\0\u24c9"
157
            + "\0\u24f4\0\u251f\0\u254a\0\u2575\0\u25a0\0\u25cb\0\u25f6\0\u2621"
158
            + "\0\u264c\0\u2677\0\u26a2\0\u26cd\0\u26f8\0\u2723\0\u274e\0\u2779"
159
            + "\0\u27a4\0\u27cf\0\u27fa\0\u2825\0\u2850\0\u287b\0\u28a6\0\u28d1"
160
            + "\0\u28fc\0\u2927\0\u2952\0\u297d\0\u29a8\0\u29d3\0\u29fe\0\u2a29"
161
            + "\0\u2a54\0\u2a7f\0\u2aaa\0\u2ad5\0\u2b00\0\u2b2b\0\u2b56\0\u2b81"
162
            + "\0\u2bac\0\u2bd7\0\u2c02\0\u2c2d\0\u2c58\0\u2c83\0\u2cae\0\u2cd9"
163
            + "\0\u2d04\0\u2d2f\0\u2d5a\0\u2d85\0\u2db0\0\u2ddb\0\u2e06\0\u2e31"
164
            + "\0\u2e5c\0\u2e87\0\u2eb2\0\u2edd\0\u2f08\0\u2f33\0\u2f5e\0\u2f89"
165
            + "\0\u2fb4\0\u2fdf\0\u300a\0\u3035\0\u3060\0\u308b\0\u30b6\0\u30e1"
166
            + "\0\u310c\0\u3137\0\u3162\0\u318d\0\u31b8\0\u31e3\0\u320e\0\u3239"
167
            + "\0\u3264\0\u328f\0\u32ba\0\u32e5\0\u3310\0\u333b\0\u3366\0\u3391"
168
            + "\0\u33bc\0\u33e7\0\u3412\0\u343d\0\u3468\0\u3493\0\u34be\0\u34e9"
169
            + "\0\u3514\0\u353f\0\u356a\0\u3595\0\u35c0\0\u35eb\0\u3616\0\u3641"
170
            + "\0\u366c\0\u3697\0\u36c2\0\u36ed\0\u3718\0\u3743\0\u376e\0\u3799"
171
            + "\0\u37c4\0\u37ef\0\u381a\0\u3845\0\u3870\0\u389b\0\u38c6\0\u38f1"
172
            + "\0\u391c\0\u3947\0\u3972\0\u399d\0\u39c8\0\u39f3\0\u3a1e\0\u3a49"
173
            + "\0\u3a74\0\u3a9f\0\u3aca\0\u3af5\0\u3b20\0\u3b4b\0\u3b76\0\u3ba1"
174
            + "\0\u3bcc\0\u3bf7\0\u3c22\0\u3c4d\0\u3c78\0\u3ca3\0\u3cce\0\u3cf9"
175
            + "\0\u3d24\0\u3d4f\0\u3d7a\0\u3da5\0\u3dd0\0\u3dfb\0\u3e26\0\u3e51"
176
            + "\0\u3e7c\0\u3ea7\0\u3ed2\0\u3efd\0\u3f28\0\u3f53\0\u3f7e\0\u3fa9"
177
            + "\0\u3fd4\0\u3fff\0\u402a\0\u4055\0\u4080\0\u40ab\0\u40d6\0\u4101"
178
            + "\0\u0560\0\u412c\0\u4157\0\u4182\0\u41ad\0\u41d8\0\u4203\0\u422e"
179
            + "\0\u4259\0\u4284\0\u42af\0\u42da\0\u4305\0\u4330\0\u435b\0\u4386"
180
            + "\0\u2117\0\u20ec\0\u0433\0\u43b1\0\u43dc\0\u4407\0\u4432\0\u445d"
181
            + "\0\u4488\0\u44b3\0\u44de\0\u4509\0\u4534\0\u455f\0\u2244\0\u458a"
182
            + "\0\u45b5\0\u45e0\0\u460b\0\u4636\0\u4661\0\u468c\0\u46b7\0\u46e2"
183
            + "\0\u470d\0\u4738\0\u4763\0\u478e\0\u47b9\0\u47e4\0\u480f\0\u483a"
184
            + "\0\u4865\0\u4890\0\u48bb\0\u48e6\0\u4911\0\u493c\0\u4967\0\u4992"
185
            + "\0\u49bd\0\u49e8\0\u4a13\0\u4a3e\0\u4a69\0\u4a94\0\u4abf\0\u4aea"
186
            + "\0\u4b15\0\u4b40\0\u4b6b\0\u4b96\0\u4bc1\0\u4bec\0\u4c17\0\u4c42"
187
            + "\0\u4c6d\0\u4c98\0\u4cc3\0\u4cee\0\u4d19\0\u4d44\0\u4d6f\0\u4d9a"
188
            + "\0\u4dc5\0\u4df0\0\u4e1b\0\u4e46\0\u4e71\0\u4e9c\0\u4ec7\0\u4ef2"
189
            + "\0\u4f1d\0\u4f48\0\u4f73\0\u4f9e\0\u4fc9\0\u4ff4\0\u501f\0\u504a"
190
            + "\0\u5075\0\u50a0\0\u50cb\0\u50f6\0\u5121\0\u514c\0\u5177\0\u51a2"
191
            + "\0\u51cd\0\u51f8\0\u5223\0\u524e\0\u5279\0\u52a4\0\u52cf\0\u52fa"
192
            + "\0\u5325\0\u5350\0\u537b\0\u53a6\0\u53d1\0\u53fc\0\u5427\0\u5452"
193
            + "\0\u547d\0\u54a8\0\u54d3\0\u54fe\0\u5529\0\u5554\0\u557f\0\u55aa"
194
            + "\0\u55d5\0\u5600\0\u562b\0\u5656\0\u5681\0\u56ac\0\u56d7\0\u5702"
195
            + "\0\u572d\0\u5758\0\u5783\0\u57ae\0\u57d9\0\u5804\0\u582f\0\u585a"
196
            + "\0\u5885\0\u58b0\0\u58db\0\u5906\0\u5931\0\u595c\0\u5987\0\u59b2"
197
            + "\0\u59dd\0\u5a08\0\u5a33\0\u5a5e\0\u5a89\0\u5ab4\0\u5adf\0\u5b0a"
198
            + "\0\u5b35\0\u5b60\0\u5b8b\0\u5bb6\0\u5be1\0\u5c0c\0\u5c37\0\u5c62"
199
            + "\0\u5c8d\0\u5cb8\0\u5ce3\0\u5d0e\0\u5d39\0\u5d64\0\u5d8f\0\u5dba"
200
            + "\0\u5de5\0\u5e10\0\u5e3b\0\u5e66\0\u5e91\0\u5ebc\0\u4101\0\u4f48"
201
            + "\0\u5ee7\0\u5f12\0\u5f3d\0\u5f68\0\u5f93\0\u5fbe\0\u5fe9\0\u6014"
202
            + "\0\u603f\0\u606a\0\u6095\0\u60c0\0\u60eb\0\u6116\0\u6141\0\u616c"
203
            + "\0\u6197\0\u61c2\0\u61ed\0\u6218\0\u6243\0\u626e\0\u6299\0\u62c4"
204
            + "\0\u62ef\0\u50a0\0\u631a\0\u6345\0\u6370\0\u639b\0\u63c6\0\u63f1"
205
            + "\0\u641c\0\u6447\0\u6472\0\u649d\0\u64c8\0\u64f3\0\u651e\0\u6549"
206
            + "\0\u6574\0\u659f\0\u65ca\0\u65f5\0\u6620\0\u664b\0\u6676\0\u66a1"
207
            + "\0\u66cc\0\u66f7\0\u6722\0\u674d\0\u6778\0\u67a3\0\u67ce\0\u67f9"
208
            + "\0\u6824\0\u684f\0\u687a\0\u68a5\0\u68d0\0\u68fb\0\u6926\0\u6951"
209
            + "\0\u697c\0\u69a7\0\u69d2\0\u69fd\0\u6a28\0\u6a53\0\u6a7e\0\u6aa9"
210
            + "\0\u6ad4\0\u6aff\0\u6b2a\0\u6b55\0\u6b80\0\u6bab\0\u6bd6\0\u6c01"
211
            + "\0\u6c2c\0\u6c57\0\u6c82\0\u6cad\0\u6cd8\0\u6d03\0\u6d2e\0\u641c"
212
            + "\0\u6d59\0\u6d84\0\u6daf\0\u6dda\0\u6e05\0\u6e30\0\u6e5b\0\u6e86"
213
            + "\0\u1e3c\0\u6eb1\0\u6edc\0\u6f07\0\u6f32\0\u6f5d\0\u6f88\0\u6fb3"
214
            + "\0\u6fde\0\u7009\0\u7034\0\u705f\0\u708a\0\u70b5\0\u70e0\0\u710b"
215
            + "\0\u7136\0\u3e7c\0\u7161\0\u718c\0\u71b7\0\u71e2\0\u720d\0\u7238"
216
            + "\0\u7263\0\u728e\0\u72b9\0\u72e4\0\u730f\0\u733a\0\u7365\0\u7390"
217
            + "\0\u73bb\0\u73e6\0\u7411\0\u743c\0\u7467\0\u7492\0\u74bd\0\u74e8"
218
            + "\0\u7513\0\u753e\0\u7569\0\u7594\0\u75bf\0\u75ea\0\u7615\0\u7640"
219
            + "\0\u766b\0\u7696\0\u76c1\0\u76ec\0\u62c4\0\u7717\0\u7742\0\u776d"
220
            + "\0\u7798\0\u77c3\0\u77ee\0\u7819\0\u7844\0\u786f\0\u789a\0\u78c5"
221
            + "\0\u78f0\0\u1ebd\0\u791b\0\u7946\0\u7971\0\u799c\0\u79c7\0\u79f2"
222
            + "\0\u7a1d\0\u7a48\0\u7a73\0\u47b9\0\u7a9e\0\u7ac9\0\u7af4\0\u7b1f"
223
            + "\0\u7b4a\0\u7b75\0\u7ba0\0\u7bcb\0\u7bf6\0\u7c21\0\u7c4c\0\u7c77"
224
            + "\0\u7ca2\0\u7ccd\0\u7cf8\0\u7d23\0\u7d4e\0\u7d79\0\u7da4\0\u7dcf"
225
            + "\0\u7dfa\0\u7e25\0\u7e50\0\u7e7b\0\u7ea6\0\u7ed1\0\u7efc\0\u7f27"
226
            + "\0\u7f52\0\u7f7d\0\u7fa8\0\u7fd3\0\u7ffe\0\u8029\0\u8054\0\u807f"
227
            + "\0\u80aa\0\u80d5\0\u8100\0\u812b\0\u8156\0\u8181\0\u81ac\0\u81d7"
228
            + "\0\u8202\0\u822d\0\u8258\0\u8283\0\u82ae\0\u09e9\0\u82d9\0\u8304"
229
            + "\0\u832f\0\u835a\0\u8385\0\u83b0\0\u83db\0\u8406\0\u8431\0\u845c"
230
            + "\0\u8487\0\u84b2\0\u84dd\0\u8508\0\u8533\0\u855e\0\u8589\0\u83b0"
231
            + "\0\u85b4\0\u85df\0\u860a\0\u8635\0\u8660\0\u868b\0\u86b6\0\u86e1"
232
            + "\0\u870c\0\u8737\0\u8762\0\u878d\0\u87b8\0\u87e3\0\u6c01\0\u880e"
233
            + "\0\u8839\0\u8864\0\u0433\0\u888f\0\u88ba\0\u88e5\0\u8910\0\u893b"
234
            + "\0\u8966\0\u8991\0\u89bc\0\u89e7\0\u5adf\0\u8a12\0\u7a9e\0\u8a3d"
235
            + "\0\u8a68\0\u8a93\0\u8abe\0\u8ae9\0\u8b14\0\u8b3f\0\u8b6a\0\u8b95"
236
            + "\0\u8bc0\0\u8beb\0\u8c16\0\u8c41\0\u8c6c\0\u8c97\0\u8cc2\0\u8ced"
237
            + "\0\u8d18\0\u8d43\0\u8d6e\0\u8d99\0\u8dc4\0\u8def\0\u8e1a\0\u8e45"
238
            + "\0\u8e70\0\u8e9b\0\u8ec6\0\u8ef1\0\u8f1c\0\u8f47\0\u8f72\0\u8f9d"
239
            + "\0\u8fc8\0\u8ff3\0\u901e\0\u9049\0\u9074\0\u909f\0\u90ca\0\u90f5"
240
            + "\0\u9120\0\u914b\0\u9176\0\u91a1\0\u91cc\0\u91f7\0\u9222\0\u924d"
241
            + "\0\u9278\0\u92a3\0\u92ce\0\u92f9\0\u9324\0\u934f\0\u937a\0\u93a5"
242
            + "\0\u93d0\0\u93fb\0\u9426\0\u9451\0\u947c\0\u94a7\0\u94d2\0\u94fd"
243
            + "\0\u9528\0\u9553\0\u957e\0\u95a9\0\u95d4\0\u7fa8\0\u95ff\0\u962a"
244
            + "\0\u9655\0\u9680\0\u96ab\0\u96d6\0\u9701\0\u972c\0\u9757\0\u9782"
245
            + "\0\u97ad\0\u97d8\0\u9803\0\u982e\0\u9859\0\u9884\0\u98af\0\u98da"
246
            + "\0\u9905\0\u9930\0\u995b\0\u9986\0\u99b1\0\u99dc\0\u9a07\0\u9a32"
247
            + "\0\u9a5d\0\u9a88\0\u9ab3\0\u9ade\0\u9b09\0\u9b34\0\u9b5f\0\u9b8a" + "\0\u9bb5\0\u9be0\0\u9c0b";
248
249
    private static int[] zzUnpackRowMap() {
250
        int[] result = new int[963];
251
        int offset = 0;
252
        offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result);
253
        return result;
254
    }
255
256
    private static int zzUnpackRowMap(String packed, int offset, int[] result) {
257
        int i = 0; /* index in packed string */
258
        int j = offset; /* index in unpacked array */
259
        int l = packed.length();
260
        while (i < l) {
261
            int high = packed.charAt(i++) << 16;
262
            result[j++] = high | packed.charAt(i++);
263
        }
264
        return j;
265
    }
266
267
    /**
268
     * The transition table of the DFA
269
     */
270
    private static final int[] ZZ_TRANS = zzUnpackTrans();
271
272
    private static final String ZZ_TRANS_PACKED_0 = "\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12"
273
            + "\1\13\1\14\1\15\1\16\1\17\1\20\1\21\1\22" + "\1\23\1\24\1\25\1\26\1\27\1\30\1\31\1\32"
274
            + "\1\33\1\34\2\3\1\35\1\36\1\37\1\32\1\40" + "\1\41\1\42\1\41\1\43\1\36\1\3\1\37\1\44"
275
            + "\1\42\1\45\43\46\1\47\6\46\1\50\31\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\2\3\1\51"
276
            + "\1\3\1\52\1\53\1\54\1\55\1\56\1\3\1\57" + "\1\3\1\60\1\61\1\3\1\62\1\63\2\3\1\64"
277
            + "\5\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\65\1\3\1\66\1\67\2\3\1\70\1\3"
278
            + "\1\71\1\3\1\72\5\3\1\73\7\3\1\0\3\3" + "\1\0\1\3\5\0\1\74\1\0\2\3\3\0\2\3"
279
            + "\1\75\1\3\1\76\2\3\1\77\1\100\1\3\1\101" + "\1\102\1\103\2\3\1\104\3\3\1\105\2\3\1\106"
280
            + "\1\3\1\107\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\3\3\1\110\4\3\1\111\1\112\1\3\1\113"
281
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\114\1\3\1\115\1\116\4\3\1\117\1\3"
282
            + "\1\120\5\3\1\121\2\3\1\122\4\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\123\1\3"
283
            + "\1\124\1\3\1\125\2\3\1\126\1\127\1\130\1\131" + "\2\3\1\132\2\3\1\133\2\3\1\134\3\3\1\135"
284
            + "\1\0\1\3\1\136\1\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\137\1\3\1\140\5\3\1\141\1\3"
285
            + "\1\142\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\6\3\1\143\5\3\1\144\13\3\1\145\1\0"
286
            + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\146" + "\4\3\1\147\1\150\4\3\1\151\6\3\1\152\5\3"
287
            + "\1\0\1\153\1\154\1\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\155\1\3\1\156\1\157\2\3\1\160"
288
            + "\1\161\10\3\1\162\2\3\1\163\4\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\5\3\1\164\1\165"
289
            + "\1\166\4\3\1\167\1\170\1\171\1\3\1\172\10\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
290
            + "\1\173\1\3\1\174\4\3\1\175\1\176\1\177\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
291
            + "\1\200\1\3\1\201\1\202\4\3\1\203\1\3\1\204" + "\5\3\1\205\7\3\1\0\3\3\1\0\1\3\7\0"
292
            + "\2\3\3\0\1\3\1\206\1\3\1\207\4\3\1\210" + "\1\211\1\3\1\212\15\3\1\0\3\3\1\0\1\3"
293
            + "\7\0\2\3\3\0\1\3\1\213\1\3\1\214\1\215" + "\2\3\1\216\1\217\1\220\1\3\1\221\15\3\1\0"
294
            + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\222" + "\1\223\2\3\1\224\1\3\1\225\17\3\1\0\3\3"
295
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\226\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
296
            + "\1\227\25\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\230\7\3\1\231\1\3\1\232\15\3"
297
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\233\1\3\1\234\7\3\1\235\15\3\1\0\3\3"
298
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\236\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
299
            + "\1\237\1\240\6\3\1\241\10\3\1\242\4\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\56\0\1\3\1\243"
300
            + "\1\3\1\244\1\245\2\3\1\246\1\247\1\250\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\34\0\1\251"
301
            + "\21\0\3\3\1\252\25\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\40\0\1\36\7\0\1\36\16\0\1\253"
302
            + "\24\0\1\37\10\0\1\37\1\254\40\0\1\255\10\0" + "\1\255\3\0\44\256\1\257\1\260\1\261\4\256\36\0"
303
            + "\1\254\10\0\1\254\46\0\1\262\7\0\43\46\1\263" + "\6\46\1\264\43\46\1\265\6\46\1\266\43\46\1\267"
304
            + "\6\46\1\264\3\3\1\270\2\3\1\271\22\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\272"
305
            + "\4\3\1\73\17\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\273\25\3\1\0\3\3\1\0"
306
            + "\1\3\7\0\2\3\3\0\6\3\1\274\2\3\1\275" + "\1\73\6\3\1\276\7\3\1\0\3\3\1\0\1\3"
307
            + "\7\0\2\3\3\0\5\3\1\277\1\3\1\300\3\3" + "\1\301\15\3\1\0\3\3\1\0\1\3\7\0\2\3"
308
            + "\3\0\5\3\1\302\23\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\303\4\3\1\304\16\3"
309
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\305\13\3\1\73\3\3\1\73\7\3\1\0\3\3"
310
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\73\13\3" + "\1\73\1\252\12\3\1\0\3\3\1\0\1\3\7\0"
311
            + "\2\3\3\0\5\3\1\277\23\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\20\3\1\306\10\3\1\0"
312
            + "\3\3\1\0\1\3\7\0\2\3\3\0\20\3\1\73" + "\10\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
313
            + "\12\3\1\307\16\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\310\1\3\1\311\23\3\1\0"
314
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\312" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
315
            + "\3\3\1\313\25\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\314\11\3\1\315\1\252\10\3"
316
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\316\6\3\1\317\14\3\1\0\3\3\1\0\1\3"
317
            + "\7\0\2\3\3\0\44\320\1\321\1\322\1\323\1\324" + "\3\320\31\3\1\0\2\3\1\325\1\0\1\3\7\0"
318
            + "\2\3\3\0\15\3\1\326\13\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\15\3\1\73\13\3\1\0"
319
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\327" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
320
            + "\5\3\1\330\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\15\3\1\331\13\3\1\0\3\3\1\0"
321
            + "\1\3\7\0\2\3\3\0\7\3\1\332\21\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\17\3\1\333"
322
            + "\11\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\334\17\3\1\0\3\3\1\0\1\3\7\0"
323
            + "\2\3\3\0\14\3\1\277\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\335\3\3\1\336"
324
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\7\3\1\337\1\340\15\3\1\341\2\3\1\0\3\3"
325
            + "\1\0\1\3\7\0\2\3\3\0\7\3\1\342\21\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
326
            + "\1\343\3\3\1\344\1\345\1\346\2\3\1\347\1\350" + "\1\351\2\3\1\352\3\3\1\353\4\3\1\354\1\0"
327
            + "\3\3\1\0\1\3\7\0\2\3\3\0\20\3\1\355" + "\10\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
328
            + "\2\3\1\356\26\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\1\3\1\357\27\3\1\0\3\3\1\0"
329
            + "\1\3\7\0\2\3\3\0\1\3\1\360\6\3\1\361" + "\1\362\1\3\1\363\15\3\1\0\3\3\1\0\1\3"
330
            + "\7\0\2\3\3\0\4\3\1\364\11\3\1\365\12\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3"
331
            + "\1\366\12\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\30\3\1\342\1\0\3\3\1\0\1\3\7\0"
332
            + "\2\3\3\0\1\3\1\367\7\3\1\367\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\23\3\1\370"
333
            + "\5\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\10\3\1\371\5\3\1\342\12\3\1\0\3\3\1\0"
334
            + "\1\3\7\0\2\3\3\0\1\3\1\372\2\3\1\373" + "\10\3\1\374\3\3\1\111\7\3\1\0\3\3\1\0"
335
            + "\1\3\7\0\2\3\3\0\2\3\1\375\13\3\1\73" + "\12\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
336
            + "\1\3\1\376\2\3\1\377\1\u0100\1\u0101\1\u0102\2\3" + "\1\u0103\1\3\1\u0104\14\3\1\0\1\3\1\u0105\1\3"
337
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\111\1\3" + "\1\121\1\u0106\17\3\1\u0107\4\3\1\0\3\3\1\0"
338
            + "\1\3\7\0\2\3\3\0\16\3\1\u0108\3\3\1\342" + "\6\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
339
            + "\1\3\1\u0109\27\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\u010a\7\3\1\u010b\12\3\1\0"
340
            + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u010c" + "\1\3\1\u010d\25\3\1\0\3\3\1\0\1\3\7\0"
341
            + "\2\3\3\0\1\3\1\u010e\7\3\1\u010f\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u0110"
342
            + "\21\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0111\1\u0112\1\u0113\5\3\1\u0114\14\3\1\0"
343
            + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\77" + "\10\3\1\u0115\13\3\1\277\2\3\1\0\3\3\1\0"
344
            + "\1\3\7\0\2\3\3\0\1\3\1\u0116\4\3\1\331" + "\5\3\1\u0117\2\3\1\u0113\3\3\1\u0118\5\3\1\0"
345
            + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u0119" + "\7\3\1\u011a\6\3\1\342\3\3\1\0\3\3\1\0"
346
            + "\1\3\7\0\2\3\3\0\1\3\1\u0111\7\3\1\u011b" + "\1\3\1\u011c\15\3\1\0\3\3\1\0\1\3\7\0"
347
            + "\2\3\3\0\5\3\1\u011d\1\3\1\u011e\1\3\1\u011f" + "\1\u0120\1\u0121\1\u0122\1\277\7\3\1\u0123\3\3\1\0"
348
            + "\3\3\1\0\1\3\7\0\2\3\3\0\15\3\1\u0124" + "\12\3\1\277\1\0\3\3\1\0\1\3\7\0\2\3"
349
            + "\3\0\12\3\1\311\16\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\12\3\1\u0125\16\3\1\0\3\3"
350
            + "\1\0\1\3\7\0\2\3\3\0\6\3\1\342\22\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\12\3"
351
            + "\1\u0126\2\3\1\u0127\13\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\u0128\17\3\1\0\3\3"
352
            + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u0129\3\3" + "\1\u012a\1\u012b\1\u012c\14\3\1\u012d\1\0\3\3\1\0"
353
            + "\1\3\7\0\2\3\3\0\10\3\1\u012e\20\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u012f"
354
            + "\1\u0130\1\u0131\1\u0132\2\3\1\u0133\16\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u0134\1\u0135"
355
            + "\1\3\1\u0136\2\3\1\u0137\1\u0138\3\3\1\u0139\1\3" + "\1\u013a\11\3\1\332\1\0\3\3\1\0\1\3\7\0"
356
            + "\2\3\3\0\3\3\1\u013b\5\3\1\u013c\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u013d"
357
            + "\1\3\1\u013e\4\3\1\u013f\20\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\2\3\1\342\1\3\1\u0140"
358
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\12\3\1\111\16\3\1\0\3\3\1\0\1\3\7\0"
359
            + "\2\3\3\0\1\3\1\u0141\7\3\1\u0142\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0143"
360
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\3\3\1\u0144\10\3\1\u0145\14\3\1\0\3\3\1\0"
361
            + "\1\3\7\0\2\3\3\0\13\3\1\u0146\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u0147"
362
            + "\1\3\1\u0148\1\u0149\3\3\1\u014a\1\u014b\1\277\1\u014c"
363
            + "\1\3\1\u014d\3\3\1\u014e\1\u014f\3\3\1\u0147\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0150"
364
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\16\3\1\u0151\11\3\1\u0152\1\0\3\3\1\0\1\3"
365
            + "\7\0\2\3\3\0\14\3\1\315\14\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u0153\10\3"
366
            + "\1\u0154\12\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0155\4\3\1\u0156\1\3\1\342\14\3"
367
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\u0157\6\3\1\u0158\12\3\1\0\3\3\1\0\1\3"
368
            + "\7\0\2\3\3\0\26\3\1\73\2\3\1\0\1\u0113" + "\2\3\1\0\1\3\7\0\2\3\3\0\7\3\1\70"
369
            + "\14\3\1\226\4\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\u0159\13\3\1\73\7\3\1\0"
370
            + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u015a" + "\5\3\1\u015b\12\3\1\0\3\3\1\0\1\3\7\0"
371
            + "\2\3\3\0\3\3\1\u015c\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u015d\2\3\1\u015e"
372
            + "\1\u015f\1\u0160\1\u0161\2\3\1\u0162\4\3\1\u0163\10\3" + "\1\u0164\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
373
            + "\1\3\1\u0165\4\3\1\u0166\3\3\1\u0167\16\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u0168"
374
            + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\5\3\1\146\22\3\1\73\1\0\1\u0169\2\3\1\0"
375
            + "\1\3\7\0\2\3\3\0\4\3\1\342\7\3\1\u0164" + "\1\u016a\5\3\1\342\5\3\1\0\3\3\1\0\1\3"
376
            + "\7\0\2\3\3\0\16\3\1\u016b\12\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u016c\1\u016d"
377
            + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\14\3\1\u016e\14\3\1\0\3\3\1\0\1\3\7\0"
378
            + "\2\3\3\0\7\3\1\150\21\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\4\3\1\u016f\3\3\1\u0170"
379
            + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\3\3\1\u0171\5\3\1\u0172\17\3\1\0\3\3\1\0"
380
            + "\1\3\7\0\2\3\3\0\3\3\1\362\25\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u0173"
381
            + "\4\3\1\u0174\14\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\146\23\3\1\0\3\3\1\0"
382
            + "\1\3\7\0\2\3\3\0\4\3\1\357\7\3\1\u0175" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
383
            + "\5\3\1\u0176\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\1\3\1\u0177\1\3\1\u0178\25\3\1\0"
384
            + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u0179" + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
385
            + "\5\3\1\73\6\3\1\u017a\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u017b\27\3\1\0"
386
            + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\342" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
387
            + "\4\3\1\u017c\2\3\1\u017d\2\3\1\u017e\16\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u017f"
388
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\u010d\17\3\1\0\3\3\1\0\1\3\7\0"
389
            + "\2\3\3\0\14\3\1\u0180\6\3\1\u0181\5\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u0113"
390
            + "\1\77\1\u017b\20\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\11\3\1\u0182\17\3\1\0\3\3\1\0"
391
            + "\1\3\7\0\2\3\3\0\21\3\1\u0183\7\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u0184"
392
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u0185\15\3\1\0\3\3\1\0\1\3\7\0"
393
            + "\2\3\3\0\5\3\1\u0186\23\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u0187\17\3\1\0"
394
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u0188" + "\1\311\1\u0189\6\3\1\73\13\3\1\0\3\3\1\0"
395
            + "\1\3\7\0\2\3\3\0\6\3\1\u018a\22\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u018b"
396
            + "\5\3\1\u018c\1\3\1\u018d\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\13\3\1\73\15\3\1\0"
397
            + "\3\3\1\0\1\3\7\0\2\3\3\0\2\3\1\u018e" + "\26\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
398
            + "\14\3\1\u018f\14\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\45\251\1\0\5\251\13\3\1\367\15\3"
399
            + "\1\0\3\3\1\0\1\3\7\0\2\3\34\0\1\u0190" + "\17\0\1\u0190\12\0\1\253\24\0\1\254\10\0\1\254"
400
            + "\3\0\44\256\1\u0191\1\260\1\261\4\256\43\46\1\263" + "\6\46\1\0\43\46\1\0\6\46\1\264\4\3\1\u0113"
401
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\3\3\1\u0192\25\3\1\0\3\3\1\0\1\3\7\0"
402
            + "\2\3\3\0\1\3\1\332\27\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\16\3\1\u0193\12\3\1\0"
403
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0194" + "\1\3\1\u0195\15\3\1\0\3\3\1\0\1\3\7\0"
404
            + "\2\3\3\0\14\3\1\u0104\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\16\3\1\u010b\12\3\1\0"
405
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u017b" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
406
            + "\3\3\1\u0196\25\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\1\3\1\331\27\3\1\0\3\3\1\0"
407
            + "\1\3\7\0\2\3\3\0\24\3\1\u0197\4\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0198"
408
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\u013b\17\3\1\0\3\3\1\0\1\3\7\0"
409
            + "\2\3\3\0\7\3\1\u0199\21\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\4\3\1\u019a\24\3\1\0"
410
            + "\3\3\1\0\1\3\7\0\2\3\3\0\25\3\1\u019b" + "\3\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
411
            + "\7\3\1\u019c\21\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\24\3\1\73\4\3\1\0\3\3\1\0"
412
            + "\1\3\7\0\2\3\3\0\1\3\1\u019d\27\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\2\3\1\73"
413
            + "\26\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\26\3\1\u019e\2\3\1\0\3\3\1\0\1\3\7\0"
414
            + "\2\3\3\0\3\3\1\u010c\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\23\3\1\226\3\3\1\u019f"
415
            + "\1\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u0128\27\3\1\0\3\3\1\0\1\3\7\0"
416
            + "\2\3\3\0\44\320\1\321\1\322\1\323\1\u01a0\3\320"
417
            + "\44\u01a1\1\321\1\0\1\u01a1\1\0\3\u01a1\44\320\1\u01a2"
418
            + "\1\322\1\323\1\u01a0\3\320\44\u01a0\1\u01a3\1\322\1\u01a4"
419
            + "\1\324\3\u01a0\11\3\1\u01a5\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u017b\1\3\1\u01a6"
420
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\u017b\16\3\1\u0147\1\0\3\3\1\0\1\3"
421
            + "\7\0\2\3\3\0\11\3\1\u01a7\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\6\3\1\73\22\3"
422
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\21\3" + "\1\73\7\3\1\0\3\3\1\0\1\3\7\0\2\3"
423
            + "\3\0\6\3\1\u01a8\22\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\4\3\1\u01a9\24\3\1\0\3\3"
424
            + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u01aa\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\4\3"
425
            + "\1\u01ab\7\3\1\73\14\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\7\3\1\u01ac\1\3\1\73\17\3"
426
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\u01ad\23\3\1\0\3\3\1\0\1\3\7\0\2\3"
427
            + "\3\0\6\3\1\73\20\3\1\u01ae\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\11\3\1\73\17\3"
428
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\73\5\3\1\u01af\13\3\1\0\3\3\1\0\1\3"
429
            + "\7\0\2\3\3\0\10\3\1\u01b0\20\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u01b1\2\3"
430
            + "\1\u01b2\1\u0113\17\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\1\3\1\u01b3\27\3\1\0\3\3\1\0"
431
            + "\1\3\7\0\2\3\3\0\10\3\1\u01b4\20\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u01b5"
432
            + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u01b6\27\3\1\0\3\3\1\0\1\3\7\0"
433
            + "\2\3\3\0\11\3\1\u01b7\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\3\3\1\u0146\25\3\1\0"
434
            + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u01b8" + "\1\3\1\u01b9\17\3\1\0\3\3\1\0\1\3\7\0"
435
            + "\2\3\3\0\24\3\1\u0113\4\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\7\3\1\u01ba\21\3\1\0"
436
            + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u0113" + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
437
            + "\13\3\1\u01bb\1\u01bc\14\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\u01bd\2\3\1\73\2\3"
438
            + "\1\u0196\14\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\u0113\27\3\1\0\3\3\1\0\1\3"
439
            + "\7\0\2\3\3\0\16\3\1\73\1\3\1\u01be\10\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3"
440
            + "\1\u01bf\12\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\30\3\1\u01c0\1\0\3\3\1\0\1\3\7\0"
441
            + "\2\3\3\0\11\3\1\u01c1\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\14\3\1\73\14\3\1\0"
442
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u01c2" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
443
            + "\4\3\1\u010e\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\4\3\1\u0113\1\u01c3\23\3\1\0\3\3"
444
            + "\1\0\1\3\7\0\2\3\3\0\10\3\1\u01c4\20\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
445
            + "\1\u0147\7\3\1\367\15\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\u01c5\1\u01c6\2\3\1\u01c7"
446
            + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\146\24\3\1\0\3\3\1\0\1\3\7\0"
447
            + "\2\3\3\0\13\3\1\u01c8\7\3\1\u01c9\5\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u01ca"
448
            + "\2\3\1\73\22\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\u01cb\22\3\1\0\3\3\1\0"
449
            + "\1\3\7\0\2\3\3\0\11\3\1\u01a5\5\3\1\73" + "\11\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
450
            + "\3\3\1\u0170\1\3\1\303\2\3\1\u01cc\20\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u01cd"
451
            + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\10\3\1\u01ce\20\3\1\0\3\3\1\0\1\3\7\0"
452
            + "\2\3\3\0\3\3\1\u01cf\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u01d0\17\3\1\0"
453
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u01d1" + "\14\3\1\111\1\0\3\3\1\0\1\3\7\0\2\3"
454
            + "\3\0\7\3\1\u01d2\21\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\u01d3\5\3\1\77\15\3"
455
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3" + "\1\u01d4\12\3\1\0\3\3\1\0\1\3\7\0\2\3"
456
            + "\3\0\4\3\1\342\24\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\26\3\1\73\2\3\1\0\3\3"
457
            + "\1\0\1\3\7\0\2\3\3\0\12\3\1\342\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\12\3"
458
            + "\1\u01d5\16\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\6\3\1\u01d6\2\3\1\u01d7\1\u01d8\13\3\1\u01d9"
459
            + "\2\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\20\3\1\342\10\3\1\0\3\3\1\0\1\3\7\0"
460
            + "\2\3\3\0\11\3\1\u01da\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\73\23\3\1\0"
461
            + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u01db" + "\5\3\1\u01dc\10\3\1\0\3\3\1\0\1\3\7\0"
462
            + "\2\3\3\0\1\3\1\u01dd\23\3\1\73\3\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\15\3\1\u0181"
463
            + "\13\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\20\3\1\u0164\10\3\1\0\3\3\1\0\1\3\7\0"
464
            + "\2\3\3\0\11\3\1\u0173\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\u01de\23\3\1\0"
465
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0113" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
466
            + "\4\3\1\u01df\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\64\14\3\1\0\3\3\1\0"
467
            + "\1\3\7\0\2\3\3\0\13\3\1\u0173\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u01e0"
468
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\14\3\1\u01e1\14\3\1\0\3\3\1\0\1\3\7\0"
469
            + "\2\3\3\0\3\3\1\u01e2\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\3\3\1\367\25\3\1\0"
470
            + "\1\3\1\u01e3\1\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u01e4\7\3\1\357\17\3\1\0\3\3\1\0"
471
            + "\1\3\7\0\2\3\3\0\14\3\1\u01e5\14\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u0185"
472
            + "\27\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\121\27\3\1\0\3\3\1\0\1\3\7\0"
473
            + "\2\3\3\0\3\3\1\u0116\1\u01e6\24\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\31\3\1\u01e7\3\3"
474
            + "\1\0\1\3\7\0\2\3\3\0\4\3\1\332\24\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\4\3"
475
            + "\1\u01e8\4\3\1\u01e9\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\12\3\1\u01ea\16\3\1\0\3\3"
476
            + "\1\0\1\3\7\0\2\3\3\0\7\3\1\u01eb\1\3" + "\1\u01ec\17\3\1\0\3\3\1\0\1\3\7\0\2\3"
477
            + "\3\0\6\3\1\u01ed\22\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\7\3\1\u015b\21\3\1\0\3\3"
478
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u01ee\27\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\15\3"
479
            + "\1\u01ef\13\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\u01f0\27\3\1\0\3\3\1\0\1\3"
480
            + "\7\0\2\3\3\0\5\3\1\73\3\3\1\73\1\u01f1" + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
481
            + "\7\3\1\u01f2\21\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\24\3\1\342\4\3\1\0\3\3\1\0"
482
            + "\1\3\7\0\2\3\3\0\7\3\1\u01f3\21\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u0173"
483
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u01f4\24\3\1\0\3\3\1\0\1\3\7\0"
484
            + "\2\3\3\0\7\3\1\u01f5\1\u01f6\20\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\14\3\1\u0113\14\3"
485
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\u01f7\1\u01f8\5\3\1\u01f9\1\u01fa\5\3\1\u01fb\5\3"
486
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3" + "\1\u01fc\11\3\1\u01fd\1\0\3\3\1\0\1\3\7\0"
487
            + "\2\3\3\0\6\3\1\331\22\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u01fe\27\3\1\0"
488
            + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u01ff" + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
489
            + "\2\3\1\73\3\3\1\342\22\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\6\3\1\62\22\3\1\0"
490
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u0200" + "\1\3\1\u0201\22\3\1\0\3\3\1\0\1\3\7\0"
491
            + "\2\3\3\0\4\3\1\u0202\6\3\1\367\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u0203"
492
            + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0124\24\3\1\0\3\3\1\0\1\3\7\0"
493
            + "\2\3\3\0\7\3\1\u0204\21\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\10\3\1\u01cf\20\3\1\0"
494
            + "\3\3\1\0\1\3\7\0\2\3\3\0\25\3\1\342" + "\3\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
495
            + "\10\3\1\u0113\20\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\73\5\3\1\u0205\17\3\1\0"
496
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u0206" + "\3\3\1\u0207\17\3\1\0\3\3\1\0\1\3\7\0"
497
            + "\2\3\3\0\4\3\1\u0208\24\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\u0209\23\3\1\0"
498
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u020a" + "\1\3\1\u020b\15\3\1\0\3\3\1\0\1\3\7\0"
499
            + "\2\3\3\0\13\3\1\u020a\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\3\3\1\u020c\25\3\1\0"
500
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u020d" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
501
            + "\14\3\1\u020e\14\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\11\3\1\u020f\17\3\1\0\3\3\1\0"
502
            + "\1\3\7\0\2\3\3\0\7\3\1\u0210\21\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u01da"
503
            + "\2\3\1\u0211\15\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\11\3\1\u01af\17\3\1\0\3\3\1\0"
504
            + "\1\3\7\0\2\3\3\0\13\3\1\u0212\1\u0145\7\3" + "\1\u0181\4\3\1\0\3\3\1\0\1\3\7\0\2\3"
505
            + "\3\0\4\3\1\u0213\24\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\7\3\1\u0214\21\3\1\0\3\3"
506
            + "\1\0\1\3\7\0\2\3\3\0\2\3\1\277\6\3" + "\1\u0215\17\3\1\0\3\3\1\0\1\3\7\0\2\3"
507
            + "\3\0\1\3\1\u0216\7\3\1\u0217\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\2\3\1\111\26\3"
508
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\252\27\3\1\0\3\3\1\0\1\3\7\0\2\3"
509
            + "\3\0\30\3\1\73\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\7\3\1\u0218\21\3\1\0\3\3\1\0"
510
            + "\1\3\7\0\2\3\3\0\11\3\1\u01ca\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0219"
511
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\5\3\1\u021a\4\3\1\u021b\16\3\1\0\3\3\1\0"
512
            + "\1\3\7\0\2\3\3\0\11\3\1\u0185\1\3\1\u021c" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
513
            + "\7\3\1\u021d\3\3\1\u021e\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u021f\7\3\1\u0220"
514
            + "\1\3\1\u0221\15\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\311\23\3\1\0\3\3\1\0"
515
            + "\1\3\7\0\2\3\3\0\20\3\1\u0222\10\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u0223"
516
            + "\4\3\1\u0224\15\3\1\u0225\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\u0226\23\3\1\0\3\3"
517
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u0227\27\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\23\3"
518
            + "\1\u0228\5\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\10\3\1\111\1\73\1\3\1\u0229\15\3\1\0"
519
            + "\3\3\1\0\1\3\7\0\2\3\3\0\30\3\1\331" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\24\3"
520
            + "\1\u022a\4\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\6\3\1\u022b\22\3\1\0\3\3\1\0\1\3"
521
            + "\7\0\2\3\3\0\10\3\1\u0185\12\3\1\u0228\5\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3"
522
            + "\1\u022c\3\3\1\u022d\1\342\13\3\1\u022e\2\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\77"
523
            + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\16\3\1\73\12\3\1\0\3\3\1\0\1\3\7\0"
524
            + "\2\3\3\0\11\3\1\u022f\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\7\3\1\73\21\3\1\0"
525
            + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u0230" + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
526
            + "\1\3\1\u0173\27\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\73\25\3\1\0\3\3\1\0"
527
            + "\1\3\7\0\2\3\3\0\14\3\1\u0231\14\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u0232"
528
            + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\2\3\1\u0175\26\3\1\0\3\3\1\0\1\3\7\0"
529
            + "\2\3\3\0\11\3\1\u0233\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\4\3\1\73\24\3\1\0"
530
            + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u0234" + "\1\u0235\5\3\1\u0181\7\3\1\0\3\3\1\0\1\3"
531
            + "\7\0\2\3\3\0\10\3\1\u0154\2\3\1\77\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\10\3"
532
            + "\1\u0236\20\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\2\3\1\u0237\3\3\1\303\22\3\1\0\3\3"
533
            + "\1\0\1\3\7\0\2\3\3\0\15\3\1\u0238\13\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
534
            + "\1\u011c\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\4\3\1\u0239\24\3\1\0\3\3\1\0\1\3"
535
            + "\7\0\2\3\3\0\27\3\1\u023a\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\25\3\1\73\3\3"
536
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\342\23\3\1\0\3\3\1\0\1\3\7\0\2\3"
537
            + "\3\0\24\3\1\u023b\4\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\4\3\1\342\7\3\1\u023c\14\3"
538
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\u023d\3\3\1\u023e\23\3\1\0\3\3\1\0\1\3"
539
            + "\7\0\2\3\3\0\6\3\1\u023f\3\3\1\u0175\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3"
540
            + "\1\u0240\5\3\1\u0230\15\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\12\3\1\u0241\16\3\1\0\3\3"
541
            + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u0242\2\3" + "\1\u0243\3\3\1\u0244\4\3\1\u014d\10\3\1\u021d\1\0"
542
            + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u017b" + "\12\3\1\317\4\3\1\u0245\5\3\1\0\3\3\1\0"
543
            + "\1\3\7\0\2\3\3\0\7\3\1\u0193\21\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\15\3\1\u0246"
544
            + "\13\3\1\0\3\3\1\0\1\3\7\0\2\3\41\0" + "\1\u0247\10\0\1\u0247\3\0\7\3\1\u0248\21\3\1\0"
545
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0249" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
546
            + "\4\3\1\u0230\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\20\3\1\u024a\10\3\1\0\3\3\1\0"
547
            + "\1\3\7\0\2\3\3\0\12\3\1\u0124\16\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u024b"
548
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\3\3\1\367\25\3\1\0\3\3\1\0\1\3\7\0"
549
            + "\2\3\3\0\21\3\1\u024c\7\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u024d\17\3\1\0"
550
            + "\3\3\1\0\1\3\7\0\2\3\3\0\26\3\1\u022e" + "\2\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
551
            + "\11\3\1\u024e\17\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\15\3\1\u0164\13\3\1\0\3\3\1\0"
552
            + "\1\3\7\0\2\3\3\0\11\3\1\u01de\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u024f"
553
            + "\21\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\44\u01a0\1\0\1\322\1\u01a4\51\u01a0\1\322\1\u01a4\4\u01a0"
554
            + "\12\3\1\u0113\16\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\u0250\14\3\1\0\3\3\1\0"
555
            + "\1\3\7\0\2\3\3\0\5\3\1\u0251\23\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0113"
556
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0252\2\3\1\u0253\21\3\1\0\3\3\1\0"
557
            + "\1\3\7\0\2\3\3\0\3\3\1\u0254\25\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u0255"
558
            + "\27\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\2\3\1\u0256\5\3\1\u015c\20\3\1\0\3\3\1\0"
559
            + "\1\3\7\0\2\3\3\0\13\3\1\u0257\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u0258"
560
            + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0259\24\3\1\0\3\3\1\0\1\3\7\0"
561
            + "\2\3\3\0\4\3\1\u025a\24\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\7\3\1\u0113\21\3\1\0"
562
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u025b" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
563
            + "\4\3\1\u025c\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\15\3\1\u025d\13\3\1\0\3\3\1\0"
564
            + "\1\3\7\0\2\3\3\0\16\3\1\342\12\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u025e"
565
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u010e\27\3\1\0\3\3\1\0\1\3\7\0"
566
            + "\2\3\3\0\1\3\1\u025f\27\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u0260\17\3\1\0"
567
            + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u0181" + "\21\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
568
            + "\6\3\1\u0261\22\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\u0262\23\3\1\0\3\3\1\0"
569
            + "\1\3\7\0\2\3\3\0\20\3\1\u0263\10\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0264"
570
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\3\3\1\u0265\3\3\1\u0124\21\3\1\0\3\3\1\0"
571
            + "\1\3\7\0\2\3\3\0\6\3\1\u0266\13\3\1\u0267" + "\6\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
572
            + "\30\3\1\u0268\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\11\3\1\u0269\1\3\1\u026a\15\3\1\0\3\3"
573
            + "\1\0\1\3\7\0\2\3\3\0\12\3\1\u026b\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3"
574
            + "\1\u026c\23\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\357\15\3\1\0\3\3\1\0\1\3"
575
            + "\7\0\2\3\3\0\7\3\1\u026d\21\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u026e\27\3"
576
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3" + "\1\u026f\17\3\1\0\3\3\1\0\1\3\7\0\2\3"
577
            + "\3\0\17\3\1\73\11\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\13\3\1\u0270\15\3\1\0\3\3"
578
            + "\1\0\1\3\7\0\2\3\3\0\4\3\1\u0271\24\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
579
            + "\1\u01b3\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\11\3\1\u0272\17\3\1\0\3\3\1\0\1\3"
580
            + "\7\0\2\3\3\0\7\3\1\u0173\21\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\16\3\1\u0273\12\3"
581
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\226\21\3\1\0\3\3\1\0\1\3\7\0\2\3"
582
            + "\3\0\7\3\1\u0274\21\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\u0275\17\3\1\0\3\3"
583
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u0276\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
584
            + "\1\u0277\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0124\23\3\1\0\3\3\1\0\1\3"
585
            + "\7\0\2\3\3\0\4\3\1\u0278\24\3\1\0\1\u0279" + "\2\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u027a"
586
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u027b\27\3\1\0\3\3\1\0\1\3\7\0"
587
            + "\2\3\3\0\4\3\1\u0175\24\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\3\3\1\u027c\25\3\1\0"
588
            + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u027d" + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
589
            + "\5\3\1\u027e\1\3\1\u027f\21\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\367\17\3\1\0"
590
            + "\3\3\1\0\1\3\7\0\2\3\3\0\27\3\1\u0280" + "\1\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
591
            + "\6\3\1\u0119\22\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\12\3\1\u0281\16\3\1\0\3\3\1\0"
592
            + "\1\3\7\0\2\3\3\0\16\3\1\u0282\12\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\342"
593
            + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\16\3\1\u0262\12\3\1\0\3\3\1\0\1\3\7\0"
594
            + "\2\3\3\0\3\3\1\u0283\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\21\3\1\u0284\7\3\1\0"
595
            + "\3\3\1\0\1\3\7\0\2\3\14\0\1\u0285\41\0" + "\1\3\1\u01a5\27\3\1\0\3\3\1\0\1\3\7\0"
596
            + "\2\3\3\0\4\3\1\u0286\24\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\10\3\1\u0185\20\3\1\0"
597
            + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u025c" + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
598
            + "\30\3\1\u0287\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0288\23\3\1\0\3\3\1\0\1\3"
599
            + "\7\0\2\3\3\0\7\3\1\331\21\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u01a6\15\3"
600
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\u0289\21\3\1\0\3\3\1\0\1\3\7\0\2\3"
601
            + "\3\0\1\3\1\u028a\27\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\77\17\3\1\0\3\3"
602
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u028b\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3"
603
            + "\1\u028c\17\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\u028d\27\3\1\0\3\3\1\0\1\3"
604
            + "\7\0\2\3\3\0\16\3\1\u028e\12\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u028f\11\3"
605
            + "\1\u0290\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0291\23\3\1\0\3\3\1\0\1\3"
606
            + "\7\0\2\3\3\0\11\3\1\u0292\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0293\15\3"
607
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3" + "\1\270\17\3\1\0\3\3\1\0\1\3\7\0\2\3"
608
            + "\3\0\1\3\1\u0294\7\3\1\u0138\1\3\1\u0295\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3"
609
            + "\1\u0296\21\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0297\23\3\1\0\3\3\1\0\1\3"
610
            + "\7\0\2\3\3\0\6\3\1\u0298\22\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u0299\17\3"
611
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3" + "\1\u029a\25\3\1\0\3\3\1\0\1\3\7\0\2\3"
612
            + "\3\0\1\3\1\u029b\25\3\1\u019f\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\25\3\1\u029c\3\3"
613
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\u0230\27\3\1\0\3\3\1\0\1\3\7\0\2\3"
614
            + "\3\0\4\3\1\u029d\13\3\1\277\10\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u029e\7\3"
615
            + "\1\u029f\17\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\4\3\1\u0113\7\3\1\u0104\14\3\1\0\3\3"
616
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u02a0\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
617
            + "\1\u02a1\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\31\3\1\0\1\73\2\3\1\0\1\3\7\0"
618
            + "\2\3\3\0\12\3\1\u02a2\16\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\25\3\1\277\3\3\1\0"
619
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u02a3" + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
620
            + "\5\3\1\u0271\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\15\3\1\u02a4\13\3\1\0\3\3\1\0"
621
            + "\1\3\7\0\2\3\3\0\11\3\1\u02a5\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u0286"
622
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\17\3\1\332\11\3\1\0\3\3\1\0\1\3\7\0"
623
            + "\2\3\3\0\11\3\1\u02a6\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u015a\11\3\1\u01ca"
624
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0193\24\3\1\0\3\3\1\0\1\3\7\0"
625
            + "\2\3\3\0\2\3\1\u02a7\26\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\u02a8\23\3\1\0"
626
            + "\3\3\1\0\1\3\7\0\2\3\3\0\7\3\1\u02a9" + "\21\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
627
            + "\4\3\1\u02aa\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\4\3\1\u02ab\24\3\1\0\3\3\1\0"
628
            + "\1\3\7\0\2\3\3\0\4\3\1\u02ac\24\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\16\3\1\u02ad"
629
            + "\12\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u010c\27\3\1\0\3\3\1\0\1\3\7\0"
630
            + "\2\3\3\0\16\3\1\u0175\12\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\10\3\1\u01b2\20\3\1\0"
631
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u02ae" + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
632
            + "\14\3\1\u02af\14\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\u02b0\14\3\1\0\3\3\1\0"
633
            + "\1\3\7\0\2\3\3\0\13\3\1\u02b1\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u02b2"
634
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\220\27\3\1\0\3\3\1\0\1\3\7\0"
635
            + "\2\3\3\0\13\3\1\u02b3\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\16\3\1\u02b4\12\3\1\0"
636
            + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u02b5" + "\27\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
637
            + "\17\3\1\u02b6\11\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\77\25\3\1\0\3\3\1\0"
638
            + "\1\3\7\0\2\3\3\0\1\3\1\u02b7\27\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u024e"
639
            + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u02b8\15\3\1\0\3\3\1\0\1\3\7\0"
640
            + "\2\3\3\0\1\3\1\u02b9\27\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\22\3\1\342\6\3\1\0"
641
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\303" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
642
            + "\5\3\1\u01f2\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\30\3\1\u02ba\1\0\3\3\1\0\1\3"
643
            + "\7\0\2\3\3\0\4\3\1\u02bb\24\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\24\3\1\226\4\3"
644
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3" + "\1\u015a\27\3\1\0\3\3\1\0\1\3\7\0\2\3"
645
            + "\3\0\10\3\1\u0171\20\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\3\3\1\150\25\3\1\0\3\3"
646
            + "\1\0\1\3\7\0\2\3\3\0\7\3\1\277\21\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
647
            + "\1\u02bc\27\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u02bd\10\3\1\u02be\12\3\1\0\3\3"
648
            + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u0147\25\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3"
649
            + "\1\u02bf\17\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\16\3\1\u02c0\12\3\1\0\3\3\1\0\1\3"
650
            + "\7\0\2\3\3\0\13\3\1\u0175\15\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\26\3\1\u02c1\2\3"
651
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\17\3" + "\1\u014d\11\3\1\0\3\3\1\0\1\3\7\0\2\3"
652
            + "\3\0\11\3\1\u02c2\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\4\3\1\u02c3\24\3\1\0\3\3"
653
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u02c4\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
654
            + "\1\u02c5\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u02c6\15\3\1\0\3\3\1\0\1\3"
655
            + "\7\0\2\3\3\0\1\3\1\u0138\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\12\3\1\73\16\3"
656
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3" + "\1\u02a0\14\3\1\0\3\3\1\0\1\3\7\0\2\3"
657
            + "\3\0\4\3\1\u02c7\24\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\342\13\3\1\342\6\3"
658
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\20\3" + "\1\u0124\10\3\1\0\3\3\1\0\1\3\7\0\2\3"
659
            + "\3\0\1\3\1\367\27\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\u02c8\17\3\1\0\3\3"
660
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u02c9\27\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\27\3"
661
            + "\1\u019f\1\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u0116\15\3\1\0\3\3\1\0\1\3"
662
            + "\7\0\2\3\3\0\1\3\1\u02ca\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\14\3\1\u01af\14\3"
663
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\u027e\23\3\1\0\3\3\1\0\1\3\7\0\2\3"
664
            + "\3\0\1\3\1\u02cb\27\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\14\3\1\u02cc\14\3\1\0\3\3"
665
            + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u02cd\25\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3"
666
            + "\1\u02ce\14\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u01a5\15\3\1\0\3\3\1\0\1\3"
667
            + "\7\0\2\3\3\0\13\3\1\u02cf\15\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\6\3\1\u025b\22\3"
668
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3" + "\1\u020a\17\3\1\0\3\3\1\0\1\3\7\0\2\3"
669
            + "\3\0\11\3\1\u02d0\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\u0235\23\3\1\0\3\3"
670
            + "\1\0\1\3\7\0\2\3\3\0\27\3\1\u02d1\1\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
671
            + "\1\u02d2\5\3\1\u02d3\7\3\1\u02d4\11\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u02d5\17\3"
672
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3" + "\1\u0124\14\3\1\0\3\3\1\0\1\3\7\0\2\3"
673
            + "\3\0\4\3\1\317\24\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\u02d6\23\3\1\0\3\3"
674
            + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u02d7\25\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
675
            + "\1\u0274\25\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\16\3\1\u02d8\12\3\1\0\3\3\1\0\1\3"
676
            + "\7\0\2\3\3\0\6\3\1\u02d9\3\3\1\73\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3"
677
            + "\1\u02da\23\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\4\3\1\u0181\24\3\1\0\3\3\1\0\1\3"
678
            + "\7\0\2\3\3\0\1\3\1\u02db\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\7\3\1\u02dc\21\3"
679
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\4\3" + "\1\u02dd\24\3\1\0\3\3\1\0\1\3\7\0\2\3"
680
            + "\3\0\3\3\1\u02de\25\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\13\3\1\u02df\15\3\1\0\3\3"
681
            + "\1\0\1\3\7\0\2\3\3\0\14\3\1\u010e\14\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
682
            + "\1\u0260\27\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u0138\15\3\1\0\3\3\1\0\1\3"
683
            + "\7\0\2\3\3\0\16\3\1\u02e0\12\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u0215\23\3"
684
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\17\3" + "\1\u02e1\11\3\1\0\3\3\1\0\1\3\7\0\2\3"
685
            + "\3\0\4\3\1\u02e2\24\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\12\3\1\u02e3\16\3\1\0\3\3"
686
            + "\1\0\1\3\7\0\2\3\3\0\15\3\1\342\13\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\4\3"
687
            + "\1\u02e4\24\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\16\3\1\u02e5\12\3\1\0\3\3\1\0\1\3"
688
            + "\7\0\2\3\3\0\1\3\1\u0111\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u017b\7\3"
689
            + "\1\u0198\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u02e6\23\3\1\0\3\3\1\0\1\3"
690
            + "\7\0\2\3\3\0\15\3\1\u02e7\13\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\4\3\1\u01e6\24\3"
691
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3" + "\1\u02e8\12\3\1\0\3\3\1\0\1\3\7\0\2\3"
692
            + "\3\0\26\3\1\367\2\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\30\3\1\u01bd\1\0\3\3\1\0"
693
            + "\1\3\7\0\2\3\35\0\1\u02e9\20\0\14\3\1\u0175" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
694
            + "\5\3\1\u02ea\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\73\4\3\1\u011c\15\3\1\0"
695
            + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\u02eb" + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
696
            + "\15\3\1\u02ec\13\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\u010e\22\3\1\0\3\3\1\0"
697
            + "\1\3\7\0\2\3\3\0\6\3\1\u02ed\22\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u02ee"
698
            + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\14\3\1\u0260\14\3\1\0\3\3\1\0\1\3\7\0"
699
            + "\2\3\3\0\13\3\1\u02ef\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\14\3\1\u01e3\14\3\1\0"
700
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u02f0" + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
701
            + "\12\3\1\u02f1\16\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\5\3\1\u02f2\23\3\1\0\3\3\1\0"
702
            + "\1\3\7\0\2\3\3\0\14\3\1\u02f3\14\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u02f4"
703
            + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\u0230\17\3\1\0\3\3\1\0\1\3\7\0"
704
            + "\2\3\3\0\11\3\1\u02f5\17\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\27\3\1\u02f6\1\3\1\0"
705
            + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u02f7" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
706
            + "\4\3\1\u0260\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\12\3\1\u02f8\16\3\1\0\3\3\1\0"
707
            + "\1\3\7\0\2\3\3\0\11\3\1\77\16\3\1\u0268" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\6\3"
708
            + "\1\325\14\3\1\u0175\5\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\14\3\1\u02f9\14\3\1\0\3\3"
709
            + "\1\0\1\3\7\0\2\3\3\0\1\3\1\77\27\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\1\3"
710
            + "\1\u02fa\27\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\u02fb\27\3\1\0\3\3\1\0\1\3"
711
            + "\7\0\2\3\3\0\13\3\1\u02fc\15\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0124\15\3"
712
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3" + "\1\u02fd\12\3\1\0\3\3\1\0\1\3\7\0\2\3"
713
            + "\3\0\1\3\1\u02fe\27\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\1\3\1\150\27\3\1\0\3\3"
714
            + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u02ff\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\16\3"
715
            + "\1\u0300\12\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\3\3\1\332\4\3\1\u0301\20\3\1\0\3\3"
716
            + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0302\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\13\3"
717
            + "\1\u0303\15\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\4\3\1\u0304\24\3\1\0\3\3\1\0\1\3"
718
            + "\7\0\2\3\3\0\11\3\1\u0305\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\3\3\1\u0306\25\3"
719
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3" + "\1\u01a5\14\3\1\0\3\3\1\0\1\3\7\0\2\3"
720
            + "\3\0\14\3\1\u0307\14\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\3\3\1\u0308\25\3\1\0\3\3"
721
            + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0309\15\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3"
722
            + "\1\u01e3\21\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u030a\5\3\1\73\7\3\1\0\3\3"
723
            + "\1\0\1\3\7\0\2\3\3\0\20\3\1\u030b\10\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\20\3"
724
            + "\1\367\10\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\4\3\1\77\24\3\1\0\3\3\1\0\1\3"
725
            + "\7\0\2\3\3\0\1\3\1\u030c\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\4\3\1\u030d\24\3"
726
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\21\3" + "\1\121\7\3\1\0\3\3\1\0\1\3\7\0\2\3"
727
            + "\3\0\11\3\1\u030e\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\23\3\1\277\5\3\1\0\3\3"
728
            + "\1\0\1\3\7\0\2\3\3\0\11\3\1\u030f\17\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
729
            + "\1\u02b9\25\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\15\3\1\u0310\13\3\1\0\3\3\1\0\1\3"
730
            + "\7\0\2\3\3\0\15\3\1\277\13\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\4\3\1\u02cf\24\3"
731
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\6\3" + "\1\303\22\3\1\0\3\3\1\0\1\3\7\0\2\3"
732
            + "\3\0\7\3\1\u0311\21\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\13\3\1\u0312\15\3\1\0\3\3"
733
            + "\1\0\1\3\7\0\2\3\3\0\14\3\1\u0117\14\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3"
734
            + "\1\u0271\21\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\21\3\1\73\6\3\1\331\1\0\3\3\1\0"
735
            + "\1\3\7\0\2\3\3\0\12\3\1\u0184\16\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0313"
736
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\10\3\1\u0138\20\3\1\0\3\3\1\0\1\3\7\0"
737
            + "\2\3\3\0\6\3\1\73\2\3\1\u0314\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\23\3\1\342"
738
            + "\5\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\14\3\1\u0315\14\3\1\0\3\3\1\0\1\3\7\0"
739
            + "\2\3\3\0\14\3\1\351\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\12\3\1\u0316\16\3\1\0"
740
            + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u0317" + "\27\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
741
            + "\3\3\1\u0318\25\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\4\3\1\u0313\24\3\1\0\3\3\1\0"
742
            + "\1\3\7\0\2\3\3\0\1\3\1\u0319\27\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u031a"
743
            + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\u0138\17\3\1\0\3\3\1\0\1\3\7\0"
744
            + "\2\3\3\0\5\3\1\u031b\23\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\10\3\1\u010c\20\3\1\0"
745
            + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\u031c" + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
746
            + "\13\3\1\u031d\15\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\u02e0\14\3\1\0\3\3\1\0"
747
            + "\1\3\7\0\2\3\3\0\5\3\1\332\23\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\27\3\1\u031e"
748
            + "\1\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u031f\15\3\1\0\3\3\1\0\1\3\7\0"
749
            + "\2\3\3\0\3\3\1\u017b\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u0320\17\3\1\0"
750
            + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u0181" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
751
            + "\30\3\1\u0321\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u0322\15\3\1\0\3\3\1\0\1\3"
752
            + "\7\0\2\3\3\0\11\3\1\u0323\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0324\15\3"
753
            + "\1\0\3\3\1\0\1\3\7\0\2\3\14\0\1\u0325" + "\41\0\20\3\1\u0260\10\3\1\0\3\3\1\0\1\3"
754
            + "\7\0\2\3\3\0\11\3\1\u0326\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\30\3\1\u0327\1\0"
755
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\73" + "\1\3\1\u0328\15\3\1\0\3\3\1\0\1\3\7\0"
756
            + "\2\3\3\0\14\3\1\331\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\1\3\1\u0329\6\3\1\u0301"
757
            + "\20\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\5\3\1\u032a\23\3\1\0\3\3\1\0\1\3\7\0"
758
            + "\2\3\3\0\13\3\1\u032b\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\15\3\1\u032c\13\3\1\0"
759
            + "\3\3\1\0\1\3\7\0\2\3\3\0\10\3\1\u032d" + "\4\3\1\313\13\3\1\0\3\3\1\0\1\3\7\0"
760
            + "\2\3\3\0\3\3\1\u032e\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\u032f\23\3\1\0"
761
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u0330" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
762
            + "\5\3\1\u0331\4\3\1\342\16\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\7\3\1\u0332\21\3\1\0"
763
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u02e2" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
764
            + "\5\3\1\331\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\11\3\1\u0333\17\3\1\0\3\3\1\0"
765
            + "\1\3\7\0\2\3\3\0\5\3\1\u0334\23\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\16\3\1\u0335"
766
            + "\12\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u0336\15\3\1\0\3\3\1\0\1\3\7\0"
767
            + "\2\3\3\0\12\3\1\u02fb\16\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\2\3\1\342\25\3\1\u02fb"
768
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3" + "\1\u0337\23\3\1\0\3\3\1\0\1\3\7\0\2\3"
769
            + "\3\0\1\3\1\u015a\7\3\1\77\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\4\3\1\73\10\3"
770
            + "\1\73\13\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\6\3\1\u02d9\22\3\1\0\3\3\1\0\1\3"
771
            + "\7\0\2\3\3\0\14\3\1\325\14\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\14\3\1\317\14\3"
772
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\12\3" + "\1\u0338\16\3\1\0\3\3\1\0\1\3\7\0\2\3"
773
            + "\3\0\11\3\1\331\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\u0339\17\3\1\0\3\3"
774
            + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u0262\1\3" + "\1\73\21\3\1\0\3\3\1\0\1\3\7\0\2\3"
775
            + "\3\0\12\3\1\u033a\16\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\16\3\1\u033b\12\3\1\0\3\3"
776
            + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u033c\23\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\10\3"
777
            + "\1\u033d\20\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\11\3\1\u033e\17\3\1\0\3\3\1\0\1\3"
778
            + "\7\0\2\3\3\0\22\3\1\u0204\6\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\27\3\1\u033f\1\3"
779
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\15\3" + "\1\u0340\13\3\1\0\3\3\1\0\1\3\7\0\2\3"
780
            + "\3\0\12\3\1\u0341\16\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\5\3\1\u0342\23\3\1\0\3\3"
781
            + "\1\0\1\3\7\0\2\3\3\0\5\3\1\u0343\23\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\4\3"
782
            + "\1\u0344\24\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\16\3\1\u015c\12\3\1\0\3\3\1\0\1\3"
783
            + "\7\0\2\3\3\0\11\3\1\u0345\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0346\15\3"
784
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\6\3" + "\1\u0347\22\3\1\0\3\3\1\0\1\3\7\0\2\3"
785
            + "\3\0\22\3\1\u0235\6\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\10\3\1\u032d\20\3\1\0\3\3"
786
            + "\1\0\1\3\7\0\2\3\3\0\12\3\1\u0348\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\30\3"
787
            + "\1\u0230\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u0238\15\3\1\0\3\3\1\0\1\3\7\0"
788
            + "\2\3\3\0\16\3\1\u0349\12\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\17\3\1\u034a\11\3\1\0"
789
            + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u01bd" + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\15\0"
790
            + "\1\u034b\40\0\3\3\1\u034c\25\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\3\3\1\u034d\25\3\1\0"
791
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u034e" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
792
            + "\13\3\1\u034f\15\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\u0350\25\3\1\0\3\3\1\0"
793
            + "\1\3\7\0\2\3\3\0\27\3\1\u0351\1\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\6\3\1\277"
794
            + "\22\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0352\24\3\1\0\3\3\1\0\1\3\7\0"
795
            + "\2\3\3\0\27\3\1\u0353\1\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u0354\17\3\1\0"
796
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0235" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
797
            + "\7\3\1\332\3\3\1\u0355\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\14\3\1\u0356\14\3\1\0"
798
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0357" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
799
            + "\11\3\1\u0358\17\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\u0359\14\3\1\0\3\3\1\0"
800
            + "\1\3\7\0\2\3\3\0\11\3\1\u035a\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\27\3\1\u035b"
801
            + "\1\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\24\3\1\332\4\3\1\0\3\3\1\0\1\3\7\0"
802
            + "\2\3\3\0\2\3\1\277\26\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\11\3\1\u035c\17\3\1\0"
803
            + "\3\3\1\0\1\3\7\0\2\3\3\0\4\3\1\u035d" + "\24\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
804
            + "\20\3\1\u030a\10\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\u035e\3\3\1\u035f\1\3\1\351"
805
            + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\27\3\1\u0360\1\3\1\0\3\3\1\0\1\3\7\0"
806
            + "\2\3\3\0\11\3\1\331\1\3\1\u011c\15\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0361"
807
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\11\3\1\73\1\3\1\u0198\15\3\1\0\3\3\1\0"
808
            + "\1\3\7\0\2\3\3\0\16\3\1\u01af\12\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\27\3\1\u0362"
809
            + "\1\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\12\3\1\331\16\3\1\0\3\3\1\0\1\3\7\0"
810
            + "\2\3\3\0\5\3\1\u02bd\21\3\1\u02d1\1\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u0363"
811
            + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u0364\15\3\1\0\3\3\1\0\1\3\7\0"
812
            + "\2\3\3\0\14\3\1\u0116\14\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\14\3\1\u0313\14\3\1\0"
813
            + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u0365" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
814
            + "\3\3\1\u028e\25\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\14\3\1\u0366\14\3\1\0\3\3\1\0"
815
            + "\1\3\7\0\2\3\3\0\17\3\1\u0367\11\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u0368"
816
            + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0369\1\u02e6\2\3\1\u032d\4\3\1\u0124\12\3"
817
            + "\1\u036a\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u036b\24\3\1\0\3\3\1\0\1\3\7\0"
818
            + "\2\3\3\0\5\3\1\u0204\23\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\27\3\1\u036c\1\3\1\0"
819
            + "\3\3\1\0\1\3\7\0\2\3\3\0\13\3\1\u036d" + "\15\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
820
            + "\4\3\1\u01af\24\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\3\3\1\u036e\1\3\1\u036f\1\3\1\u024f"
821
            + "\21\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u0370\24\3\1\0\3\3\1\0\1\3\7\0"
822
            + "\2\3\3\0\1\3\1\u0173\7\3\1\73\17\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u0371"
823
            + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\1\3\1\u0372\27\3\1\0\3\3\1\0\1\3\7\0"
824
            + "\2\3\3\0\3\3\1\u036e\2\3\1\u0373\1\u024f\21\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3"
825
            + "\1\u0374\25\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\16\3\1\u0375\5\3\1\u0376\4\3\1\0\3\3"
826
            + "\1\0\1\3\7\0\2\3\3\0\6\3\1\u0266\22\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3"
827
            + "\1\u0377\14\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0378\23\3\1\0\3\3\1\0\1\3"
828
            + "\7\0\2\3\3\0\27\3\1\u0379\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\10\3\1\u037a\20\3"
829
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\20\3" + "\1\252\10\3\1\0\3\3\1\0\1\3\7\0\2\3"
830
            + "\3\0\3\3\1\111\25\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\1\3\1\u0164\27\3\1\0\3\3"
831
            + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0306\13\3" + "\1\u037b\1\3\1\0\3\3\1\0\1\3\7\0\2\3"
832
            + "\3\0\13\3\1\u037c\15\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\u037d\22\3\1\0\3\3"
833
            + "\1\0\1\3\7\0\2\3\3\0\12\3\1\101\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3"
834
            + "\1\u037e\17\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\6\3\1\73\20\3\1\u037f\1\3\1\0\3\3"
835
            + "\1\0\1\3\7\0\2\3\3\0\24\3\1\u0380\4\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\5\3"
836
            + "\1\u0381\23\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\31\3\1\0\1\3\1\u0382\1\3\1\0\1\3"
837
            + "\7\0\2\3\3\0\14\3\1\u0383\14\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\13\3\1\u0384\15\3"
838
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3" + "\1\u0385\25\3\1\0\3\3\1\0\1\3\7\0\2\3"
839
            + "\3\0\11\3\1\u0386\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\73\20\3\1\u033f\1\3"
840
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3" + "\1\u0387\14\3\1\0\3\3\1\0\1\3\7\0\2\3"
841
            + "\3\0\14\3\1\u0388\14\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\6\3\1\u0389\1\u024f\21\3\1\0"
842
            + "\3\3\1\0\1\3\7\0\2\3\3\0\14\3\1\u038a" + "\14\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
843
            + "\5\3\1\u0193\23\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\31\3\1\0\1\u0113\2\3\1\0\1\3"
844
            + "\7\0\2\3\3\0\3\3\1\u038b\2\3\1\u038c\5\3" + "\1\351\1\3\1\u01d8\12\3\1\0\3\3\1\0\1\3"
845
            + "\7\0\2\3\3\0\11\3\1\u038d\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\1\3\1\u038e\27\3"
846
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\u038f\21\3\1\0\3\3\1\0\1\3\7\0\2\3"
847
            + "\3\0\6\3\1\u0390\20\3\1\u0391\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\14\3\1\u0248\14\3"
848
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\10\3" + "\1\u017b\20\3\1\0\3\3\1\0\1\3\7\0\2\3"
849
            + "\3\0\15\3\1\u0392\13\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\10\3\1\u030e\20\3\1\0\3\3"
850
            + "\1\0\1\3\7\0\2\3\3\0\12\3\1\u0393\16\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\11\3"
851
            + "\1\u0394\17\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\5\3\1\u0395\23\3\1\0\3\3\1\0\1\3"
852
            + "\7\0\2\3\3\0\4\3\1\u0396\24\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\30\3\1\u0397\1\0"
853
            + "\3\3\1\0\1\3\7\0\2\3\3\0\16\3\1\u0398" + "\12\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
854
            + "\7\3\1\u0399\21\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\6\3\1\u01d6\22\3\1\0\3\3\1\0"
855
            + "\1\3\7\0\2\3\3\0\27\3\1\u039a\1\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\1\3\1\u039b"
856
            + "\27\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\27\3\1\u039c\1\3\1\0\3\3\1\0\1\3\7\0"
857
            + "\2\3\3\0\5\3\1\u039d\23\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\5\3\1\u039e\23\3\1\0"
858
            + "\3\3\1\0\1\3\7\0\2\3\3\0\11\3\1\u039f" + "\17\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
859
            + "\15\3\1\u03a0\13\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\11\3\1\u03a1\17\3\1\0\3\3\1\0"
860
            + "\1\3\7\0\2\3\3\0\1\3\1\73\27\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\3\3\1\64"
861
            + "\25\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\4\3\1\u03a2\5\3\1\u0120\16\3\1\0\3\3\1\0"
862
            + "\1\3\7\0\2\3\3\0\12\3\1\u01b3\16\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\5\3\1\u03a3"
863
            + "\23\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\13\3\1\u03a4\15\3\1\0\3\3\1\0\1\3\7\0"
864
            + "\2\3\3\0\4\3\1\u03a5\24\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\13\3\1\u03a6\15\3\1\0"
865
            + "\3\3\1\0\1\3\7\0\2\3\3\0\12\3\1\u03a7" + "\16\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0"
866
            + "\3\3\1\u03a8\25\3\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\21\3\1\u03a9\7\3\1\0\3\3\1\0"
867
            + "\1\3\7\0\2\3\3\0\3\3\1\u03aa\25\3\1\0" + "\3\3\1\0\1\3\7\0\2\3\3\0\23\3\1\u03ab"
868
            + "\5\3\1\0\3\3\1\0\1\3\7\0\2\3\3\0" + "\14\3\1\u03ac\14\3\1\0\3\3\1\0\1\3\7\0"
869
            + "\2\3\3\0\13\3\1\u03ad\15\3\1\0\3\3\1\0" + "\1\3\7\0\2\3\3\0\7\3\1\u03ae\21\3\1\0"
870
            + "\3\3\1\0\1\3\7\0\2\3\3\0\30\3\1\u03af" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\14\3"
871
            + "\1\u03b0\14\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\1\3\1\u03b1\27\3\1\0\3\3\1\0\1\3"
872
            + "\7\0\2\3\3\0\1\3\1\u03b2\27\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\17\3\1\u03b3\11\3"
873
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3" + "\1\u03b4\21\3\1\0\3\3\1\0\1\3\7\0\2\3"
874
            + "\3\0\11\3\1\u039e\17\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\27\3\1\u03b5\1\3\1\0\3\3"
875
            + "\1\0\1\3\7\0\2\3\3\0\7\3\1\u03b6\21\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\7\3"
876
            + "\1\u03b7\21\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u03b8\15\3\1\0\3\3\1\0\1\3"
877
            + "\7\0\2\3\3\0\11\3\1\u03b9\17\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\12\3\1\u01d8\16\3"
878
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\27\3" + "\1\u03ba\1\3\1\0\3\3\1\0\1\3\7\0\2\3"
879
            + "\3\0\27\3\1\u03bb\1\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\12\3\1\u039e\16\3\1\0\3\3"
880
            + "\1\0\1\3\7\0\2\3\3\0\15\3\1\u03bc\13\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\12\3"
881
            + "\1\u01d8\15\3\1\u03bd\1\0\3\3\1\0\1\3\7\0" + "\2\3\3\0\30\3\1\u03be\1\0\3\3\1\0\1\3"
882
            + "\7\0\2\3\3\0\27\3\1\u03bf\1\3\1\0\3\3" + "\1\0\1\3\7\0\2\3\3\0\4\3\1\u03c0\24\3"
883
            + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\3\3" + "\1\u03c1\25\3\1\0\3\3\1\0\1\3\7\0\2\3"
884
            + "\3\0\2\3\1\u0256\26\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0\11\3\1\u03c2\17\3\1\0\3\3"
885
            + "\1\0\1\3\7\0\2\3\3\0\6\3\1\u03c3\22\3" + "\1\0\3\3\1\0\1\3\7\0\2\3\3\0\12\3"
886
            + "\1\u0244\16\3\1\0\3\3\1\0\1\3\7\0\2\3" + "\3\0\13\3\1\u0230\15\3\1\0\3\3\1\0\1\3" + "\7\0\2\3\3\0";
887
888
    private static int[] zzUnpackTrans() {
889
        int[] result = new int[39990];
890
        int offset = 0;
891
        offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result);
892
        return result;
893
    }
894
895
    private static int zzUnpackTrans(String packed, int offset, int[] result) {
896
        int i = 0; /* index in packed string */
897
        int j = offset; /* index in unpacked array */
898
        int l = packed.length();
899
        while (i < l) {
900
            int count = packed.charAt(i++);
901
            int value = packed.charAt(i++);
902
            value--;
903
            do {
904
                result[j++] = value;
905
            } while (--count > 0);
906
        }
907
        return j;
908
    }
909
910
    /* error codes */
911
    private static final int ZZ_UNKNOWN_ERROR = 0;
912
    private static final int ZZ_NO_MATCH = 1;
913
    private static final int ZZ_PUSHBACK_2BIG = 2;
914
915
    /* error messages for the codes above */
916
    private static final String ZZ_ERROR_MSG[] = { "Unknown internal scanner error", "Error: could not match input",
917
            "Error: pushback value was too large" };
918
919
    /**
920
     * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
921
     */
922
    private static final int[] ZZ_ATTRIBUTE = zzUnpackAttribute();
923
924
    private static final String ZZ_ATTRIBUTE_PACKED_0 = "\31\1\1\11\6\1\2\11\31\1\1\0\156\1\1\0"
925
            + "\2\1\1\0\2\11\1\0\1\11\3\0\2\11\30\1" + "\1\0\1\1\1\11\2\0\273\1\1\0\17\1\2\0"
926
            + "\1\1\1\11\1\0\102\1\1\0\235\1\1\0\143\1" + "\1\0\73\1\1\0\45\1\1\11\170\1";
927
928
    private static int[] zzUnpackAttribute() {
929
        int[] result = new int[963];
930
        int offset = 0;
931
        offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result);
932
        return result;
933
    }
934
935
    private static int zzUnpackAttribute(String packed, int offset, int[] result) {
936
        int i = 0; /* index in packed string */
937
        int j = offset; /* index in unpacked array */
938
        int l = packed.length();
939
        while (i < l) {
940
            int count = packed.charAt(i++);
941
            int value = packed.charAt(i++);
942
            do {
943
                result[j++] = value;
944
            } while (--count > 0);
945
        }
946
        return j;
947
    }
948
949
    /** the input device */
950
    private java.io.Reader zzReader;
951
952
    /** the current state of the DFA */
953
    private int zzState;
954
955
    /** the current lexical state */
956
    private int zzLexicalState = YYINITIAL;
957
958
    /**
959
     * this buffer contains the current text to be matched and is the source of
960
     * the yytext() string
961
     */
962
    private char zzBuffer[] = new char[ZZ_BUFFERSIZE];
963
964
    /** the textposition at the last accepting state */
965
    private int zzMarkedPos;
966
967
    /** the current text position in the buffer */
968
    private int zzCurrentPos;
969
970
    /** startRead marks the beginning of the yytext() string in the buffer */
971
    private int zzStartRead;
972
973
    /**
974
     * endRead marks the last character in the buffer, that has been read from
975
     * input
976
     */
977
    private int zzEndRead;
978
979
    /** number of newlines encountered up to the start of the matched text */
980
    private int yyline;
981
982
    /** the number of characters up to the start of the matched text */
983
    private int yychar;
984
985
    /** zzAtEOF == true <=> the scanner is at the EOF */
986
    private boolean zzAtEOF;
987
988
    /**
989
     * The number of occupied positions in zzBuffer beyond zzEndRead. When a
990
     * lead/high surrogate has been read from the input stream into the final
991
     * zzBuffer position, this will have a value of 1; otherwise, it will have a
992
     * value of 0.
993
     */
994
    private int zzFinalHighSurrogate = 0;
995
996
    /* user code: */
997
    private int lastToken;
998
    private int nextState = YYINITIAL;
999
    private final StringBuilder commentBuffer = new StringBuilder();
1000
    private int commentNestCount = 0;
1001
    private int commentStartLine = 0;
1002
    private int commentStartChar = 0;
1003
1004
    /**
1005
     * next Token method that allows you to control if whitespace and comments
1006
     * are returned as tokens.
1007
     */
1008
    public Token getNextToken(boolean returnComments, boolean returnWhiteSpace) throws IOException {
1009
        Token t = this.getNextToken();
1010 5 1. getNextToken : negated conditional → NO_COVERAGE
2. getNextToken : negated conditional → NO_COVERAGE
3. getNextToken : negated conditional → NO_COVERAGE
4. getNextToken : negated conditional → NO_COVERAGE
5. getNextToken : negated conditional → NO_COVERAGE
        while (t != null && ((!returnWhiteSpace && t.isWhiteSpace()) || (!returnComments && t.isComment()))) {
1011
            t = this.getNextToken();
1012
        }
1013 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
        return t;
1014
    }
1015
1016
    /**
1017
     * Closes the current input stream, and resets the scanner to read from a
1018
     * new input stream. All internal variables are reset, the old input stream
1019
     * cannot be reused (content of the internal buffer is discarded and lost).
1020
     * The lexical state is set to the initial state. Subsequent tokens read
1021
     * from the lexer will start with the line, char, and column values given
1022
     * here.
1023
     *
1024
     * @param reader
1025
     *            The new input.
1026
     * @param yyline
1027
     *            The line number of the first token.
1028
     * @param yychar
1029
     *            The position (relative to the start of the stream) of the
1030
     *            first token.
1031
     * @param yycolumn
1032
     *            The position (relative to the line) of the first token.
1033
     */
1034
    @Override
1035
    public void reset(java.io.Reader reader, int yyline, int yychar, int yycolumn) {
1036 1 1. reset : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yyreset → NO_COVERAGE
        this.yyreset(reader);
1037
        this.yyline = yyline;
1038
        this.yychar = yychar;
1039
    }
1040
1041
    /**
1042
     * Creates a new scanner
1043
     *
1044
     * @param in
1045
     *            the java.io.Reader to read input from.
1046
     */
1047
    public SQLLexer(java.io.Reader in) {
1048
        this.zzReader = in;
1049
    }
1050
1051
    /**
1052
     * Unpacks the compressed character translation table.
1053
     *
1054
     * @param packed
1055
     *            the packed character translation table
1056
     * @return the unpacked character translation table
1057
     */
1058
    private static char[] zzUnpackCMap(String packed) {
1059
        char[] map = new char[0x110000];
1060
        int i = 0; /* index in packed string */
1061
        int j = 0; /* index in unpacked array */
1062
        while (i < 220) {
1063
            int count = packed.charAt(i++);
1064
            char value = packed.charAt(i++);
1065
            do {
1066
                map[j++] = value;
1067
            } while (--count > 0);
1068
        }
1069
        return map;
1070
    }
1071
1072
    /**
1073
     * Refills the input buffer.
1074
     *
1075
     * @return <code>false</code>, iff there was new input.
1076
     * 
1077
     * @exception IOException
1078
     *                if any I/O-Error occurs
1079
     */
1080
    private boolean zzRefill() throws IOException {
1081
1082
        /* first: make room (if you can) */
1083 2 1. zzRefill : negated conditional → NO_COVERAGE
2. zzRefill : changed conditional boundary → NO_COVERAGE
        if (this.zzStartRead > 0) {
1084 1 1. zzRefill : Replaced integer addition with subtraction → NO_COVERAGE
            this.zzEndRead += this.zzFinalHighSurrogate;
1085
            this.zzFinalHighSurrogate = 0;
1086 2 1. zzRefill : removed call to java/lang/System::arraycopy → NO_COVERAGE
2. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
            System.arraycopy(this.zzBuffer, this.zzStartRead, this.zzBuffer, 0, this.zzEndRead - this.zzStartRead);
1087
1088
            /* translate stored positions */
1089 1 1. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
            this.zzEndRead -= this.zzStartRead;
1090 1 1. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
            this.zzCurrentPos -= this.zzStartRead;
1091 1 1. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
            this.zzMarkedPos -= this.zzStartRead;
1092
            this.zzStartRead = 0;
1093
        }
1094
1095
        /* is the buffer big enough? */
1096 3 1. zzRefill : changed conditional boundary → NO_COVERAGE
2. zzRefill : negated conditional → NO_COVERAGE
3. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
        if (this.zzCurrentPos >= this.zzBuffer.length - this.zzFinalHighSurrogate) {
1097
            /* if not: blow it up */
1098 1 1. zzRefill : Replaced integer multiplication with division → NO_COVERAGE
            char newBuffer[] = new char[this.zzBuffer.length * 2];
1099 1 1. zzRefill : removed call to java/lang/System::arraycopy → NO_COVERAGE
            System.arraycopy(this.zzBuffer, 0, newBuffer, 0, this.zzBuffer.length);
1100
            this.zzBuffer = newBuffer;
1101 1 1. zzRefill : Replaced integer addition with subtraction → NO_COVERAGE
            this.zzEndRead += this.zzFinalHighSurrogate;
1102
            this.zzFinalHighSurrogate = 0;
1103
        }
1104
1105
        /* fill the buffer with new input */
1106 1 1. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
        int requested = this.zzBuffer.length - this.zzEndRead;
1107
        int numRead = this.zzReader.read(this.zzBuffer, this.zzEndRead, requested);
1108
1109
        /* not supposed to occur according to specification of java.io.Reader */
1110 1 1. zzRefill : negated conditional → NO_COVERAGE
        if (numRead == 0) {
1111
            throw new IOException("Reader returned 0 characters. See JFlex examples for workaround.");
1112
        }
1113 2 1. zzRefill : negated conditional → NO_COVERAGE
2. zzRefill : changed conditional boundary → NO_COVERAGE
        if (numRead > 0) {
1114 1 1. zzRefill : Replaced integer addition with subtraction → NO_COVERAGE
            this.zzEndRead += numRead;
1115
            /*
1116
             * If numRead == requested, we might have requested to few chars to
1117
             * encode a full Unicode character. We assume that a Reader would
1118
             * otherwise never return half characters.
1119
             */
1120 1 1. zzRefill : negated conditional → NO_COVERAGE
            if (numRead == requested) {
1121 2 1. zzRefill : negated conditional → NO_COVERAGE
2. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
                if (Character.isHighSurrogate(this.zzBuffer[this.zzEndRead - 1])) {
1122 1 1. zzRefill : Replaced integer subtraction with addition → NO_COVERAGE
                    --this.zzEndRead;
1123
                    this.zzFinalHighSurrogate = 1;
1124
                }
1125
            }
1126
            /* potentially more input available */
1127 1 1. zzRefill : replaced boolean return with true for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzRefill → NO_COVERAGE
            return false;
1128
        }
1129
1130
        /* numRead < 0 ==> end of stream */
1131 1 1. zzRefill : replaced boolean return with false for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzRefill → NO_COVERAGE
        return true;
1132
    }
1133
1134
    /**
1135
     * Closes the input stream.
1136
     */
1137
    public final void yyclose() throws IOException {
1138
        this.zzAtEOF = true; /* indicate end of file */
1139
        this.zzEndRead = this.zzStartRead; /* invalidate buffer */
1140
1141 1 1. yyclose : negated conditional → NO_COVERAGE
        if (this.zzReader != null) {
1142 1 1. yyclose : removed call to java/io/Reader::close → NO_COVERAGE
            this.zzReader.close();
1143
        }
1144
    }
1145
1146
    /**
1147
     * Resets the scanner to read from a new input stream. Does not close the
1148
     * old reader.
1149
     *
1150
     * All internal variables are reset, the old input stream <b>cannot</b> be
1151
     * reused (internal buffer is discarded and lost). Lexical state is set to
1152
     * <tt>ZZ_INITIAL</tt>.
1153
     *
1154
     * Internal scan buffer is resized down to its initial length, if it has
1155
     * grown.
1156
     *
1157
     * @param reader
1158
     *            the new input stream
1159
     */
1160
    public final void yyreset(java.io.Reader reader) {
1161
        this.zzReader = reader;
1162
        this.zzAtEOF = false;
1163
        this.zzEndRead = this.zzStartRead = 0;
1164
        this.zzCurrentPos = this.zzMarkedPos = 0;
1165
        this.zzFinalHighSurrogate = 0;
1166
        this.yyline = this.yychar = 0;
1167
        this.zzLexicalState = YYINITIAL;
1168 2 1. yyreset : negated conditional → NO_COVERAGE
2. yyreset : changed conditional boundary → NO_COVERAGE
        if (this.zzBuffer.length > ZZ_BUFFERSIZE) {
1169
            this.zzBuffer = new char[ZZ_BUFFERSIZE];
1170
        }
1171
    }
1172
1173
    /**
1174
     * Returns the current lexical state.
1175
     */
1176
    public final int yystate() {
1177 1 1. yystate : replaced int return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yystate → NO_COVERAGE
        return this.zzLexicalState;
1178
    }
1179
1180
    /**
1181
     * Enters a new lexical state
1182
     *
1183
     * @param newState
1184
     *            the new lexical state
1185
     */
1186
    public final void yybegin(int newState) {
1187
        this.zzLexicalState = newState;
1188
    }
1189
1190
    /**
1191
     * Returns the text matched by the current regular expression.
1192
     */
1193
    public final String yytext() {
1194 2 1. yytext : Replaced integer subtraction with addition → NO_COVERAGE
2. yytext : replaced return value with "" for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yytext → NO_COVERAGE
        return new String(this.zzBuffer, this.zzStartRead, this.zzMarkedPos - this.zzStartRead);
1195
    }
1196
1197
    /**
1198
     * Returns the character at position <tt>pos</tt> from the matched text.
1199
     * 
1200
     * It is equivalent to yytext().charAt(pos), but faster
1201
     *
1202
     * @param pos
1203
     *            the position of the character to fetch. A value from 0 to
1204
     *            yylength()-1.
1205
     *
1206
     * @return the character at position pos
1207
     */
1208
    public final char yycharat(int pos) {
1209 2 1. yycharat : replaced char return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yycharat → NO_COVERAGE
2. yycharat : Replaced integer addition with subtraction → NO_COVERAGE
        return this.zzBuffer[this.zzStartRead + pos];
1210
    }
1211
1212
    /**
1213
     * Returns the length of the matched text region.
1214
     */
1215
    public final int yylength() {
1216 2 1. yylength : Replaced integer subtraction with addition → NO_COVERAGE
2. yylength : replaced int return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yylength → NO_COVERAGE
        return this.zzMarkedPos - this.zzStartRead;
1217
    }
1218
1219
    /**
1220
     * Reports an error that occured while scanning.
1221
     *
1222
     * In a wellformed scanner (no or only correct usage of yypushback(int) and
1223
     * a match-all fallback rule) this method will only be called with things
1224
     * that "Can't Possibly Happen". If this method is called, something is
1225
     * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.).
1226
     *
1227
     * Usual syntax/scanner level error handling should be done in error
1228
     * fallback rules.
1229
     *
1230
     * @param errorCode
1231
     *            the code of the errormessage to display
1232
     */
1233
    private void zzScanError(int errorCode) {
1234
        String message;
1235
        try {
1236
            message = ZZ_ERROR_MSG[errorCode];
1237
        } catch (ArrayIndexOutOfBoundsException e) {
1238
            message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR];
1239
        }
1240
1241
        throw new Error(message);
1242
    }
1243
1244
    /**
1245
     * Pushes the specified amount of characters back into the input stream.
1246
     *
1247
     * They will be read again by then next call of the scanning method
1248
     *
1249
     * @param number
1250
     *            the number of characters to be read again. This number must
1251
     *            not be greater than yylength()!
1252
     */
1253
    public void yypushback(int number) {
1254 2 1. yypushback : negated conditional → NO_COVERAGE
2. yypushback : changed conditional boundary → NO_COVERAGE
        if (number > this.yylength()) {
1255 1 1. yypushback : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzScanError → NO_COVERAGE
            this.zzScanError(ZZ_PUSHBACK_2BIG);
1256
        }
1257
1258 1 1. yypushback : Replaced integer subtraction with addition → NO_COVERAGE
        this.zzMarkedPos -= number;
1259
    }
1260
1261
    /**
1262
     * Resumes scanning until the next regular expression is matched, the end of
1263
     * input is encountered or an I/O-Error occurs.
1264
     *
1265
     * @return the next token
1266
     * @exception IOException
1267
     *                if any I/O-Error occurs
1268
     */
1269
    @Override
1270
    public Token getNextToken() throws IOException {
1271
        int zzInput;
1272
        int zzAction;
1273
1274
        // cached fields:
1275
        int zzCurrentPosL;
1276
        int zzMarkedPosL;
1277
        int zzEndReadL = this.zzEndRead;
1278
        char[] zzBufferL = this.zzBuffer;
1279
        char[] zzCMapL = ZZ_CMAP;
1280
1281
        int[] zzTransL = ZZ_TRANS;
1282
        int[] zzRowMapL = ZZ_ROWMAP;
1283
        int[] zzAttrL = ZZ_ATTRIBUTE;
1284
1285
        while (true) {
1286
            zzMarkedPosL = this.zzMarkedPos;
1287
1288 2 1. getNextToken : Replaced integer subtraction with addition → NO_COVERAGE
2. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
            this.yychar += zzMarkedPosL - this.zzStartRead;
1289
1290
            boolean zzR = false;
1291
            int zzCh;
1292
            int zzCharCount;
1293 3 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
2. getNextToken : changed conditional boundary → NO_COVERAGE
3. getNextToken : negated conditional → NO_COVERAGE
            for (zzCurrentPosL = this.zzStartRead; zzCurrentPosL < zzMarkedPosL; zzCurrentPosL += zzCharCount) {
1294
                zzCh = Character.codePointAt(zzBufferL, zzCurrentPosL, zzMarkedPosL);
1295
                zzCharCount = Character.charCount(zzCh);
1296
                switch (zzCh) {
1297
                case '\u000B':
1298
                case '\u000C':
1299
                case '\u0085':
1300
                case '\u2028':
1301
                case '\u2029':
1302 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    this.yyline++;
1303
                    zzR = false;
1304
                    break;
1305
                case '\r':
1306 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    this.yyline++;
1307
                    zzR = true;
1308
                    break;
1309
                case '\n':
1310 1 1. getNextToken : negated conditional → NO_COVERAGE
                    if (zzR) {
1311
                        zzR = false;
1312
                    } else {
1313 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                        this.yyline++;
1314
                    }
1315
                    break;
1316
                default:
1317
                    zzR = false;
1318
                }
1319
            }
1320
1321 1 1. getNextToken : negated conditional → NO_COVERAGE
            if (zzR) {
1322
                // peek one character ahead if it is \n (if we have counted one
1323
                // line too much)
1324
                boolean zzPeek;
1325 2 1. getNextToken : changed conditional boundary → NO_COVERAGE
2. getNextToken : negated conditional → NO_COVERAGE
                if (zzMarkedPosL < zzEndReadL) {
1326 1 1. getNextToken : negated conditional → NO_COVERAGE
                    zzPeek = zzBufferL[zzMarkedPosL] == '\n';
1327 1 1. getNextToken : negated conditional → NO_COVERAGE
                } else if (this.zzAtEOF) {
1328
                    zzPeek = false;
1329
                } else {
1330
                    boolean eof = this.zzRefill();
1331
                    zzEndReadL = this.zzEndRead;
1332
                    zzMarkedPosL = this.zzMarkedPos;
1333
                    zzBufferL = this.zzBuffer;
1334 1 1. getNextToken : negated conditional → NO_COVERAGE
                    if (eof) {
1335
                        zzPeek = false;
1336
                    } else {
1337 1 1. getNextToken : negated conditional → NO_COVERAGE
                        zzPeek = zzBufferL[zzMarkedPosL] == '\n';
1338
                    }
1339
                }
1340 1 1. getNextToken : negated conditional → NO_COVERAGE
                if (zzPeek) {
1341 1 1. getNextToken : Replaced integer subtraction with addition → NO_COVERAGE
                    this.yyline--;
1342
                }
1343
            }
1344
            zzAction = -1;
1345
1346
            zzCurrentPosL = this.zzCurrentPos = this.zzStartRead = zzMarkedPosL;
1347
1348
            this.zzState = ZZ_LEXSTATE[this.zzLexicalState];
1349
1350
            // set up zzAction for empty match case:
1351
            int zzAttributes = zzAttrL[this.zzState];
1352 2 1. getNextToken : negated conditional → NO_COVERAGE
2. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE
            if ((zzAttributes & 1) == 1) {
1353
                zzAction = this.zzState;
1354
            }
1355
1356
            zzForAction: {
1357
                while (true) {
1358
1359 2 1. getNextToken : negated conditional → NO_COVERAGE
2. getNextToken : changed conditional boundary → NO_COVERAGE
                    if (zzCurrentPosL < zzEndReadL) {
1360
                        zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL, zzEndReadL);
1361 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                        zzCurrentPosL += Character.charCount(zzInput);
1362 1 1. getNextToken : negated conditional → NO_COVERAGE
                    } else if (this.zzAtEOF) {
1363
                        zzInput = YYEOF;
1364
                        break zzForAction;
1365
                    } else {
1366
                        // store back cached positions
1367
                        this.zzCurrentPos = zzCurrentPosL;
1368
                        this.zzMarkedPos = zzMarkedPosL;
1369
                        boolean eof = this.zzRefill();
1370
                        // get translated positions and possibly new buffer
1371
                        zzCurrentPosL = this.zzCurrentPos;
1372
                        zzMarkedPosL = this.zzMarkedPos;
1373
                        zzBufferL = this.zzBuffer;
1374
                        zzEndReadL = this.zzEndRead;
1375 1 1. getNextToken : negated conditional → NO_COVERAGE
                        if (eof) {
1376
                            zzInput = YYEOF;
1377
                            break zzForAction;
1378
                        } else {
1379
                            zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL, zzEndReadL);
1380 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                            zzCurrentPosL += Character.charCount(zzInput);
1381
                        }
1382
                    }
1383 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    int zzNext = zzTransL[zzRowMapL[this.zzState] + zzCMapL[zzInput]];
1384 1 1. getNextToken : negated conditional → NO_COVERAGE
                    if (zzNext == -1) {
1385
                        break zzForAction;
1386
                    }
1387
                    this.zzState = zzNext;
1388
1389
                    zzAttributes = zzAttrL[this.zzState];
1390 2 1. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE
2. getNextToken : negated conditional → NO_COVERAGE
                    if ((zzAttributes & 1) == 1) {
1391
                        zzAction = this.zzState;
1392
                        zzMarkedPosL = zzCurrentPosL;
1393 2 1. getNextToken : negated conditional → NO_COVERAGE
2. getNextToken : Replaced bitwise AND with OR → NO_COVERAGE
                        if ((zzAttributes & 8) == 8) {
1394
                            break zzForAction;
1395
                        }
1396
                    }
1397
                }
1398
            }
1399
1400
            // store back cached position
1401
            this.zzMarkedPos = zzMarkedPosL;
1402
1403 2 1. getNextToken : negated conditional → NO_COVERAGE
2. getNextToken : negated conditional → NO_COVERAGE
            if (zzInput == YYEOF && this.zzStartRead == this.zzCurrentPos) {
1404
                this.zzAtEOF = true;
1405
                switch (this.zzLexicalState) {
1406
                case COMMENT: {
1407
                    this.nextState = YYINITIAL;
1408
                    this.lastToken = SQLToken.ERROR_UNCLOSED_COMMENT;
1409
                    SQLToken t = new SQLToken(this.lastToken, this.commentBuffer.toString(), this.commentStartLine, this.commentStartChar,
1410 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                            this.commentStartChar + this.commentBuffer.length(), this.nextState);
1411 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1412 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1413
                }
1414
                case 964:
1415
                    break;
1416
                default:
1417
                    return null;
1418
                }
1419
            } else {
1420 2 1. getNextToken : changed conditional boundary → NO_COVERAGE
2. getNextToken : negated conditional → NO_COVERAGE
                switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) {
1421
                case 1: {
1422
                    this.nextState = YYINITIAL;
1423
                    this.lastToken = SQLToken.WHITE_SPACE;
1424
                    String text = this.yytext();
1425 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1426 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1427 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1428
                }
1429
                case 19:
1430
                    break;
1431
                case 2: {
1432
                    this.nextState = COMMENT;
1433
                    this.commentBuffer.append(this.yytext());
1434 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1435
                }
1436
                case 20:
1437
                    break;
1438
                case 3: {
1439
                    this.nextState = YYINITIAL;
1440
                    this.lastToken = SQLToken.IDENTIFIER;
1441
                    String text = this.yytext();
1442 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1443 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1444 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1445
                }
1446
                case 21:
1447
                    break;
1448
                case 4: {
1449
                    this.nextState = YYINITIAL;
1450
                    this.lastToken = SQLToken.RESERVED_WORD;
1451
                    String text = this.yytext();
1452 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1453 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1454 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1455
                }
1456
                case 22:
1457
                    break;
1458
                case 5: {
1459
                    this.nextState = YYINITIAL;
1460
                    this.lastToken = SQLToken.ERROR;
1461
                    String text = this.yytext();
1462 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1463 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1464 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1465
                }
1466
                case 23:
1467
                    break;
1468
                case 6: {
1469
                    this.nextState = YYINITIAL;
1470
                    this.lastToken = SQLToken.OPERATOR;
1471
                    String text = this.yytext();
1472 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1473 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1474 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1475
                }
1476
                case 24:
1477
                    break;
1478
                case 7: {
1479
                    this.nextState = YYINITIAL;
1480
                    this.lastToken = SQLToken.LITERAL_INTEGER;
1481
                    String text = this.yytext();
1482 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1483 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1484 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1485
                }
1486
                case 25:
1487
                    break;
1488
                case 8: {
1489
                    this.nextState = YYINITIAL;
1490
                    this.lastToken = SQLToken.SEPARATOR;
1491
                    String text = this.yytext();
1492 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1493 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1494 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1495
                }
1496
                case 26:
1497
                    break;
1498
                case 9: {
1499 1 1. getNextToken : Replaced integer subtraction with addition → NO_COVERAGE
                    this.commentNestCount--;
1500
                    this.commentBuffer.append(this.yytext());
1501 1 1. getNextToken : negated conditional → NO_COVERAGE
                    if (this.commentNestCount == 0) {
1502
                        this.nextState = YYINITIAL;
1503
                        this.lastToken = SQLToken.COMMENT_TRADITIONAL;
1504
                        SQLToken t = new SQLToken(this.lastToken, this.commentBuffer.toString(), this.commentStartLine,
1505 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                                this.commentStartChar, this.commentStartChar + this.commentBuffer.length(), this.nextState);
1506 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                        this.yybegin(this.nextState);
1507 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                        return t;
1508
                    }
1509
                }
1510
                case 27:
1511
                    break;
1512
                case 10: {
1513
                    this.nextState = YYINITIAL;
1514
                    this.lastToken = SQLToken.COMMENT_END_OF_LINE;
1515
                    String text = this.yytext();
1516 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1517 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1518 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1519
                }
1520
                case 28:
1521
                    break;
1522
                case 11: {
1523
                    this.nextState = YYINITIAL;
1524
                    this.lastToken = SQLToken.LITERAL_FLOAT;
1525
                    String text = this.yytext();
1526 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1527 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1528 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1529
                }
1530
                case 29:
1531
                    break;
1532
                case 12: {
1533
                    this.nextState = YYINITIAL;
1534
                    this.lastToken = SQLToken.LITERAL_STRING;
1535
                    String text = this.yytext();
1536 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1537 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1538 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1539
                }
1540
                case 30:
1541
                    break;
1542
                case 13: {
1543
                    this.nextState = YYINITIAL;
1544
                    this.lastToken = SQLToken.ERROR_UNCLOSED_STRING;
1545
                    String text = this.yytext();
1546 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1547 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1548 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1549
                }
1550
                case 31:
1551
                    break;
1552
                case 14: {
1553
                    this.nextState = COMMENT;
1554 1 1. getNextToken : removed call to java/lang/StringBuilder::setLength → NO_COVERAGE
                    this.commentBuffer.setLength(0);
1555
                    this.commentBuffer.append(this.yytext());
1556
                    this.commentNestCount = 1;
1557
                    this.commentStartLine = this.yyline;
1558
                    this.commentStartChar = this.yychar;
1559 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1560
                }
1561
                case 32:
1562
                    break;
1563
                case 15: {
1564
                    this.nextState = COMMENT;
1565
                    this.commentBuffer.append(this.yytext());
1566 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    this.commentNestCount++;
1567 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1568
                }
1569
                case 33:
1570
                    break;
1571
                case 16: {
1572
                    this.nextState = YYINITIAL;
1573
                    this.lastToken = SQLToken.ERROR_UNCLOSED_BIT_STRING;
1574
                    String text = this.yytext();
1575 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1576 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1577 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1578
                }
1579
                case 34:
1580
                    break;
1581
                case 17: {
1582
                    this.nextState = YYINITIAL;
1583
                    this.lastToken = SQLToken.ERROR_BAD_BIT_STRING;
1584
                    String text = this.yytext();
1585 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1586 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1587 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1588
                }
1589
                case 35:
1590
                    break;
1591
                case 18: {
1592
                    this.nextState = YYINITIAL;
1593
                    this.lastToken = SQLToken.LITERAL_BIT_STRING;
1594
                    String text = this.yytext();
1595 1 1. getNextToken : Replaced integer addition with subtraction → NO_COVERAGE
                    SQLToken t = new SQLToken(this.lastToken, text, this.yyline, this.yychar, this.yychar + text.length(), this.nextState);
1596 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE
                    this.yybegin(this.nextState);
1597 1 1. getNextToken : replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE
                    return t;
1598
                }
1599
                case 36:
1600
                    break;
1601
                default:
1602 1 1. getNextToken : removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzScanError → NO_COVERAGE
                    this.zzScanError(ZZ_NO_MATCH);
1603
                }
1604
            }
1605
        }
1606
    }
1607
}

Mutations

1010

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

3.3
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

4.4
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

5.5
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1013

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1036

1.1
Location : reset
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yyreset → NO_COVERAGE

1083

1.1
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : zzRefill
Killed by : none
changed conditional boundary → NO_COVERAGE

1084

1.1
Location : zzRefill
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1086

1.1
Location : zzRefill
Killed by : none
removed call to java/lang/System::arraycopy → NO_COVERAGE

2.2
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1089

1.1
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1090

1.1
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1091

1.1
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1096

1.1
Location : zzRefill
Killed by : none
changed conditional boundary → NO_COVERAGE

2.2
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

3.3
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1098

1.1
Location : zzRefill
Killed by : none
Replaced integer multiplication with division → NO_COVERAGE

1099

1.1
Location : zzRefill
Killed by : none
removed call to java/lang/System::arraycopy → NO_COVERAGE

1101

1.1
Location : zzRefill
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1106

1.1
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1110

1.1
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

1113

1.1
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : zzRefill
Killed by : none
changed conditional boundary → NO_COVERAGE

1114

1.1
Location : zzRefill
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1120

1.1
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

1121

1.1
Location : zzRefill
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1122

1.1
Location : zzRefill
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1127

1.1
Location : zzRefill
Killed by : none
replaced boolean return with true for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzRefill → NO_COVERAGE

1131

1.1
Location : zzRefill
Killed by : none
replaced boolean return with false for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzRefill → NO_COVERAGE

1141

1.1
Location : yyclose
Killed by : none
negated conditional → NO_COVERAGE

1142

1.1
Location : yyclose
Killed by : none
removed call to java/io/Reader::close → NO_COVERAGE

1168

1.1
Location : yyreset
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : yyreset
Killed by : none
changed conditional boundary → NO_COVERAGE

1177

1.1
Location : yystate
Killed by : none
replaced int return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yystate → NO_COVERAGE

1194

1.1
Location : yytext
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

2.2
Location : yytext
Killed by : none
replaced return value with "" for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yytext → NO_COVERAGE

1209

1.1
Location : yycharat
Killed by : none
replaced char return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yycharat → NO_COVERAGE

2.2
Location : yycharat
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1216

1.1
Location : yylength
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

2.2
Location : yylength
Killed by : none
replaced int return with 0 for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yylength → NO_COVERAGE

1254

1.1
Location : yypushback
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : yypushback
Killed by : none
changed conditional boundary → NO_COVERAGE

1255

1.1
Location : yypushback
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzScanError → NO_COVERAGE

1258

1.1
Location : yypushback
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1288

1.1
Location : getNextToken
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1293

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
changed conditional boundary → NO_COVERAGE

3.3
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1302

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1306

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1310

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1313

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1321

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1325

1.1
Location : getNextToken
Killed by : none
changed conditional boundary → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1326

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1327

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1334

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1337

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1340

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1341

1.1
Location : getNextToken
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1352

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
Replaced bitwise AND with OR → NO_COVERAGE

1359

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
changed conditional boundary → NO_COVERAGE

1361

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1362

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1375

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1380

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1383

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1384

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1390

1.1
Location : getNextToken
Killed by : none
Replaced bitwise AND with OR → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1393

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
Replaced bitwise AND with OR → NO_COVERAGE

1403

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1410

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1411

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1412

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1420

1.1
Location : getNextToken
Killed by : none
changed conditional boundary → NO_COVERAGE

2.2
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1425

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1426

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1427

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1434

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1442

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1443

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1444

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1452

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1453

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1454

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1462

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1463

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1464

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1472

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1473

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1474

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1482

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1483

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1484

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1492

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1493

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1494

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1499

1.1
Location : getNextToken
Killed by : none
Replaced integer subtraction with addition → NO_COVERAGE

1501

1.1
Location : getNextToken
Killed by : none
negated conditional → NO_COVERAGE

1505

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1506

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1507

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1516

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1517

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1518

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1526

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1527

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1528

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1536

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1537

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1538

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1546

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1547

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1548

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1554

1.1
Location : getNextToken
Killed by : none
removed call to java/lang/StringBuilder::setLength → NO_COVERAGE

1559

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1566

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1567

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1575

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1576

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1577

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1585

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1586

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1587

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1595

1.1
Location : getNextToken
Killed by : none
Replaced integer addition with subtraction → NO_COVERAGE

1596

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::yybegin → NO_COVERAGE

1597

1.1
Location : getNextToken
Killed by : none
replaced return value with null for com/jsql/view/swing/sql/lexer/syntax/SQLLexer::getNextToken → NO_COVERAGE

1602

1.1
Location : getNextToken
Killed by : none
removed call to com/jsql/view/swing/sql/lexer/syntax/SQLLexer::zzScanError → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.16.1