/* The following code was generated by JFlex 1.5.0-SNAPSHOT */ package org.apache.lucene.analysis.standard; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute; /** * This class implements Word Break rules from the Unicode Text Segmentation * algorithm, as specified in * <a href="http://unicode.org/reports/tr29/">Unicode Standard Annex #29</a>. * <p/> * Tokens produced are of the following types: * <ul> * <li><ALPHANUM>: A sequence of alphabetic and numeric characters</li> * <li><NUM>: A number</li> * <li><SOUTHEAST_ASIAN>: A sequence of characters from South and Southeast * Asian languages, including Thai, Lao, Myanmar, and Khmer</li> * <li><IDEOGRAPHIC>: A single CJKV ideographic character</li> * <li><HIRAGANA>: A single hiragana character</li> * <li><KATAKANA>: A sequence of katakana characters</li> * <li><HANGUL>: A sequence of Hangul characters</li> * </ul> */ public final class StandardTokenizerImpl implements StandardTokenizerInterface { /** This character denotes the end of file */ public static final int YYEOF = -1; /** initial size of the lookahead buffer */ private static final int ZZ_BUFFERSIZE = 4096; /** lexical states */ public static final int YYINITIAL = 0; /** * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l * at the beginning of a line * l is of the form l = 2*k, k a non negative integer */ private static final int ZZ_LEXSTATE[] = { 0, 0 }; /** * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED = "\42\0\1\213\4\0\1\212\4\0\1\203\1\0\1\204\1\0\12\200"+ "\1\202\1\203\5\0\32\176\4\0\1\205\1\0\32\176\57\0\1\176"+ "\2\0\1\177\7\0\1\176\1\0\1\202\2\0\1\176\5\0\27\176"+ "\1\0\37\176\1\0\u01ca\176\4\0\14\176\5\0\1\202\10\0\5\176"+ "\7\0\1\176\1\0\1\176\21\0\160\177\5\176\1\0\2\176\2\0"+ "\4\176\1\203\7\0\1\176\1\202\3\176\1\0\1\176\1\0\24\176"+ "\1\0\123\176\1\0\213\176\1\0\7\177\236\176\11\0\46\176\2\0"+ "\1\176\7\0\47\176\1\0\1\203\7\0\55\177\1\0\1\177\1\0"+ "\2\177\1\0\2\177\1\0\1\177\10\0\33\214\5\0\3\214\1\176"+ "\1\202\13\0\5\177\7\0\2\203\2\0\13\177\1\0\1\177\3\0"+ "\53\176\25\177\12\200\1\0\1\200\1\203\1\0\2\176\1\177\143\176"+ "\1\0\1\176\7\177\1\177\1\0\6\177\2\176\2\177\1\0\4\177"+ "\2\176\12\200\3\176\2\0\1\176\17\0\1\177\1\176\1\177\36\176"+ "\33\177\2\0\131\176\13\177\1\176\16\0\12\200\41\176\11\177\2\176"+ "\2\0\1\203\1\0\1\176\5\0\26\176\4\177\1\176\11\177\1\176"+ "\3\177\1\176\5\177\22\0\31\176\3\177\104\0\1\176\1\0\13\176"+ "\67\0\33\177\1\0\4\177\66\176\3\177\1\176\22\177\1\176\7\177"+ "\12\176\2\177\2\0\12\200\1\0\7\176\1\0\7\176\1\0\3\177"+ "\1\0\10\176\2\0\2\176\2\0\26\176\1\0\7\176\1\0\1\176"+ "\3\0\4\176\2\0\1\177\1\176\7\177\2\0\2\177\2\0\3\177"+ "\1\176\10\0\1\177\4\0\2\176\1\0\3\176\2\177\2\0\12\200"+ "\2\176\17\0\3\177\1\0\6\176\4\0\2\176\2\0\26\176\1\0"+ "\7\176\1\0\2\176\1\0\2\176\1\0\2\176\2\0\1\177\1\0"+ "\5\177\4\0\2\177\2\0\3\177\3\0\1\177\7\0\4\176\1\0"+ "\1\176\7\0\12\200\2\177\3\176\1\177\13\0\3\177\1\0\11\176"+ "\1\0\3\176\1\0\26\176\1\0\7\176\1\0\2\176\1\0\5\176"+ "\2\0\1\177\1\176\10\177\1\0\3\177\1\0\3\177\2\0\1\176"+ "\17\0\2\176\2\177\2\0\12\200\21\0\3\177\1\0\10\176\2\0"+ "\2\176\2\0\26\176\1\0\7\176\1\0\2\176\1\0\5\176\2\0"+ "\1\177\1\176\7\177\2\0\2\177\2\0\3\177\10\0\2\177\4\0"+ "\2\176\1\0\3\176\2\177\2\0\12\200\1\0\1\176\20\0\1\177"+ "\1\176\1\0\6\176\3\0\3\176\1\0\4\176\3\0\2\176\1\0"+ "\1\176\1\0\2\176\3\0\2\176\3\0\3\176\3\0\14\176\4\0"+ "\5\177\3\0\3\177\1\0\4\177\2\0\1\176\6\0\1\177\16\0"+ "\12\200\21\0\3\177\1\0\10\176\1\0\3\176\1\0\27\176\1\0"+ "\12\176\1\0\5\176\3\0\1\176\7\177\1\0\3\177\1\0\4\177"+ "\7\0\2\177\1\0\2\176\6\0\2\176\2\177\2\0\12\200\22\0"+ "\2\177\1\0\10\176\1\0\3\176\1\0\27\176\1\0\12\176\1\0"+ "\5\176\2\0\1\177\1\176\7\177\1\0\3\177\1\0\4\177\7\0"+ "\2\177\7\0\1\176\1\0\2\176\2\177\2\0\12\200\1\0\2\176"+ "\17\0\2\177\1\0\10\176\1\0\3\176\1\0\51\176\2\0\1\176"+ "\7\177\1\0\3\177\1\0\4\177\1\176\10\0\1\177\10\0\2\176"+ "\2\177\2\0\12\200\12\0\6\176\2\0\2\177\1\0\22\176\3\0"+ "\30\176\1\0\11\176\1\0\1\176\2\0\7\176\3\0\1\177\4\0"+ "\6\177\1\0\1\177\1\0\10\177\22\0\2\177\15\0\60\206\1\207"+ "\2\206\7\207\5\0\7\206\10\207\1\0\12\200\47\0\2\206\1\0"+ "\1\206\2\0\2\206\1\0\1\206\2\0\1\206\6\0\4\206\1\0"+ "\7\206\1\0\3\206\1\0\1\206\1\0\1\206\2\0\2\206\1\0"+ "\4\206\1\207\2\206\6\207\1\0\2\207\1\206\2\0\5\206\1\0"+ "\1\206\1\0\6\207\2\0\12\200\2\0\4\206\40\0\1\176\27\0"+ "\2\177\6\0\12\200\13\0\1\177\1\0\1\177\1\0\1\177\4\0"+ "\2\177\10\176\1\0\44\176\4\0\24\177\1\0\2\177\5\176\13\177"+ "\1\0\44\177\11\0\1\177\71\0\53\206\24\207\1\206\12\200\6\0"+ "\6\206\4\207\4\206\3\207\1\206\3\207\2\206\7\207\3\206\4\207"+ "\15\206\14\207\1\206\1\207\12\200\4\207\2\206\46\176\1\0\1\176"+ "\5\0\1\176\2\0\53\176\1\0\4\176\u0100\215\111\176\1\0\4\176"+ "\2\0\7\176\1\0\1\176\1\0\4\176\2\0\51\176\1\0\4\176"+ "\2\0\41\176\1\0\4\176\2\0\7\176\1\0\1\176\1\0\4\176"+ "\2\0\17\176\1\0\71\176\1\0\4\176\2\0\103\176\2\0\3\177"+ "\40\0\20\176\20\0\125\176\14\0\u026c\176\2\0\21\176\1\0\32\176"+ "\5\0\113\176\3\0\3\176\17\0\15\176\1\0\4\176\3\177\13\0"+ "\22\176\3\177\13\0\22\176\2\177\14\0\15\176\1\0\3\176\1\0"+ "\2\177\14\0\64\206\40\207\3\0\1\206\4\0\1\206\1\207\2\0"+ "\12\200\41\0\3\177\1\177\1\0\12\200\6\0\130\176\10\0\51\176"+ "\1\177\1\176\5\0\106\176\12\0\35\176\3\0\14\177\4\0\14\177"+ "\12\0\12\200\36\206\2\0\5\206\13\0\54\206\4\0\21\207\7\206"+ "\2\207\6\0\12\200\1\206\3\0\2\206\40\0\27\176\5\177\4\0"+ "\65\206\12\207\1\0\35\207\2\0\1\177\12\200\6\0\12\200\6\0"+ "\16\206\122\0\5\177\57\176\21\177\7\176\4\0\12\200\21\0\11\177"+ "\14\0\3\177\36\176\15\177\2\176\12\200\54\176\16\177\14\0\44\176"+ "\24\177\10\0\12\200\3\0\3\176\12\200\44\176\122\0\3\177\1\0"+ "\25\177\4\176\1\177\4\176\3\177\2\176\11\0\300\176\47\177\25\0"+ "\4\177\u0116\176\2\0\6\176\2\0\46\176\2\0\6\176\2\0\10\176"+ "\1\0\1\176\1\0\1\176\1\0\1\176\1\0\37\176\2\0\65\176"+ "\1\0\7\176\1\0\1\176\3\0\3\176\1\0\7\176\3\0\4\176"+ "\2\0\6\176\4\0\15\176\5\0\3\176\1\0\7\176\17\0\2\177"+ "\2\177\10\0\2\204\12\0\1\204\2\0\1\202\2\0\5\177\20\0"+ "\2\205\3\0\1\203\17\0\1\205\13\0\5\177\1\0\12\177\1\0"+ "\1\176\15\0\1\176\20\0\15\176\63\0\41\177\21\0\1\176\4\0"+ "\1\176\2\0\12\176\1\0\1\176\3\0\5\176\6\0\1\176\1\0"+ "\1\176\1\0\1\176\1\0\4\176\1\0\13\176\2\0\4\176\5\0"+ "\5\176\4\0\1\176\21\0\51\176\u032d\0\64\176\u0716\0\57\176\1\0"+ "\57\176\1\0\205\176\6\0\4\176\3\177\2\176\14\0\46\176\1\0"+ "\1\176\5\0\1\176\2\0\70\176\7\0\1\176\17\0\1\177\27\176"+ "\11\0\7\176\1\0\7\176\1\0\7\176\1\0\7\176\1\0\7\176"+ "\1\0\7\176\1\0\7\176\1\0\7\176\1\0\40\177\57\0\1\176"+ "\120\0\32\210\1\0\131\210\14\0\326\210\57\0\1\176\1\0\1\210"+ "\31\0\11\210\6\177\1\0\5\201\2\0\3\210\1\176\1\176\4\0"+ "\126\211\2\0\2\177\2\201\3\211\133\201\1\0\4\201\5\0\51\176"+ "\3\0\136\215\21\0\33\176\65\0\20\201\320\0\57\201\1\0\130\201"+ "\250\0\u19b6\210\112\0\u51cd\210\63\0\u048d\176\103\0\56\176\2\0\u010d\176"+ "\3\0\20\176\12\200\2\176\24\0\57\176\4\177\1\0\12\177\1\0"+ "\31\176\7\0\1\177\120\176\2\177\45\0\11\176\2\0\147\176\2\0"+ "\4\176\1\0\4\176\14\0\13\176\115\0\12\176\1\177\3\176\1\177"+ "\4\176\1\177\27\176\5\177\30\0\64\176\14\0\2\177\62\176\21\177"+ "\13\0\12\200\6\0\22\177\6\176\3\0\1\176\4\0\12\200\34\176"+ "\10\177\2\0\27\176\15\177\14\0\35\215\3\0\4\177\57\176\16\177"+ "\16\0\1\176\12\200\46\0\51\176\16\177\11\0\3\176\1\177\10\176"+ "\2\177\2\0\12\200\6\0\33\206\1\207\4\0\60\206\1\207\1\206"+ "\3\207\2\206\2\207\5\206\2\207\1\206\1\207\1\206\30\0\5\206"+ "\13\176\5\177\2\0\3\176\2\177\12\0\6\176\2\0\6\176\2\0"+ "\6\176\11\0\7\176\1\0\7\176\221\0\43\176\10\177\1\0\2\177"+ "\2\0\12\200\6\0\u2ba4\215\14\0\27\215\4\0\61\215\4\0\1\44"+ "\1\40\1\67\1\64\1\33\1\30\2\0\1\24\1\21\2\0\1\17"+ "\1\15\14\0\1\3\1\6\20\0\1\156\7\0\1\111\1\10\5\0"+ "\1\1\1\172\3\0\1\163\1\163\1\163\1\163\1\163\1\163\1\163"+ "\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163"+ "\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163"+ "\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163\1\163"+ "\1\163\1\163\1\163\1\163\1\164\1\163\1\163\1\163\1\170\1\166"+ "\17\0\1\160\u02c1\0\1\114\277\0\1\157\1\115\1\16\3\167\2\62"+ "\1\167\1\62\2\167\1\36\21\167\2\106\7\117\1\116\7\117\7\102"+ "\1\37\1\102\1\140\2\66\1\65\1\140\1\66\1\65\10\140\2\107"+ "\5\103\2\75\5\103\1\22\10\53\5\23\3\41\12\122\20\41\3\63"+ "\32\43\1\42\2\61\2\126\1\127\2\126\2\127\2\126\1\127\3\61"+ "\1\60\2\61\12\110\1\136\1\50\1\45\1\110\6\50\1\45\13\50"+ "\31\61\7\50\12\123\1\50\5\13\3\137\3\101\1\100\4\101\2\100"+ "\10\101\1\100\7\35\1\34\2\35\7\101\16\137\1\151\4\124\1\4"+ "\4\121\1\4\5\150\1\147\1\150\3\147\7\150\1\147\23\150\5\113"+ "\3\150\6\113\2\113\6\112\5\112\3\144\2\101\7\143\36\101\4\143"+ "\5\101\5\137\6\135\2\137\1\135\4\35\13\146\12\121\14\146\12\175"+ "\15\174\1\145\2\174\1\173\3\152\1\13\2\152\5\161\4\152\4\162"+ "\1\161\3\162\1\161\5\162\2\70\1\73\2\70\1\73\1\70\2\73"+ "\1\70\1\73\12\70\1\73\4\5\1\154\1\153\1\155\1\12\3\165"+ "\1\155\2\165\1\141\2\142\2\165\1\12\1\165\1\12\1\165\1\12"+ "\1\165\3\12\1\165\2\12\1\165\1\12\2\165\1\12\1\165\1\12"+ "\1\165\1\12\1\165\1\12\1\165\1\12\1\76\2\72\1\76\1\72"+ "\2\76\4\72\1\76\7\72\1\76\4\72\1\76\4\72\1\165\1\12"+ "\1\165\12\31\1\57\21\31\1\57\3\32\1\57\3\31\1\57\1\31"+ "\2\2\2\31\1\57\15\134\4\47\4\54\1\120\1\56\10\120\7\54"+ "\6\165\4\25\1\27\37\25\1\27\4\25\25\105\1\171\11\105\21\26"+ "\5\105\1\7\12\55\5\105\6\104\4\76\1\77\1\26\5\133\12\131"+ "\17\133\1\74\3\71\14\130\1\11\11\46\1\52\5\46\4\132\13\51"+ "\2\14\11\46\1\52\31\46\1\52\4\11\4\46\2\52\2\125\1\20"+ "\5\125\52\20\u1900\0\u016e\210\2\0\152\210\46\0\7\176\14\0\5\176"+ "\5\0\1\214\1\177\12\214\1\0\15\214\1\0\5\214\1\0\1\214"+ "\1\0\2\214\1\0\2\214\1\0\12\214\142\176\41\0\u016b\176\22\0"+ "\100\176\2\0\66\176\50\0\14\176\4\0\20\177\1\203\2\0\1\202"+ "\1\203\13\0\7\177\14\0\2\205\30\0\3\205\1\203\1\0\1\204"+ "\1\0\1\203\1\202\32\0\5\176\1\0\207\176\2\0\1\177\7\0"+ "\1\204\4\0\1\203\1\0\1\204\1\0\12\200\1\202\1\203\5\0"+ "\32\176\4\0\1\205\1\0\32\176\13\0\70\201\2\177\37\215\3\0"+ "\6\215\2\0\6\215\2\0\6\215\2\0\3\215\34\0\3\177\4\0"; /** * Translates characters to character classes */ private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED); /** * Translates DFA states to action switch labels. */ private static final int [] ZZ_ACTION = zzUnpackAction(); private static final String ZZ_ACTION_PACKED_0 = "\1\0\26\1\1\2\1\3\1\4\1\1\1\5\1\6"+ "\1\7\1\2\1\10\21\0\1\2\1\0\1\2\12\0"+ "\1\3\21\0\1\2\25\0\1\2\115\0\1\1\20\0"; private static int [] zzUnpackAction() { int [] result = new int[197]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; } private static int zzUnpackAction(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** * Translates a state to a row index in the transition table */ private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 = "\0\0\0\216\0\u011c\0\u01aa\0\u0238\0\u02c6\0\u0354\0\u03e2"+ "\0\u0470\0\u04fe\0\u058c\0\u061a\0\u06a8\0\u0736\0\u07c4\0\u0852"+ "\0\u08e0\0\u096e\0\u09fc\0\u0a8a\0\u0b18\0\u0ba6\0\u0c34\0\u0cc2"+ "\0\u0d50\0\u0dde\0\u0e6c\0\u0efa\0\u0f88\0\u1016\0\u10a4\0\u1132"+ "\0\u11c0\0\u011c\0\u01aa\0\u124e\0\u12dc\0\u0354\0\u03e2\0\u0470"+ "\0\u04fe\0\u136a\0\u13f8\0\u1486\0\u1514\0\u07c4\0\u15a2\0\u1630"+ "\0\u16be\0\u174c\0\u17da\0\u1868\0\u18f6\0\u02c6\0\u1984\0\u1a12"+ "\0\u06a8\0\u1aa0\0\u1b2e\0\u1bbc\0\u1c4a\0\u1cd8\0\u1d66\0\u1df4"+ "\0\u1e82\0\u1f10\0\u1f9e\0\u202c\0\u20ba\0\u2148\0\u21d6\0\u2264"+ "\0\u22f2\0\u2380\0\u240e\0\u249c\0\u252a\0\u25b8\0\u2646\0\u0e6c"+ "\0\u26d4\0\u2762\0\u27f0\0\u287e\0\u290c\0\u299a\0\u2a28\0\u2ab6"+ "\0\u2b44\0\u2bd2\0\u2c60\0\u2cee\0\u2d7c\0\u2e0a\0\u2e98\0\u2f26"+ "\0\u2fb4\0\u3042\0\u30d0\0\u315e\0\u31ec\0\u327a\0\u3308\0\u3396"+ "\0\u3424\0\u34b2\0\u3540\0\u35ce\0\u365c\0\u36ea\0\u3778\0\u3806"+ "\0\u3894\0\u3922\0\u39b0\0\u3a3e\0\u3acc\0\u3b5a\0\u3be8\0\u3c76"+ "\0\u3d04\0\u3d92\0\u3e20\0\u3eae\0\u3f3c\0\u3fca\0\u4058\0\u40e6"+ "\0\u4174\0\u4202\0\u4290\0\u431e\0\u43ac\0\u443a\0\u44c8\0\u4556"+ "\0\u45e4\0\u4672\0\u4700\0\u478e\0\u481c\0\u48aa\0\u4938\0\u49c6"+ "\0\u4a54\0\u4ae2\0\u4b70\0\u4bfe\0\u4c8c\0\u4d1a\0\u4da8\0\u4e36"+ "\0\u4ec4\0\u4f52\0\u4fe0\0\u506e\0\u50fc\0\u518a\0\u5218\0\u52a6"+ "\0\u5334\0\u53c2\0\u5450\0\u54de\0\u556c\0\u55fa\0\u5688\0\u5716"+ "\0\u57a4\0\u5832\0\u58c0\0\u594e\0\u59dc\0\u5a6a\0\u5af8\0\u5b86"+ "\0\u5c14\0\u5ca2\0\u5d30\0\u5dbe\0\u5e4c\0\u5eda\0\u5f68\0\u5ff6"+ "\0\u6084\0\u6112\0\u61a0\0\u622e\0\u62bc\0\u634a\0\u63d8\0\u6466"+ "\0\u64f4\0\u6582\0\u6610\0\u669e\0\u672c"; private static int [] zzUnpackRowMap() { int [] result = new int[197]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; } private static int zzUnpackRowMap(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; } /** * The transition table of the DFA */ private static final int [] ZZ_TRANS = zzUnpackTrans(); private static final String ZZ_TRANS_PACKED_0 = "\1\2\1\3\1\2\1\4\2\2\1\5\1\2\1\6"+ "\4\2\1\7\1\2\1\10\1\2\1\11\2\2\1\12"+ "\3\2\1\13\2\2\1\14\4\2\1\15\3\2\1\16"+ "\17\2\1\17\2\2\1\20\66\2\1\21\1\2\1\22"+ "\2\2\1\23\1\24\1\2\1\25\1\2\1\26\1\2"+ "\1\27\3\2\1\30\1\2\1\31\1\32\3\2\1\33"+ "\2\34\1\35\1\36\2\2\1\37\1\40\220\0\1\30"+ "\2\0\1\30\4\0\1\30\16\0\1\30\15\0\1\30"+ "\20\0\1\30\1\0\1\30\41\0\1\30\4\0\1\30"+ "\10\0\2\30\5\0\2\30\10\0\1\30\26\0\2\30"+ "\5\0\1\30\2\0\1\30\3\0\2\30\10\0\4\30"+ "\1\0\3\30\1\0\1\30\2\0\1\30\2\0\1\30"+ "\4\0\4\30\1\0\2\30\1\0\1\30\2\0\1\30"+ "\1\0\1\30\2\0\4\30\2\0\3\30\1\0\2\30"+ "\1\0\3\30\1\0\4\30\1\0\2\30\5\0\4\30"+ "\2\0\10\30\1\0\1\30\2\0\1\30\1\0\2\30"+ "\4\0\1\30\3\0\3\30\27\0\1\30\4\0\1\30"+ "\11\0\1\30\22\0\1\30\3\0\1\30\27\0\1\30"+ "\63\0\1\30\31\0\1\30\3\0\4\30\1\0\1\30"+ "\1\0\1\31\2\0\1\30\1\0\2\30\2\0\2\30"+ "\2\0\3\30\1\0\1\30\1\0\1\30\2\0\4\30"+ "\1\0\3\30\1\0\1\30\1\0\3\30\1\0\2\30"+ "\1\0\4\30\1\0\2\30\2\0\10\30\1\0\2\30"+ "\1\0\10\30\1\31\1\0\7\30\1\0\10\30\1\0"+ "\6\30\1\0\1\30\1\0\2\30\2\0\1\30\1\0"+ "\1\30\3\0\3\30\36\0\1\30\17\0\1\30\23\0"+ "\1\30\23\0\1\30\6\0\3\30\37\0\1\30\7\0"+ "\1\30\30\0\1\30\1\0\2\30\1\0\1\30\1\0"+ "\4\30\1\0\1\30\1\0\1\30\1\0\2\30\1\0"+ "\3\30\1\0\2\30\1\0\4\30\1\0\3\30\1\0"+ "\17\30\1\0\2\30\1\0\21\30\1\0\2\30\1\0"+ "\41\30\1\0\1\30\1\0\2\30\2\0\1\30\1\0"+ "\1\30\1\0\1\30\1\0\3\30\36\0\1\30\3\0"+ "\2\30\12\0\2\30\13\0\1\30\6\0\1\30\2\0"+ "\2\30\6\0\1\30\4\0\2\30\2\0\2\30\5\0"+ "\3\30\20\0\1\30\16\0\1\30\7\0\1\30\30\0"+ "\1\30\1\0\2\30\1\0\1\30\2\0\2\30\2\0"+ "\1\30\3\0\2\30\1\0\3\30\1\0\2\30\1\0"+ "\4\30\1\0\3\30\1\0\1\30\1\0\2\30\2\0"+ "\11\30\1\0\2\30\1\0\1\30\1\0\2\30\1\0"+ "\14\30\1\0\2\30\1\0\10\30\1\0\2\30\1\0"+ "\1\30\1\0\23\30\1\0\1\30\1\0\2\30\2\0"+ "\1\30\1\0\1\30\1\0\1\30\1\0\3\30\22\0"+ "\1\30\26\0\2\30\23\0\1\31\1\30\40\0\1\31"+ "\101\0\1\31\27\0\4\30\2\0\2\30\14\0\3\30"+ "\15\0\3\30\3\0\1\30\7\0\2\30\1\0\4\31"+ "\1\0\2\30\13\0\1\30\23\0\1\30\44\0\1\30"+ "\3\0\2\30\12\0\2\30\1\0\3\30\7\0\1\30"+ "\6\0\2\30\1\0\2\30\6\0\1\30\4\0\2\30"+ "\2\0\2\30\5\0\3\30\2\0\1\30\3\0\2\31"+ "\10\0\1\30\16\0\1\30\7\0\1\30\30\0\1\30"+ "\4\0\1\30\6\0\1\30\3\0\1\30\6\0\1\30"+ "\5\0\1\30\2\0\2\30\1\0\17\30\2\0\1\30"+ "\13\0\7\30\2\0\1\30\1\0\1\30\1\0\2\30"+ "\2\0\1\30\1\0\3\30\2\0\1\30\1\0\1\30"+ "\1\0\1\30\1\0\1\30\6\0\2\30\6\0\1\30"+ "\7\0\1\30\1\0\1\30\42\0\1\30\17\0\2\30"+ "\22\0\1\30\2\0\2\30\13\0\1\30\3\0\2\30"+ "\5\0\3\30\20\0\1\30\16\0\1\30\7\0\1\30"+ "\35\0\1\30\6\0\1\30\3\0\1\30\3\0\1\30"+ "\7\0\1\30\31\0\20\30\5\0\3\30\4\0\1\30"+ "\6\0\1\30\3\0\2\30\2\0\2\30\4\0\1\30"+ "\5\0\1\30\2\0\1\30\4\0\1\30\1\0\1\30"+ "\1\0\1\30\137\0\1\36\41\0\1\32\42\0\1\35"+ "\6\0\1\35\2\0\1\35\3\0\2\35\10\0\4\35"+ "\1\0\3\35\1\0\1\35\2\0\1\35\2\0\1\35"+ "\4\0\4\35\1\0\2\35\6\0\1\35\2\0\4\35"+ "\2\0\3\35\1\0\2\35\1\0\3\35\1\0\4\35"+ "\1\0\2\35\5\0\4\35\2\0\10\35\4\0\1\35"+ "\1\0\2\35\4\0\1\35\3\0\3\35\22\0\1\35"+ "\1\0\2\35\1\0\1\35\1\0\4\35\1\0\1\35"+ "\1\0\1\35\1\0\2\35\1\0\3\35\1\0\2\35"+ "\1\0\4\35\1\0\3\35\1\0\17\35\1\0\2\35"+ "\1\0\21\35\1\0\2\35\1\0\41\35\1\0\1\35"+ "\1\0\2\35\2\0\1\35\1\0\1\35\1\0\1\35"+ "\1\0\3\35\22\0\1\35\1\0\2\35\1\0\1\35"+ "\1\0\4\35\1\0\1\35\1\0\1\35\1\0\2\35"+ "\2\0\1\35\2\0\2\35\1\0\4\35\1\0\3\35"+ "\1\0\17\35\1\0\2\35\1\0\21\35\1\0\2\35"+ "\1\0\41\35\1\0\1\35\1\0\2\35\2\0\1\35"+ "\1\0\1\35\1\0\1\35\1\0\3\35\36\0\1\35"+ "\17\0\1\35\23\0\1\35\32\0\1\35\41\0\1\35"+ "\7\0\1\35\30\0\1\35\1\0\2\35\3\0\4\35"+ "\1\0\1\35\1\0\1\35\1\0\2\35\1\0\3\35"+ "\1\0\2\35\1\0\4\35\1\0\3\35\1\0\10\35"+ "\1\0\6\35\1\0\2\35\1\0\21\35\1\0\2\35"+ "\1\0\41\35\1\0\1\35\1\0\2\35\2\0\1\35"+ "\1\0\1\35\1\0\1\35\1\0\3\35\165\0\1\41"+ "\25\0\1\36\2\41\21\0\1\42\1\0\1\43\2\0"+ "\1\44\1\0\1\45\4\0\1\46\1\0\1\47\1\0"+ "\1\50\2\0\1\51\3\0\1\52\2\0\1\53\4\0"+ "\1\54\3\0\1\55\17\0\1\56\2\0\1\57\21\0"+ "\1\60\2\0\1\61\61\0\2\30\1\62\1\0\1\63"+ "\1\0\1\63\1\64\1\0\1\30\2\0\1\63\1\0"+ "\1\37\1\30\1\0\1\42\1\0\1\43\2\0\1\65"+ "\1\0\1\66\4\0\1\46\1\0\1\47\1\0\1\50"+ "\2\0\1\51\3\0\1\67\2\0\1\70\4\0\1\71"+ "\3\0\1\72\17\0\1\56\2\0\1\73\21\0\1\74"+ "\2\0\1\75\61\0\1\30\2\31\2\0\2\76\1\77"+ "\1\0\1\31\2\0\1\76\1\0\1\37\1\30\6\0"+ "\1\100\21\0\1\101\2\0\1\102\10\0\1\103\22\0"+ "\1\104\21\0\1\105\2\0\1\106\41\0\1\107\20\0"+ "\1\32\1\0\1\32\3\0\1\64\1\0\1\32\7\0"+ "\1\42\1\0\1\43\2\0\1\110\1\0\1\66\4\0"+ "\1\46\1\0\1\47\1\0\1\50\2\0\1\51\3\0"+ "\1\111\2\0\1\112\4\0\1\71\3\0\1\113\17\0"+ "\1\56\2\0\1\114\21\0\1\115\2\0\1\116\41\0"+ "\1\117\17\0\1\30\1\120\1\31\1\121\3\0\1\120"+ "\1\0\1\120\4\0\1\37\1\30\206\0\2\34\14\0"+ "\1\122\21\0\1\123\2\0\1\124\10\0\1\125\22\0"+ "\1\126\21\0\1\127\2\0\1\130\62\0\1\35\7\0"+ "\1\35\14\0\1\131\21\0\1\132\2\0\1\133\10\0"+ "\1\134\22\0\1\135\21\0\1\136\2\0\1\137\62\0"+ "\1\36\7\0\1\36\7\0\1\42\1\0\1\43\2\0"+ "\1\140\1\0\1\45\4\0\1\46\1\0\1\47\1\0"+ "\1\50\2\0\1\51\3\0\1\141\2\0\1\142\4\0"+ "\1\54\3\0\1\143\17\0\1\56\2\0\1\144\21\0"+ "\1\145\2\0\1\146\61\0\1\30\1\37\1\62\1\0"+ "\1\63\1\0\1\63\1\64\1\0\1\37\2\0\1\147"+ "\1\150\1\37\1\30\1\0\1\42\1\0\1\43\2\0"+ "\1\151\1\0\1\45\4\0\1\46\1\0\1\47\1\0"+ "\1\50\2\0\1\51\3\0\1\152\2\0\1\153\4\0"+ "\1\54\3\0\1\154\17\0\1\56\2\0\1\155\21\0"+ "\1\156\2\0\1\157\61\0\1\30\1\40\1\62\1\0"+ "\1\63\1\0\1\63\1\64\1\0\1\40\2\0\1\63"+ "\1\0\1\37\1\40\6\0\1\160\21\0\1\161\2\0"+ "\1\162\10\0\1\163\22\0\1\164\21\0\1\165\2\0"+ "\1\166\55\0\1\167\4\0\1\41\7\0\1\41\15\0"+ "\1\30\4\0\1\30\11\0\1\30\22\0\1\30\3\0"+ "\1\30\13\0\1\30\2\0\1\30\10\0\1\30\22\0"+ "\4\30\35\0\1\30\31\0\1\30\3\0\4\30\1\0"+ "\1\30\1\0\1\62\2\0\1\30\1\0\2\30\2\0"+ "\2\30\2\0\3\30\1\0\1\30\1\0\1\30\2\0"+ "\4\30\1\0\3\30\1\0\1\30\1\0\3\30\1\0"+ "\2\30\1\0\4\30\1\0\2\30\2\0\10\30\1\0"+ "\2\30\1\0\10\30\1\62\1\0\7\30\1\0\10\30"+ "\1\0\6\30\1\0\1\30\1\0\2\30\2\0\1\30"+ "\1\0\1\30\3\0\3\30\22\0\1\30\26\0\2\30"+ "\23\0\1\62\1\30\40\0\1\62\13\0\1\30\65\0"+ "\1\62\11\0\1\30\15\0\4\30\2\0\2\30\14\0"+ "\4\30\1\0\2\30\11\0\3\30\3\0\1\30\1\0"+ "\1\30\4\0\3\30\1\0\4\62\1\0\2\30\5\0"+ "\4\30\2\0\2\30\12\0\1\30\7\0\1\30\44\0"+ "\1\30\3\0\2\30\12\0\2\30\1\0\3\30\7\0"+ "\1\30\6\0\2\30\1\0\2\30\6\0\1\30\4\0"+ "\2\30\2\0\2\30\5\0\3\30\2\0\1\30\3\0"+ "\2\62\10\0\1\30\16\0\1\30\7\0\1\30\30\0"+ "\1\30\4\0\1\30\6\0\1\30\3\0\1\30\6\0"+ "\1\30\5\0\1\30\2\0\2\30\1\0\17\30\2\0"+ "\1\30\13\0\7\30\2\0\1\30\1\0\1\30\1\0"+ "\2\30\2\0\1\30\1\0\3\30\2\0\1\30\1\0"+ "\1\30\1\0\1\30\1\0\1\30\4\0\1\30\1\0"+ "\2\30\6\0\1\30\7\0\1\30\1\0\1\30\33\0"+ "\1\30\6\0\1\30\3\0\1\30\3\0\1\30\7\0"+ "\1\30\31\0\20\30\5\0\3\30\4\0\1\30\6\0"+ "\1\30\3\0\2\30\2\0\2\30\4\0\5\30\1\0"+ "\1\30\2\0\1\30\4\0\1\30\1\0\1\30\1\0"+ "\1\30\134\0\2\30\25\0\4\30\55\0\1\30\15\0"+ "\2\30\10\0\2\30\1\0\1\30\1\0\1\30\11\0"+ "\1\30\11\0\2\30\6\0\1\30\2\0\4\30\3\0"+ "\1\30\2\0\2\30\1\0\3\30\1\0\2\30\1\0"+ "\1\30\10\0\1\30\1\0\2\30\2\0\2\30\1\0"+ "\4\30\23\0\1\30\21\0\1\42\1\0\1\43\2\0"+ "\1\170\1\0\1\45\4\0\1\46\1\0\1\47\1\0"+ "\1\50\2\0\1\51\3\0\1\171\2\0\1\172\4\0"+ "\1\54\3\0\1\173\17\0\1\56\2\0\1\174\21\0"+ "\1\175\2\0\1\176\61\0\1\30\2\62\2\0\2\177"+ "\1\64\1\0\1\62\2\0\1\177\1\0\1\37\1\30"+ "\1\0\1\42\1\0\1\43\2\0\1\200\1\0\1\201"+ "\4\0\1\46\1\0\1\47\1\0\1\50\2\0\1\51"+ "\3\0\1\202\2\0\1\203\4\0\1\204\3\0\1\205"+ "\17\0\1\56\2\0\1\206\21\0\1\207\2\0\1\210"+ "\61\0\1\30\1\63\7\0\1\63\4\0\2\30\1\0"+ "\1\42\1\0\1\43\2\0\1\211\1\0\1\45\4\0"+ "\1\46\1\0\1\47\1\0\1\50\2\0\1\51\3\0"+ "\1\212\2\0\1\213\4\0\1\54\3\0\1\214\17\0"+ "\1\56\2\0\1\215\21\0\1\216\2\0\1\217\41\0"+ "\1\117\17\0\1\30\1\64\1\62\1\121\3\0\1\64"+ "\1\0\1\64\4\0\1\37\1\30\7\0\1\30\4\0"+ "\1\30\11\0\1\30\22\0\1\30\3\0\1\30\13\0"+ "\1\31\2\0\1\31\10\0\1\30\22\0\4\31\35\0"+ "\1\30\26\0\1\30\26\0\2\30\23\0\1\31\1\30"+ "\40\0\1\31\13\0\1\31\65\0\1\31\11\0\1\31"+ "\15\0\4\30\2\0\2\30\14\0\3\30\1\31\1\0"+ "\2\31\11\0\3\30\3\0\1\30\1\0\1\31\4\0"+ "\1\31\2\30\1\0\4\31\1\0\2\30\5\0\4\31"+ "\2\0\1\30\1\31\12\0\1\31\7\0\1\30\30\0"+ "\1\30\4\0\1\30\6\0\1\30\3\0\1\30\6\0"+ "\1\30\5\0\1\30\2\0\2\30\1\0\17\30\2\0"+ "\1\30\13\0\7\30\2\0\1\30\1\0\1\30\1\0"+ "\2\30\2\0\1\30\1\0\3\30\2\0\1\30\1\0"+ "\1\30\1\0\1\30\1\0\1\30\4\0\1\31\1\0"+ "\2\30\6\0\1\30\7\0\1\30\1\0\1\30\33\0"+ "\1\30\6\0\1\30\3\0\1\30\3\0\1\30\7\0"+ "\1\30\31\0\20\30\5\0\3\30\4\0\1\30\6\0"+ "\1\30\3\0\2\30\2\0\2\30\4\0\1\30\4\31"+ "\1\0\1\30\2\0\1\30\4\0\1\30\1\0\1\30"+ "\1\0\1\30\134\0\2\31\25\0\4\31\55\0\1\31"+ "\15\0\2\31\10\0\2\31\1\0\1\31\1\0\1\31"+ "\11\0\1\31\11\0\2\31\6\0\1\31\2\0\4\31"+ "\3\0\1\31\2\0\2\31\1\0\3\31\1\0\2\31"+ "\1\0\1\31\10\0\1\31\1\0\2\31\2\0\2\31"+ "\1\0\4\31\23\0\1\31\26\0\1\220\1\0\1\221"+ "\17\0\1\222\2\0\1\223\4\0\1\224\3\0\1\225"+ "\22\0\1\226\21\0\1\227\2\0\1\230\62\0\1\76"+ "\1\31\6\0\1\76\7\0\1\42\1\0\1\43\2\0"+ "\1\231\1\0\1\66\4\0\1\46\1\0\1\47\1\0"+ "\1\50\2\0\1\51\3\0\1\232\2\0\1\233\4\0"+ "\1\71\3\0\1\234\17\0\1\56\2\0\1\235\21\0"+ "\1\236\2\0\1\237\41\0\1\117\17\0\1\30\1\77"+ "\1\31\1\121\3\0\1\77\1\0\1\77\4\0\1\37"+ "\1\30\71\0\1\32\2\0\1\32\33\0\4\32\216\0"+ "\1\32\77\0\1\32\44\0\1\32\1\0\2\32\21\0"+ "\1\32\4\0\1\32\17\0\4\32\3\0\1\32\12\0"+ "\1\32\203\0\1\32\222\0\4\32\152\0\2\32\25\0"+ "\4\32\55\0\1\32\15\0\2\32\10\0\2\32\1\0"+ "\1\32\1\0\1\32\11\0\1\32\11\0\2\32\6\0"+ "\1\32\2\0\4\32\3\0\1\32\2\0\2\32\1\0"+ "\3\32\1\0\2\32\1\0\1\32\10\0\1\32\1\0"+ "\2\32\2\0\2\32\1\0\4\32\23\0\1\32\177\0"+ "\1\32\45\0\1\30\4\0\1\30\11\0\1\30\22\0"+ "\1\30\3\0\1\30\13\0\1\120\2\0\1\120\10\0"+ "\1\30\22\0\4\120\35\0\1\30\26\0\1\30\26\0"+ "\2\30\23\0\1\31\1\30\40\0\1\31\13\0\1\120"+ "\65\0\1\31\11\0\1\120\15\0\4\30\2\0\2\30"+ "\14\0\3\30\1\120\1\0\2\120\11\0\3\30\3\0"+ "\1\30\1\0\1\120\4\0\1\120\2\30\1\0\4\31"+ "\1\0\2\30\5\0\4\120\2\0\1\30\1\120\12\0"+ "\1\120\7\0\1\30\30\0\1\30\4\0\1\30\6\0"+ "\1\30\3\0\1\30\6\0\1\30\5\0\1\30\2\0"+ "\2\30\1\0\17\30\2\0\1\30\13\0\7\30\2\0"+ "\1\30\1\0\1\30\1\0\2\30\2\0\1\30\1\0"+ "\3\30\2\0\1\30\1\0\1\30\1\0\1\30\1\0"+ "\1\30\4\0\1\120\1\0\2\30\6\0\1\30\7\0"+ "\1\30\1\0\1\30\33\0\1\30\6\0\1\30\3\0"+ "\1\30\3\0\1\30\7\0\1\30\31\0\20\30\5\0"+ "\3\30\4\0\1\30\6\0\1\30\3\0\2\30\2\0"+ "\2\30\4\0\1\30\4\120\1\0\1\30\2\0\1\30"+ "\4\0\1\30\1\0\1\30\1\0\1\30\134\0\2\120"+ "\25\0\4\120\55\0\1\120\15\0\2\120\10\0\2\120"+ "\1\0\1\120\1\0\1\120\11\0\1\120\11\0\2\120"+ "\6\0\1\120\2\0\4\120\3\0\1\120\2\0\2\120"+ "\1\0\3\120\1\0\2\120\1\0\1\120\10\0\1\120"+ "\1\0\2\120\2\0\2\120\1\0\4\120\23\0\1\120"+ "\177\0\1\121\44\0\1\240\21\0\1\241\2\0\1\242"+ "\10\0\1\243\22\0\1\244\21\0\1\245\2\0\1\246"+ "\41\0\1\117\20\0\1\121\1\0\1\121\3\0\1\64"+ "\1\0\1\121\77\0\1\35\2\0\1\35\33\0\4\35"+ "\216\0\1\35\77\0\1\35\44\0\1\35\1\0\2\35"+ "\21\0\1\35\4\0\1\35\17\0\4\35\3\0\1\35"+ "\12\0\1\35\203\0\1\35\222\0\4\35\152\0\2\35"+ "\25\0\4\35\55\0\1\35\15\0\2\35\10\0\2\35"+ "\1\0\1\35\1\0\1\35\11\0\1\35\11\0\2\35"+ "\6\0\1\35\2\0\4\35\3\0\1\35\2\0\2\35"+ "\1\0\3\35\1\0\2\35\1\0\1\35\10\0\1\35"+ "\1\0\2\35\2\0\2\35\1\0\4\35\23\0\1\35"+ "\111\0\1\36\2\0\1\36\33\0\4\36\216\0\1\36"+ "\77\0\1\36\44\0\1\36\1\0\2\36\21\0\1\36"+ "\4\0\1\36\17\0\4\36\3\0\1\36\12\0\1\36"+ "\203\0\1\36\222\0\4\36\152\0\2\36\25\0\4\36"+ "\55\0\1\36\15\0\2\36\10\0\2\36\1\0\1\36"+ "\1\0\1\36\11\0\1\36\11\0\2\36\6\0\1\36"+ "\2\0\4\36\3\0\1\36\2\0\2\36\1\0\3\36"+ "\1\0\2\36\1\0\1\36\10\0\1\36\1\0\2\36"+ "\2\0\2\36\1\0\4\36\23\0\1\36\27\0\1\30"+ "\4\0\1\30\11\0\1\30\22\0\1\30\3\0\1\30"+ "\13\0\1\37\2\0\1\37\10\0\1\30\22\0\4\37"+ "\35\0\1\30\26\0\1\30\26\0\2\30\23\0\1\62"+ "\1\30\40\0\1\62\13\0\1\37\65\0\1\62\11\0"+ "\1\37\15\0\4\30\2\0\2\30\14\0\3\30\1\37"+ "\1\0\2\37\11\0\3\30\3\0\1\30\1\0\1\37"+ "\4\0\1\37\2\30\1\0\4\62\1\0\2\30\5\0"+ "\4\37\2\0\1\30\1\37\12\0\1\37\7\0\1\30"+ "\30\0\1\30\4\0\1\30\6\0\1\30\3\0\1\30"+ "\6\0\1\30\5\0\1\30\2\0\2\30\1\0\17\30"+ "\2\0\1\30\13\0\7\30\2\0\1\30\1\0\1\30"+ "\1\0\2\30\2\0\1\30\1\0\3\30\2\0\1\30"+ "\1\0\1\30\1\0\1\30\1\0\1\30\4\0\1\37"+ "\1\0\2\30\6\0\1\30\7\0\1\30\1\0\1\30"+ "\33\0\1\30\6\0\1\30\3\0\1\30\3\0\1\30"+ "\7\0\1\30\31\0\20\30\5\0\3\30\4\0\1\30"+ "\6\0\1\30\3\0\2\30\2\0\2\30\4\0\1\30"+ "\4\37\1\0\1\30\2\0\1\30\4\0\1\30\1\0"+ "\1\30\1\0\1\30\134\0\2\37\25\0\4\37\55\0"+ "\1\37\15\0\2\37\10\0\2\37\1\0\1\37\1\0"+ "\1\37\11\0\1\37\11\0\2\37\6\0\1\37\2\0"+ "\4\37\3\0\1\37\2\0\2\37\1\0\3\37\1\0"+ "\2\37\1\0\1\37\10\0\1\37\1\0\2\37\2\0"+ "\2\37\1\0\4\37\23\0\1\37\21\0\1\42\1\0"+ "\1\43\2\0\1\247\1\0\1\45\4\0\1\46\1\0"+ "\1\47\1\0\1\50\2\0\1\51\3\0\1\250\2\0"+ "\1\251\4\0\1\54\3\0\1\252\17\0\1\56\2\0"+ "\1\253\21\0\1\254\2\0\1\255\61\0\1\30\1\147"+ "\1\62\4\0\1\64\1\0\1\147\4\0\1\37\1\30"+ "\6\0\1\256\21\0\1\257\2\0\1\260\10\0\1\261"+ "\22\0\1\262\21\0\1\263\2\0\1\264\62\0\1\150"+ "\7\0\1\150\4\0\1\147\10\0\1\30\4\0\1\30"+ "\11\0\1\30\22\0\1\30\3\0\1\30\13\0\1\40"+ "\2\0\1\40\10\0\1\30\22\0\4\40\35\0\1\30"+ "\26\0\1\30\26\0\2\30\23\0\1\62\1\30\40\0"+ "\1\62\13\0\1\40\65\0\1\62\11\0\1\40\15\0"+ "\4\30\2\0\2\30\14\0\3\30\1\40\1\0\2\40"+ "\11\0\3\30\3\0\1\30\1\0\1\40\4\0\1\40"+ "\2\30\1\0\4\62\1\0\2\30\5\0\4\40\2\0"+ "\1\30\1\40\12\0\1\40\7\0\1\30\30\0\1\30"+ "\4\0\1\30\6\0\1\30\3\0\1\30\6\0\1\30"+ "\5\0\1\30\2\0\2\30\1\0\17\30\2\0\1\30"+ "\13\0\7\30\2\0\1\30\1\0\1\30\1\0\2\30"+ "\2\0\1\30\1\0\3\30\2\0\1\30\1\0\1\30"+ "\1\0\1\30\1\0\1\30\4\0\1\40\1\0\2\30"+ "\6\0\1\30\7\0\1\30\1\0\1\30\33\0\1\30"+ "\6\0\1\30\3\0\1\30\3\0\1\30\7\0\1\30"+ "\31\0\20\30\5\0\3\30\4\0\1\30\6\0\1\30"+ "\3\0\2\30\2\0\2\30\4\0\1\30\4\40\1\0"+ "\1\30\2\0\1\30\4\0\1\30\1\0\1\30\1\0"+ "\1\30\134\0\2\40\25\0\4\40\55\0\1\40\15\0"+ "\2\40\10\0\2\40\1\0\1\40\1\0\1\40\11\0"+ "\1\40\11\0\2\40\6\0\1\40\2\0\4\40\3\0"+ "\1\40\2\0\2\40\1\0\3\40\1\0\2\40\1\0"+ "\1\40\10\0\1\40\1\0\2\40\2\0\2\40\1\0"+ "\4\40\23\0\1\40\111\0\1\41\2\0\1\41\33\0"+ "\4\41\216\0\1\41\77\0\1\41\44\0\1\41\1\0"+ "\2\41\21\0\1\41\4\0\1\41\17\0\4\41\3\0"+ "\1\41\12\0\1\41\203\0\1\41\222\0\4\41\152\0"+ "\2\41\25\0\4\41\55\0\1\41\15\0\2\41\10\0"+ "\2\41\1\0\1\41\1\0\1\41\11\0\1\41\11\0"+ "\2\41\6\0\1\41\2\0\4\41\3\0\1\41\2\0"+ "\2\41\1\0\3\41\1\0\2\41\1\0\1\41\10\0"+ "\1\41\1\0\2\41\2\0\2\41\1\0\4\41\23\0"+ "\1\41\165\0\1\265\26\0\2\265\27\0\1\30\4\0"+ "\1\30\11\0\1\30\22\0\1\30\3\0\1\30\13\0"+ "\1\62\2\0\1\62\10\0\1\30\22\0\4\62\35\0"+ "\1\30\26\0\1\30\26\0\2\30\23\0\1\62\1\30"+ "\40\0\1\62\13\0\1\62\65\0\1\62\11\0\1\62"+ "\15\0\4\30\2\0\2\30\14\0\3\30\1\62\1\0"+ "\2\62\11\0\3\30\3\0\1\30\1\0\1\62\4\0"+ "\1\62\2\30\1\0\4\62\1\0\2\30\5\0\4\62"+ "\2\0\1\30\1\62\12\0\1\62\7\0\1\30\30\0"+ "\1\30\4\0\1\30\6\0\1\30\3\0\1\30\6\0"+ "\1\30\5\0\1\30\2\0\2\30\1\0\17\30\2\0"+ "\1\30\13\0\7\30\2\0\1\30\1\0\1\30\1\0"+ "\2\30\2\0\1\30\1\0\3\30\2\0\1\30\1\0"+ "\1\30\1\0\1\30\1\0\1\30\4\0\1\62\1\0"+ "\2\30\6\0\1\30\7\0\1\30\1\0\1\30\33\0"+ "\1\30\6\0\1\30\3\0\1\30\3\0\1\30\7\0"+ "\1\30\31\0\20\30\5\0\3\30\4\0\1\30\6\0"+ "\1\30\3\0\2\30\2\0\2\30\4\0\1\30\4\62"+ "\1\0\1\30\2\0\1\30\4\0\1\30\1\0\1\30"+ "\1\0\1\30\134\0\2\62\25\0\4\62\55\0\1\62"+ "\15\0\2\62\10\0\2\62\1\0\1\62\1\0\1\62"+ "\11\0\1\62\11\0\2\62\6\0\1\62\2\0\4\62"+ "\3\0\1\62\2\0\2\62\1\0\3\62\1\0\2\62"+ "\1\0\1\62\10\0\1\62\1\0\2\62\2\0\2\62"+ "\1\0\4\62\23\0\1\62\26\0\1\266\1\0\1\267"+ "\17\0\1\270\2\0\1\271\4\0\1\272\3\0\1\273"+ "\22\0\1\274\21\0\1\275\2\0\1\276\62\0\1\177"+ "\1\62\6\0\1\177\15\0\1\30\4\0\1\30\11\0"+ "\1\30\22\0\1\30\3\0\1\30\13\0\1\63\2\0"+ "\1\63\10\0\1\30\22\0\4\63\35\0\1\30\31\0"+ "\1\30\3\0\4\30\1\0\1\30\4\0\1\30\1\0"+ "\2\30\2\0\2\30\2\0\3\30\1\0\1\30\1\0"+ "\1\30\2\0\4\30\1\0\3\30\1\0\1\30\1\0"+ "\3\30\1\0\2\30\1\0\4\30\1\0\2\30\2\0"+ "\10\30\1\0\2\30\1\0\10\30\2\0\7\30\1\0"+ "\10\30\1\0\6\30\1\0\1\30\1\0\2\30\2\0"+ "\1\30\1\0\1\30\3\0\3\30\22\0\1\30\26\0"+ "\2\30\24\0\1\30\54\0\1\63\77\0\1\63\15\0"+ "\4\30\2\0\2\30\14\0\3\30\1\63\1\0\2\63"+ "\11\0\3\30\3\0\1\30\1\0\1\63\4\0\1\63"+ "\2\30\6\0\2\30\5\0\4\63\2\0\1\30\1\63"+ "\12\0\1\63\7\0\1\30\44\0\1\30\3\0\2\30"+ "\12\0\2\30\1\0\3\30\7\0\1\30\6\0\2\30"+ "\1\0\2\30\6\0\1\30\4\0\2\30\2\0\2\30"+ "\5\0\3\30\2\0\1\30\15\0\1\30\16\0\1\30"+ "\7\0\1\30\30\0\1\30\4\0\1\30\6\0\1\30"+ "\3\0\1\30\6\0\1\30\5\0\1\30\2\0\2\30"+ "\1\0\17\30\2\0\1\30\13\0\7\30\2\0\1\30"+ "\1\0\1\30\1\0\2\30\2\0\1\30\1\0\3\30"+ "\2\0\1\30\1\0\1\30\1\0\1\30\1\0\1\30"+ "\4\0\1\63\1\0\2\30\6\0\1\30\7\0\1\30"+ "\1\0\1\30\33\0\1\30\6\0\1\30\3\0\1\30"+ "\3\0\1\30\7\0\1\30\31\0\20\30\5\0\3\30"+ "\4\0\1\30\6\0\1\30\3\0\2\30\2\0\2\30"+ "\4\0\1\30\4\63\1\0\1\30\2\0\1\30\4\0"+ "\1\30\1\0\1\30\1\0\1\30\134\0\2\63\25\0"+ "\4\63\55\0\1\63\15\0\2\63\10\0\2\63\1\0"+ "\1\63\1\0\1\63\11\0\1\63\11\0\2\63\6\0"+ "\1\63\2\0\4\63\3\0\1\63\2\0\2\63\1\0"+ "\3\63\1\0\2\63\1\0\1\63\10\0\1\63\1\0"+ "\2\63\2\0\2\63\1\0\4\63\23\0\1\63\27\0"+ "\1\30\4\0\1\30\11\0\1\30\22\0\1\30\3\0"+ "\1\30\13\0\1\64\2\0\1\64\10\0\1\30\22\0"+ "\4\64\35\0\1\30\26\0\1\30\26\0\2\30\23\0"+ "\1\62\1\30\40\0\1\62\13\0\1\64\65\0\1\62"+ "\11\0\1\64\15\0\4\30\2\0\2\30\14\0\3\30"+ "\1\64\1\0\2\64\11\0\3\30\3\0\1\30\1\0"+ "\1\64\4\0\1\64\2\30\1\0\4\62\1\0\2\30"+ "\5\0\4\64\2\0\1\30\1\64\12\0\1\64\7\0"+ "\1\30\30\0\1\30\4\0\1\30\6\0\1\30\3\0"+ "\1\30\6\0\1\30\5\0\1\30\2\0\2\30\1\0"+ "\17\30\2\0\1\30\13\0\7\30\2\0\1\30\1\0"+ "\1\30\1\0\2\30\2\0\1\30\1\0\3\30\2\0"+ "\1\30\1\0\1\30\1\0\1\30\1\0\1\30\4\0"+ "\1\64\1\0\2\30\6\0\1\30\7\0\1\30\1\0"+ "\1\30\33\0\1\30\6\0\1\30\3\0\1\30\3\0"+ "\1\30\7\0\1\30\31\0\20\30\5\0\3\30\4\0"+ "\1\30\6\0\1\30\3\0\2\30\2\0\2\30\4\0"+ "\1\30\4\64\1\0\1\30\2\0\1\30\4\0\1\30"+ "\1\0\1\30\1\0\1\30\134\0\2\64\25\0\4\64"+ "\55\0\1\64\15\0\2\64\10\0\2\64\1\0\1\64"+ "\1\0\1\64\11\0\1\64\11\0\2\64\6\0\1\64"+ "\2\0\4\64\3\0\1\64\2\0\2\64\1\0\3\64"+ "\1\0\2\64\1\0\1\64\10\0\1\64\1\0\2\64"+ "\2\0\2\64\1\0\4\64\23\0\1\64\111\0\1\76"+ "\2\0\1\76\33\0\4\76\102\0\1\31\104\0\1\31"+ "\146\0\1\31\41\0\1\31\13\0\1\76\65\0\1\31"+ "\11\0\1\76\44\0\1\76\1\0\2\76\21\0\1\76"+ "\4\0\1\76\3\0\4\31\10\0\4\76\3\0\1\76"+ "\12\0\1\76\164\0\2\31\233\0\1\76\222\0\4\76"+ "\152\0\2\76\25\0\4\76\55\0\1\76\15\0\2\76"+ "\10\0\2\76\1\0\1\76\1\0\1\76\11\0\1\76"+ "\11\0\2\76\6\0\1\76\2\0\4\76\3\0\1\76"+ "\2\0\2\76\1\0\3\76\1\0\2\76\1\0\1\76"+ "\10\0\1\76\1\0\2\76\2\0\2\76\1\0\4\76"+ "\23\0\1\76\27\0\1\30\4\0\1\30\11\0\1\30"+ "\22\0\1\30\3\0\1\30\13\0\1\77\2\0\1\77"+ "\10\0\1\30\22\0\4\77\35\0\1\30\26\0\1\30"+ "\26\0\2\30\23\0\1\31\1\30\40\0\1\31\13\0"+ "\1\77\65\0\1\31\11\0\1\77\15\0\4\30\2\0"+ "\2\30\14\0\3\30\1\77\1\0\2\77\11\0\3\30"+ "\3\0\1\30\1\0\1\77\4\0\1\77\2\30\1\0"+ "\4\31\1\0\2\30\5\0\4\77\2\0\1\30\1\77"+ "\12\0\1\77\7\0\1\30\30\0\1\30\4\0\1\30"+ "\6\0\1\30\3\0\1\30\6\0\1\30\5\0\1\30"+ "\2\0\2\30\1\0\17\30\2\0\1\30\13\0\7\30"+ "\2\0\1\30\1\0\1\30\1\0\2\30\2\0\1\30"+ "\1\0\3\30\2\0\1\30\1\0\1\30\1\0\1\30"+ "\1\0\1\30\4\0\1\77\1\0\2\30\6\0\1\30"+ "\7\0\1\30\1\0\1\30\33\0\1\30\6\0\1\30"+ "\3\0\1\30\3\0\1\30\7\0\1\30\31\0\20\30"+ "\5\0\3\30\4\0\1\30\6\0\1\30\3\0\2\30"+ "\2\0\2\30\4\0\1\30\4\77\1\0\1\30\2\0"+ "\1\30\4\0\1\30\1\0\1\30\1\0\1\30\134\0"+ "\2\77\25\0\4\77\55\0\1\77\15\0\2\77\10\0"+ "\2\77\1\0\1\77\1\0\1\77\11\0\1\77\11\0"+ "\2\77\6\0\1\77\2\0\4\77\3\0\1\77\2\0"+ "\2\77\1\0\3\77\1\0\2\77\1\0\1\77\10\0"+ "\1\77\1\0\2\77\2\0\2\77\1\0\4\77\23\0"+ "\1\77\111\0\1\121\2\0\1\121\33\0\4\121\216\0"+ "\1\121\77\0\1\121\44\0\1\121\1\0\2\121\21\0"+ "\1\121\4\0\1\121\17\0\4\121\3\0\1\121\12\0"+ "\1\121\203\0\1\121\222\0\4\121\152\0\2\121\25\0"+ "\4\121\55\0\1\121\15\0\2\121\10\0\2\121\1\0"+ "\1\121\1\0\1\121\11\0\1\121\11\0\2\121\6\0"+ "\1\121\2\0\4\121\3\0\1\121\2\0\2\121\1\0"+ "\3\121\1\0\2\121\1\0\1\121\10\0\1\121\1\0"+ "\2\121\2\0\2\121\1\0\4\121\23\0\1\121\27\0"+ "\1\30\4\0\1\30\11\0\1\30\22\0\1\30\3\0"+ "\1\30\13\0\1\147\2\0\1\147\10\0\1\30\22\0"+ "\4\147\35\0\1\30\26\0\1\30\26\0\2\30\23\0"+ "\1\62\1\30\40\0\1\62\13\0\1\147\65\0\1\62"+ "\11\0\1\147\15\0\4\30\2\0\2\30\14\0\3\30"+ "\1\147\1\0\2\147\11\0\3\30\3\0\1\30\1\0"+ "\1\147\4\0\1\147\2\30\1\0\4\62\1\0\2\30"+ "\5\0\4\147\2\0\1\30\1\147\12\0\1\147\7\0"+ "\1\30\30\0\1\30\4\0\1\30\6\0\1\30\3\0"+ "\1\30\6\0\1\30\5\0\1\30\2\0\2\30\1\0"+ "\17\30\2\0\1\30\13\0\7\30\2\0\1\30\1\0"+ "\1\30\1\0\2\30\2\0\1\30\1\0\3\30\2\0"+ "\1\30\1\0\1\30\1\0\1\30\1\0\1\30\4\0"+ "\1\147\1\0\2\30\6\0\1\30\7\0\1\30\1\0"+ "\1\30\33\0\1\30\6\0\1\30\3\0\1\30\3\0"+ "\1\30\7\0\1\30\31\0\20\30\5\0\3\30\4\0"+ "\1\30\6\0\1\30\3\0\2\30\2\0\2\30\4\0"+ "\1\30\4\147\1\0\1\30\2\0\1\30\4\0\1\30"+ "\1\0\1\30\1\0\1\30\134\0\2\147\25\0\4\147"+ "\55\0\1\147\15\0\2\147\10\0\2\147\1\0\1\147"+ "\1\0\1\147\11\0\1\147\11\0\2\147\6\0\1\147"+ "\2\0\4\147\3\0\1\147\2\0\2\147\1\0\3\147"+ "\1\0\2\147\1\0\1\147\10\0\1\147\1\0\2\147"+ "\2\0\2\147\1\0\4\147\23\0\1\147\111\0\1\150"+ "\2\0\1\150\33\0\4\150\216\0\1\150\77\0\1\150"+ "\44\0\1\150\1\0\2\150\21\0\1\150\4\0\1\150"+ "\17\0\4\150\3\0\1\150\12\0\1\150\203\0\1\150"+ "\222\0\4\150\152\0\2\150\25\0\4\150\55\0\1\150"+ "\15\0\2\150\10\0\2\150\1\0\1\150\1\0\1\150"+ "\11\0\1\150\11\0\2\150\6\0\1\150\2\0\4\150"+ "\3\0\1\150\2\0\2\150\1\0\3\150\1\0\2\150"+ "\1\0\1\150\10\0\1\150\1\0\2\150\2\0\2\150"+ "\1\0\4\150\23\0\1\150\26\0\1\277\21\0\1\300"+ "\2\0\1\301\10\0\1\302\22\0\1\303\21\0\1\304"+ "\2\0\1\305\55\0\1\167\4\0\1\265\7\0\1\265"+ "\77\0\1\177\2\0\1\177\33\0\4\177\102\0\1\62"+ "\104\0\1\62\146\0\1\62\41\0\1\62\13\0\1\177"+ "\65\0\1\62\11\0\1\177\44\0\1\177\1\0\2\177"+ "\21\0\1\177\4\0\1\177\3\0\4\62\10\0\4\177"+ "\3\0\1\177\12\0\1\177\164\0\2\62\233\0\1\177"+ "\222\0\4\177\152\0\2\177\25\0\4\177\55\0\1\177"+ "\15\0\2\177\10\0\2\177\1\0\1\177\1\0\1\177"+ "\11\0\1\177\11\0\2\177\6\0\1\177\2\0\4\177"+ "\3\0\1\177\2\0\2\177\1\0\3\177\1\0\2\177"+ "\1\0\1\177\10\0\1\177\1\0\2\177\2\0\2\177"+ "\1\0\4\177\23\0\1\177\111\0\1\265\2\0\1\265"+ "\33\0\4\265\216\0\1\265\77\0\1\265\44\0\1\265"+ "\1\0\2\265\21\0\1\265\4\0\1\265\17\0\4\265"+ "\3\0\1\265\12\0\1\265\203\0\1\265\222\0\4\265"+ "\152\0\2\265\25\0\4\265\55\0\1\265\15\0\2\265"+ "\10\0\2\265\1\0\1\265\1\0\1\265\11\0\1\265"+ "\11\0\2\265\6\0\1\265\2\0\4\265\3\0\1\265"+ "\2\0\2\265\1\0\3\265\1\0\2\265\1\0\1\265"+ "\10\0\1\265\1\0\2\265\2\0\2\265\1\0\4\265"+ "\23\0\1\265\20\0"; private static int [] zzUnpackTrans() { int [] result = new int[26554]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; } private static int zzUnpackTrans(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; } /* error codes */ private static final int ZZ_UNKNOWN_ERROR = 0; private static final int ZZ_NO_MATCH = 1; private static final int ZZ_PUSHBACK_2BIG = 2; /* error messages for the codes above */ private static final String ZZ_ERROR_MSG[] = { "Unkown internal scanner error", "Error: could not match input", "Error: pushback value was too large" }; /** * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code> */ private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); private static final String ZZ_ATTRIBUTE_PACKED_0 = "\1\0\1\11\36\1\21\0\1\1\1\0\1\1\12\0"+ "\1\1\21\0\1\1\25\0\1\1\115\0\1\1\20\0"; private static int [] zzUnpackAttribute() { int [] result = new int[197]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; } private static int zzUnpackAttribute(String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; } /** the input device */ private java.io.Reader zzReader; /** the current state of the DFA */ private int zzState; /** the current lexical state */ private int zzLexicalState = YYINITIAL; /** this buffer contains the current text to be matched and is the source of the yytext() string */ private char zzBuffer[] = new char[ZZ_BUFFERSIZE]; /** the textposition at the last accepting state */ private int zzMarkedPos; /** the current text position in the buffer */ private int zzCurrentPos; /** startRead marks the beginning of the yytext() string in the buffer */ private int zzStartRead; /** endRead marks the last character in the buffer, that has been read from input */ private int zzEndRead; /** number of newlines encountered up to the start of the matched text */ private int yyline; /** the number of characters up to the start of the matched text */ private int yychar; /** * the number of characters from the last newline up to the start of the * matched text */ private int yycolumn; /** * zzAtBOL == true <=> the scanner is currently at the beginning of a line */ private boolean zzAtBOL = true; /** zzAtEOF == true <=> the scanner is at the EOF */ private boolean zzAtEOF; /** denotes if the user-EOF-code has already been executed */ private boolean zzEOFDone; /* user code: */ /** Alphanumeric sequences */ public static final int WORD_TYPE = StandardTokenizer.ALPHANUM; /** Numbers */ public static final int NUMERIC_TYPE = StandardTokenizer.NUM; /** * Chars in class \p{Line_Break = Complex_Context} are from South East Asian * scripts (Thai, Lao, Myanmar, Khmer, etc.). Sequences of these are kept * together as as a single token rather than broken up, because the logic * required to break them at word boundaries is too complex for UAX#29. * <p> * See Unicode Line Breaking Algorithm: http://www.unicode.org/reports/tr14/#SA */ public static final int SOUTH_EAST_ASIAN_TYPE = StandardTokenizer.SOUTHEAST_ASIAN; public static final int IDEOGRAPHIC_TYPE = StandardTokenizer.IDEOGRAPHIC; public static final int HIRAGANA_TYPE = StandardTokenizer.HIRAGANA; public static final int KATAKANA_TYPE = StandardTokenizer.KATAKANA; public static final int HANGUL_TYPE = StandardTokenizer.HANGUL; public final int yychar() { return yychar; } /** * Fills CharTermAttribute with the current token text. */ public final void getText(CharTermAttribute t) { t.copyBuffer(zzBuffer, zzStartRead, zzMarkedPos-zzStartRead); } /** * Creates a new scanner * * @param in the java.io.Reader to read input from. */ public StandardTokenizerImpl(java.io.Reader in) { this.zzReader = in; } /** * Unpacks the compressed character translation table. * * @param packed the packed character translation table * @return the unpacked character translation table */ private static char [] zzUnpackCMap(String packed) { char [] map = new char[0x10000]; int i = 0; /* index in packed string */ int j = 0; /* index in unpacked array */ while (i < 2860) { int count = packed.charAt(i++); char value = packed.charAt(i++); do map[j++] = value; while (--count > 0); } return map; } /** * Refills the input buffer. * * @return <code>false</code>, iff there was new input. * * @exception java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { /* first: make room (if you can) */ if (zzStartRead > 0) { System.arraycopy(zzBuffer, zzStartRead, zzBuffer, 0, zzEndRead-zzStartRead); /* translate stored positions */ zzEndRead-= zzStartRead; zzCurrentPos-= zzStartRead; zzMarkedPos-= zzStartRead; zzStartRead = 0; } /* is the buffer big enough? */ if (zzCurrentPos >= zzBuffer.length) { /* if not: blow it up */ char newBuffer[] = new char[zzCurrentPos*2]; System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length); zzBuffer = newBuffer; } /* finally: fill the buffer with new input */ int numRead = zzReader.read(zzBuffer, zzEndRead, zzBuffer.length-zzEndRead); if (numRead > 0) { zzEndRead+= numRead; return false; } // unlikely but not impossible: read 0 characters, but not at end of stream if (numRead == 0) { int c = zzReader.read(); if (c == -1) { return true; } else { zzBuffer[zzEndRead++] = (char) c; return false; } } // numRead < 0 return true; } /** * Closes the input stream. */ public final void yyclose() throws java.io.IOException { zzAtEOF = true; /* indicate end of file */ zzEndRead = zzStartRead; /* invalidate buffer */ if (zzReader != null) zzReader.close(); } /** * Resets the scanner to read from a new input stream. * Does not close the old reader. * * All internal variables are reset, the old input stream * <b>cannot</b> be reused (internal buffer is discarded and lost). * Lexical state is set to <tt>ZZ_INITIAL</tt>. * * Internal scan buffer is resized down to its initial length, if it has grown. * * @param reader the new input stream */ public final void yyreset(java.io.Reader reader) { zzReader = reader; zzAtBOL = true; zzAtEOF = false; zzEOFDone = false; zzEndRead = zzStartRead = 0; zzCurrentPos = zzMarkedPos = 0; yyline = yychar = yycolumn = 0; zzLexicalState = YYINITIAL; if (zzBuffer.length > ZZ_BUFFERSIZE) zzBuffer = new char[ZZ_BUFFERSIZE]; } /** * Returns the current lexical state. */ public final int yystate() { return zzLexicalState; } /** * Enters a new lexical state * * @param newState the new lexical state */ public final void yybegin(int newState) { zzLexicalState = newState; } /** * Returns the text matched by the current regular expression. */ public final String yytext() { return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead ); } /** * Returns the character at position <tt>pos</tt> from the * matched text. * * It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. * A value from 0 to yylength()-1. * * @return the character at position pos */ public final char yycharat(int pos) { return zzBuffer[zzStartRead+pos]; } /** * Returns the length of the matched text region. */ public final int yylength() { return zzMarkedPos-zzStartRead; } /** * Reports an error that occured while scanning. * * In a wellformed scanner (no or only correct usage of * yypushback(int) and a match-all fallback rule) this method * will only be called with things that "Can't Possibly Happen". * If this method is called, something is seriously wrong * (e.g. a JFlex bug producing a faulty scanner etc.). * * Usual syntax/scanner level error handling should be done * in error fallback rules. * * @param errorCode the code of the errormessage to display */ private void zzScanError(int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); } /** * Pushes the specified amount of characters back into the input stream. * * They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. * This number must not be greater than yylength()! */ public void yypushback(int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; } /** * Resumes scanning until the next regular expression is matched, * the end of input is encountered or an I/O-Error occurs. * * @return the next token * @exception java.io.IOException if any I/O-Error occurs */ public int getNextToken() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char [] zzBufferL = zzBuffer; char [] zzCMapL = ZZ_CMAP; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] zzAttrL = ZZ_ATTRIBUTE; while (true) { zzMarkedPosL = zzMarkedPos; yychar+= zzMarkedPosL-zzStartRead; zzAction = -1; zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; zzState = ZZ_LEXSTATE[zzLexicalState]; // set up zzAction for empty match case: int zzAttributes = zzAttrL[zzState]; if ( (zzAttributes & 1) == 1 ) { zzAction = zzState; } zzForAction: { while (true) { if (zzCurrentPosL < zzEndReadL) zzInput = zzBufferL[zzCurrentPosL++]; else if (zzAtEOF) { zzInput = YYEOF; break zzForAction; } else { // store back cached positions zzCurrentPos = zzCurrentPosL; zzMarkedPos = zzMarkedPosL; boolean eof = zzRefill(); // get translated positions and possibly new buffer zzCurrentPosL = zzCurrentPos; zzMarkedPosL = zzMarkedPos; zzBufferL = zzBuffer; zzEndReadL = zzEndRead; if (eof) { zzInput = YYEOF; break zzForAction; } else { zzInput = zzBufferL[zzCurrentPosL++]; } } int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ]; if (zzNext == -1) break zzForAction; zzState = zzNext; zzAttributes = zzAttrL[zzState]; if ( (zzAttributes & 1) == 1 ) { zzAction = zzState; zzMarkedPosL = zzCurrentPosL; if ( (zzAttributes & 8) == 8 ) break zzForAction; } } } // store back cached position zzMarkedPos = zzMarkedPosL; switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 1: { /* Break so we don't hit fall-through warning: */ break; /* Not numeric, word, ideographic, hiragana, or SE Asian -- ignore it. */ } case 9: break; case 2: { return WORD_TYPE; } case 10: break; case 3: { return NUMERIC_TYPE; } case 11: break; case 4: { return KATAKANA_TYPE; } case 12: break; case 5: { return SOUTH_EAST_ASIAN_TYPE; } case 13: break; case 6: { return IDEOGRAPHIC_TYPE; } case 14: break; case 7: { return HIRAGANA_TYPE; } case 15: break; case 8: { return HANGUL_TYPE; } case 16: break; default: if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; { return StandardTokenizerInterface.YYEOF; } } else { zzScanError(ZZ_NO_MATCH); } } } } }