All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thoughtworks.qdox.parser.impl.JFlexLexer Maven / Gradle / Ivy

Go to download

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

There is a newer version: 2.1.0
Show newest version
// DO NOT EDIT
// Generated by JFlex 1.8.2 http://jflex.de/
// source: src/grammar/lexer.flex

package com.thoughtworks.qdox.parser.impl;

/*
 * 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 com.thoughtworks.qdox.parser.*;
import java.io.InputStreamReader;
import java.util.*;


// See https://github.com/jflex-de/jflex/issues/222
@SuppressWarnings("FallThrough")
public class JFlexLexer implements JavaLexer {

  /** 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 = 16384;

  // Lexical states.
  public static final int YYINITIAL = 0;
  public static final int JAVADOC = 2;
  public static final int JAVADOCTAG = 4;
  public static final int JAVADOCLINE = 6;
  public static final int CODEBLOCK = 8;
  public static final int PARENBLOCK = 10;
  public static final int ASSIGNMENT = 12;
  public static final int STRING = 14;
  public static final int CHAR = 16;
  public static final int SINGLELINECOMMENT = 18;
  public static final int MULTILINECOMMENT = 20;
  public static final int ANNOTATION = 22;
  public static final int ANNOSTRING = 24;
  public static final int ANNOCHAR = 26;
  public static final int ARGUMENTS = 28;
  public static final int NAME = 30;
  public static final int ANNOTATIONTYPE = 32;
  public static final int ENUM = 34;
  public static final int MODULE = 36;
  public static final int RECORD = 38;
  public static final int TYPE = 40;
  public static final int ANNOTATIONNOARG = 42;
  public static final int ATANNOTATION = 44;
  public static final int NAME_OR_MODIFIER = 46;

  /**
   * 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,  1,  1,  1,  1,  1,  1,  2,  2,  3,  3,  4,  4,  5,  5, 
     6,  6,  7,  7,  8,  8,  9,  9, 10, 10, 11, 11, 12, 12, 13, 13, 
    14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21
  };

  /**
   * Top-level table for translating characters to character classes
   */
  private static final int [] ZZ_CMAP_TOP = zzUnpackcmap_top();

  private static final String ZZ_CMAP_TOP_PACKED_0 =
    "\1\0\1\u0100\1\u0200\1\u0300\1\u0400\1\u0500\1\u0600\1\u0700"+
    "\1\u0800\1\u0900\1\u0a00\1\u0b00\1\u0c00\1\u0d00\1\u0e00\1\u0f00"+
    "\1\u1000\1\u0100\1\u1100\1\u1200\1\u1300\1\u0100\1\u1400\1\u1500"+
    "\1\u1600\1\u1700\1\u1800\1\u1900\1\u1a00\1\u1b00\1\u0100\1\u1c00"+
    "\1\u1d00\1\u1e00\12\u1f00\1\u2000\1\u2100\1\u2200\1\u1f00\1\u2300"+
    "\1\u2400\2\u1f00\31\u0100\1\u2500\121\u0100\1\u2600\4\u0100\1\u2700"+
    "\1\u0100\1\u2800\1\u2900\1\u2a00\1\u2b00\1\u2c00\1\u2d00\53\u0100"+
    "\1\u2e00\10\u2f00\31\u1f00\1\u0100\1\u3000\1\u3100\1\u0100\1\u3200"+
    "\1\u3300\1\u3400\1\u3500\1\u3600\1\u3700\1\u3800\1\u3900\3\u1f00"+
    "\1\u3a00\1\u3b00\1\u3c00\1\u3d00\1\u3e00\3\u1f00\1\u3f00\1\u4000"+
    "\4\u1f00\1\u4100\11\u1f00\3\u0100\1\u4200\1\u4300\13\u1f00\4\u0100"+
    "\1\u4400\63\u1f00\2\u0100\1\u4500\4\u1f00\1\u4600\100\u1f00\1\u4700"+
    "\40\u1f00\1\u4800\1\u4900\1\u1f00\1\u4a00\1\u4b00\1\u4c00\1\u4d00"+
    "\26\u1f00\1\u4e00\21\u1f00\246\u0100\1\u4f00\20\u0100\1\u5000\1\u5100"+
    "\77\u1f00\2\u0100\1\u5100\u0b05\u1f00\1\u5200\1\u5300\u02fe\u1f00";

  private static int [] zzUnpackcmap_top() {
    int [] result = new int[4352];
    int offset = 0;
    offset = zzUnpackcmap_top(ZZ_CMAP_TOP_PACKED_0, offset, result);
    return result;
  }

  private static int zzUnpackcmap_top(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;
  }


  /**
   * Second-level tables for translating characters to character classes
   */
  private static final int [] ZZ_CMAP_BLOCKS = zzUnpackcmap_blocks();

  private static final String ZZ_CMAP_BLOCKS_PACKED_0 =
    "\11\0\1\1\1\2\1\3\1\4\1\5\16\0\4\6"+
    "\1\1\1\7\1\10\1\6\1\11\1\12\1\13\1\14"+
    "\1\15\1\16\1\17\1\20\1\21\1\22\1\23\1\24"+
    "\1\25\1\26\6\27\2\30\1\31\1\32\1\33\1\34"+
    "\1\35\1\36\1\37\1\40\1\41\1\40\1\42\1\43"+
    "\1\42\5\11\1\44\3\11\1\45\7\11\1\46\2\11"+
    "\1\47\1\50\1\51\1\52\1\53\1\6\1\54\1\55"+
    "\1\56\1\57\1\60\1\61\1\62\1\63\1\64\1\11"+
    "\1\65\1\66\1\67\1\70\1\71\1\72\1\73\1\74"+
    "\1\75\1\76\1\77\1\100\1\101\1\102\1\103\1\104"+
    "\1\105\1\106\1\107\1\110\6\0\1\111\32\0\2\6"+
    "\4\11\4\6\1\11\2\6\1\0\7\6\1\11\4\6"+
    "\1\11\5\6\27\11\1\6\37\11\1\6\u01ca\11\4\6"+
    "\14\11\16\6\5\11\7\6\1\11\1\6\1\11\21\6"+
    "\160\0\5\11\1\6\2\11\2\6\4\11\10\6\1\11"+
    "\1\6\3\11\1\6\1\11\1\6\24\11\1\6\123\11"+
    "\1\6\213\11\1\6\5\0\2\6\236\11\11\6\46\11"+
    "\2\6\1\11\7\6\47\11\7\6\1\11\1\6\55\0"+
    "\1\6\1\0\1\6\2\0\1\6\2\0\1\6\1\0"+
    "\10\6\33\11\5\6\3\11\15\6\5\0\6\6\1\11"+
    "\4\6\13\0\5\6\53\11\37\0\4\6\2\11\1\0"+
    "\143\11\1\6\1\11\10\0\1\6\6\0\2\11\2\0"+
    "\1\6\4\0\2\11\12\0\3\11\2\6\1\11\17\6"+
    "\1\0\1\11\1\0\36\11\33\0\2\6\131\11\13\0"+
    "\1\11\16\6\12\0\41\11\11\0\2\11\4\6\1\11"+
    "\5\6\26\11\4\0\1\11\11\0\1\11\3\0\1\11"+
    "\5\0\22\6\31\11\3\0\104\6\1\11\1\6\13\11"+
    "\67\6\33\0\1\6\4\0\66\11\3\0\1\11\22\0"+
    "\1\11\7\0\12\11\2\0\2\6\12\0\1\6\7\11"+
    "\1\6\7\11\1\6\3\0\1\6\10\11\2\6\2\11"+
    "\2\6\26\11\1\6\7\11\1\6\1\11\3\6\4\11"+
    "\2\6\1\0\1\11\7\0\2\6\2\0\2\6\3\0"+
    "\1\11\10\6\1\0\4\6\2\11\1\6\3\11\2\0"+
    "\2\6\12\0\4\11\7\6\1\11\5\6\3\0\1\6"+
    "\6\11\4\6\2\11\2\6\26\11\1\6\7\11\1\6"+
    "\2\11\1\6\2\11\1\6\2\11\2\6\1\0\1\6"+
    "\5\0\4\6\2\0\2\6\3\0\3\6\1\0\7\6"+
    "\4\11\1\6\1\11\7\6\14\0\3\11\1\0\13\6"+
    "\3\0\1\6\11\11\1\6\3\11\1\6\26\11\1\6"+
    "\7\11\1\6\2\11\1\6\5\11\2\6\1\0\1\11"+
    "\10\0\1\6\3\0\1\6\3\0\2\6\1\11\17\6"+
    "\2\11\2\0\2\6\12\0\1\6\1\11\17\6\3\0"+
    "\1\6\10\11\2\6\2\11\2\6\26\11\1\6\7\11"+
    "\1\6\2\11\1\6\5\11\2\6\1\0\1\11\7\0"+
    "\2\6\2\0\2\6\3\0\10\6\2\0\4\6\2\11"+
    "\1\6\3\11\2\0\2\6\12\0\1\6\1\11\20\6"+
    "\1\0\1\11\1\6\6\11\3\6\3\11\1\6\4\11"+
    "\3\6\2\11\1\6\1\11\1\6\2\11\3\6\2\11"+
    "\3\6\3\11\3\6\14\11\4\6\5\0\3\6\3\0"+
    "\1\6\4\0\2\6\1\11\6\6\1\0\16\6\12\0"+
    "\11\6\1\11\7\6\3\0\1\6\10\11\1\6\3\11"+
    "\1\6\27\11\1\6\12\11\1\6\5\11\3\6\1\11"+
    "\7\0\1\6\3\0\1\6\4\0\7\6\2\0\1\6"+
    "\2\11\6\6\2\11\2\0\2\6\12\0\22\6\2\0"+
    "\1\6\10\11\1\6\3\11\1\6\27\11\1\6\12\11"+
    "\1\6\5\11\2\6\1\0\1\11\7\0\1\6\3\0"+
    "\1\6\4\0\7\6\2\0\7\6\1\11\1\6\2\11"+
    "\2\0\2\6\12\0\1\6\2\11\17\6\2\0\1\6"+
    "\10\11\1\6\3\11\1\6\51\11\2\6\1\11\7\0"+
    "\1\6\3\0\1\6\4\0\1\11\10\6\1\0\10\6"+
    "\2\11\2\0\2\6\12\0\12\6\6\11\2\6\2\0"+
    "\1\6\22\11\3\6\30\11\1\6\11\11\1\6\1\11"+
    "\2\6\7\11\3\6\1\0\4\6\6\0\1\6\1\0"+
    "\1\6\10\0\22\6\2\0\15\6\60\11\1\0\2\11"+
    "\7\0\4\6\10\11\10\0\1\6\12\0\47\6\2\11"+
    "\1\6\1\11\2\6\2\11\1\6\1\11\2\6\1\11"+
    "\6\6\4\11\1\6\7\11\1\6\3\11\1\6\1\11"+
    "\1\6\1\11\2\6\2\11\1\6\4\11\1\0\2\11"+
    "\6\0\1\6\2\0\1\11\2\6\5\11\1\6\1\11"+
    "\1\6\6\0\2\6\12\0\2\6\4\11\40\6\1\11"+
    "\27\6\2\0\6\6\12\0\13\6\1\0\1\6\1\0"+
    "\1\6\1\0\4\6\2\0\10\11\1\6\44\11\4\6"+
    "\24\0\1\6\2\0\5\11\13\0\1\6\44\0\11\6"+
    "\1\0\71\6\53\11\24\0\1\11\12\0\6\6\6\11"+
    "\4\0\4\11\3\0\1\11\3\0\2\11\7\0\3\11"+
    "\4\0\15\11\14\0\1\11\17\0\2\6\46\11\1\6"+
    "\1\11\5\6\1\11\2\6\53\11\1\6\115\11\1\6"+
    "\4\11\2\6\7\11\1\6\1\11\1\6\4\11\2\6"+
    "\51\11\1\6\4\11\2\6\41\11\1\6\4\11\2\6"+
    "\7\11\1\6\1\11\1\6\4\11\2\6\17\11\1\6"+
    "\71\11\1\6\4\11\2\6\103\11\2\6\3\0\40\6"+
    "\20\11\20\6\125\11\14\6\u016c\11\2\6\21\11\1\6"+
    "\32\11\5\6\113\11\3\6\3\11\17\6\15\11\1\6"+
    "\4\11\3\0\13\6\22\11\3\0\13\6\22\11\2\0"+
    "\14\6\15\11\1\6\3\11\1\6\2\0\14\6\64\11"+
    "\40\0\3\6\1\11\3\6\2\11\1\0\2\6\12\0"+
    "\41\6\3\0\2\6\12\0\6\6\130\11\10\6\51\11"+
    "\1\0\1\11\5\6\106\11\12\6\35\11\3\6\14\0"+
    "\4\6\14\0\12\6\12\0\36\11\2\6\5\11\13\6"+
    "\54\11\4\6\21\0\7\11\2\0\6\6\12\0\46\6"+
    "\27\11\5\0\4\6\65\11\12\0\1\6\35\0\2\6"+
    "\13\0\6\6\12\0\15\6\1\11\130\6\5\0\57\11"+
    "\21\0\7\11\4\6\12\0\21\6\11\0\14\6\3\0"+
    "\36\11\15\0\2\11\12\0\54\11\16\0\14\6\44\11"+
    "\24\0\10\6\12\0\3\6\3\11\12\0\44\11\122\6"+
    "\3\0\1\6\25\0\4\11\1\0\4\11\3\0\2\11"+
    "\11\6\300\11\47\0\25\6\4\0\26\11\2\6\6\11"+
    "\2\6\46\11\2\6\6\11\2\6\10\11\1\6\1\11"+
    "\1\6\1\11\1\6\1\11\1\6\37\11\2\6\65\11"+
    "\1\6\7\11\1\6\1\11\3\6\3\11\1\6\7\11"+
    "\3\6\4\11\2\6\6\11\4\6\15\11\5\6\3\11"+
    "\1\6\7\11\16\6\5\0\30\6\2\3\5\0\20\6"+
    "\2\11\23\6\1\11\13\6\5\0\5\6\6\0\1\6"+
    "\1\11\15\6\1\11\20\6\15\11\3\6\33\11\25\6"+
    "\15\0\4\6\1\0\3\6\14\0\21\6\1\11\4\6"+
    "\1\11\2\6\12\11\1\6\1\11\3\6\5\11\6\6"+
    "\1\11\1\6\1\11\1\6\1\11\1\6\4\11\1\6"+
    "\13\11\2\6\4\11\5\6\5\11\4\6\1\11\21\6"+
    "\51\11\u0177\6\57\11\1\6\57\11\1\6\205\11\6\6"+
    "\4\11\3\0\2\11\14\6\46\11\1\6\1\11\5\6"+
    "\1\11\2\6\70\11\7\6\1\11\17\6\1\0\27\11"+
    "\11\6\7\11\1\6\7\11\1\6\7\11\1\6\7\11"+
    "\1\6\7\11\1\6\7\11\1\6\7\11\1\6\7\11"+
    "\1\6\40\0\57\6\1\11\325\6\3\11\31\6\11\11"+
    "\6\0\1\6\5\11\2\6\5\11\4\6\126\11\2\6"+
    "\2\0\2\6\3\11\1\6\132\11\1\6\4\11\5\6"+
    "\51\11\3\6\136\11\21\6\33\11\65\6\306\11\112\6"+
    "\315\11\63\6\215\11\103\6\56\11\2\6\15\11\3\6"+
    "\20\11\12\0\2\11\24\6\57\11\1\0\4\6\12\0"+
    "\1\6\31\11\7\6\1\0\120\11\2\0\45\6\11\11"+
    "\2\6\147\11\2\6\4\11\1\6\4\11\14\6\13\11"+
    "\115\6\12\11\1\0\3\11\1\0\4\11\1\0\27\11"+
    "\5\0\20\6\1\11\7\6\64\11\14\6\2\0\62\11"+
    "\21\0\13\6\12\0\6\6\22\0\6\11\3\6\1\11"+
    "\4\6\12\0\34\11\10\0\2\6\27\11\15\0\14\6"+
    "\35\11\3\6\4\0\57\11\16\0\16\6\1\11\12\0"+
    "\46\6\51\11\16\0\11\6\3\11\1\0\10\11\2\0"+
    "\2\6\12\0\6\6\27\11\3\6\1\11\1\0\4\6"+
    "\60\11\1\0\1\11\3\0\2\11\2\0\5\11\2\0"+
    "\1\11\1\0\1\11\30\6\3\11\2\6\13\11\5\0"+
    "\2\6\3\11\2\0\12\6\6\11\2\6\6\11\2\6"+
    "\6\11\11\6\7\11\1\6\7\11\221\6\43\11\10\0"+
    "\1\6\2\0\2\6\12\0\6\6\244\11\14\6\27\11"+
    "\4\6\61\11\4\6\u0100\3\156\11\2\6\152\11\46\6"+
    "\7\11\14\6\5\11\5\6\1\11\1\0\12\11\1\6"+
    "\15\11\1\6\5\11\1\6\1\11\1\6\2\11\1\6"+
    "\2\11\1\6\154\11\41\6\153\11\22\6\100\11\2\6"+
    "\66\11\50\6\15\11\3\6\20\0\20\6\7\0\14\6"+
    "\2\11\30\6\3\11\31\6\1\11\6\6\5\11\1\6"+
    "\207\11\2\6\1\0\4\6\1\11\13\6\12\0\7\6"+
    "\32\11\4\6\1\11\1\6\32\11\13\6\131\11\3\6"+
    "\6\11\2\6\6\11\2\6\6\11\2\6\3\11\3\6"+
    "\2\11\3\6\2\11\22\6\3\0\4\6\14\11\1\6"+
    "\32\11\1\6\23\11\1\6\2\11\1\6\17\11\2\6"+
    "\16\11\42\6\173\11\105\6\65\11\210\6\1\0\202\6"+
    "\35\11\3\6\61\11\57\6\37\11\21\6\33\11\65\6"+
    "\36\11\2\6\44\11\4\6\10\11\1\6\5\11\52\6"+
    "\236\11\2\6\12\0\126\6\6\11\2\6\1\11\1\6"+
    "\54\11\1\6\2\11\3\6\1\11\2\6\27\11\252\6"+
    "\26\11\12\6\32\11\106\6\70\11\6\6\2\11\100\6"+
    "\1\11\3\0\1\6\2\0\5\6\4\0\4\11\1\6"+
    "\3\11\1\6\33\11\4\6\3\0\4\6\1\0\40\6"+
    "\35\11\203\6\66\11\12\6\26\11\12\6\23\11\215\6"+
    "\111\11\267\6\3\0\65\11\17\0\37\6\12\0\20\6"+
    "\3\0\55\11\13\0\2\6\1\0\22\6\31\11\7\6"+
    "\12\0\6\6\3\0\44\11\16\0\1\6\12\0\100\6"+
    "\3\0\60\11\16\0\4\11\13\6\12\0\246\6\53\11"+
    "\15\0\10\6\12\0\66\6\157\11\221\6\143\11\235\6"+
    "\57\11\321\6\71\11\307\6\105\11\13\6\1\11\56\0"+
    "\20\6\4\0\15\11\140\6\2\11\u0163\6\5\0\3\6"+
    "\26\0\2\6\7\0\36\6\4\0\224\6\3\0\273\6"+
    "\125\11\1\6\107\11\1\6\2\11\2\6\1\11\2\6"+
    "\2\11\2\6\4\11\1\6\14\11\1\6\1\11\1\6"+
    "\7\11\1\6\101\11\1\6\4\11\2\6\10\11\1\6"+
    "\7\11\1\6\34\11\1\6\4\11\1\6\5\11\1\6"+
    "\1\11\3\6\7\11\1\6\u0154\11\2\6\31\11\1\6"+
    "\31\11\1\6\37\11\1\6\31\11\1\6\37\11\1\6"+
    "\31\11\1\6\37\11\1\6\31\11\1\6\37\11\1\6"+
    "\31\11\1\6\10\11\2\6\62\0\4\11\1\6\33\11"+
    "\1\6\2\11\1\6\1\11\2\6\1\11\1\6\12\11"+
    "\1\6\4\11\1\6\1\11\1\6\1\11\6\6\1\11"+
    "\4\6\1\11\1\6\1\11\1\6\1\11\1\6\3\11"+
    "\1\6\2\11\1\6\1\11\2\6\1\11\1\6\1\11"+
    "\1\6\1\11\1\6\1\11\1\6\1\11\1\6\2\11"+
    "\1\6\1\11\2\6\4\11\1\6\7\11\1\6\4\11"+
    "\1\6\4\11\1\6\1\11\1\6\12\11\1\6\21\11"+
    "\5\6\3\11\1\6\5\11\1\6\21\11\104\6\327\11"+
    "\51\6\65\11\13\6\336\11\343\6\1\0\36\6\140\0"+
    "\200\6\360\0\20\6";

  private static int [] zzUnpackcmap_blocks() {
    int [] result = new int[21504];
    int offset = 0;
    offset = zzUnpackcmap_blocks(ZZ_CMAP_BLOCKS_PACKED_0, offset, result);
    return result;
  }

  private static int zzUnpackcmap_blocks(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 DFA states to action switch labels.
   */
  private static final int [] ZZ_ACTION = zzUnpackAction();

  private static final String ZZ_ACTION_PACKED_0 =
    "\33\0\2\1\1\2\1\3\1\4\1\5\1\6\1\7"+
    "\1\10\1\11\1\12\1\1\1\13\1\14\1\15\1\16"+
    "\1\17\1\20\1\21\1\1\1\22\15\3\1\23\1\24"+
    "\3\25\1\26\1\27\1\30\1\31\1\1\1\32\1\33"+
    "\1\34\1\25\1\35\1\36\1\37\1\40\1\41\1\25"+
    "\1\42\1\43\1\44\1\1\1\45\1\1\2\46\1\1"+
    "\1\47\1\50\1\51\1\4\1\52\1\53\1\54\1\55"+
    "\1\56\1\57\1\12\1\60\2\61\1\62\1\14\1\63"+
    "\1\16\1\64\1\65\1\66\1\67\11\3\1\70\1\71"+
    "\1\72\1\73\1\74\1\1\1\75\1\1\1\76\1\77"+
    "\1\100\1\1\13\100\1\3\1\101\1\102\1\3\1\103"+
    "\1\104\7\3\1\105\1\106\2\107\1\1\1\110\1\12"+
    "\5\1\5\0\1\111\1\112\3\0\30\3\1\111\1\0"+
    "\1\113\1\0\1\114\1\115\1\116\1\117\1\120\1\121"+
    "\1\122\1\123\1\124\1\125\1\126\1\127\1\130\1\131"+
    "\1\132\1\133\1\0\1\61\1\132\1\0\1\132\1\0"+
    "\1\61\3\0\1\134\1\135\1\136\1\137\1\140\1\141"+
    "\1\142\12\3\1\143\1\144\1\145\1\146\1\147\1\0"+
    "\1\150\1\151\2\0\26\100\6\3\1\152\2\3\2\0"+
    "\1\153\1\154\4\0\1\155\1\156\5\0\1\157\3\0"+
    "\11\3\1\160\20\3\1\0\1\161\2\0\1\61\1\0"+
    "\2\132\1\0\1\61\1\162\1\163\1\164\6\3\1\165"+
    "\3\3\1\0\10\100\1\160\17\100\10\3\7\0\1\166"+
    "\2\0\2\3\1\167\7\3\1\0\1\170\16\3\1\166"+
    "\6\0\1\171\1\172\1\173\3\3\1\174\1\3\1\175"+
    "\1\0\2\100\1\167\24\100\6\3\1\176\1\177\5\0"+
    "\1\200\2\0\1\3\1\201\1\3\1\202\5\3\1\0"+
    "\11\3\1\203\4\3\2\0\1\132\1\204\1\3\1\205"+
    "\1\206\1\0\1\100\1\201\1\100\1\202\15\100\1\203"+
    "\4\100\3\3\1\207\2\3\6\0\3\3\1\210\1\3"+
    "\1\211\1\212\1\0\4\3\1\213\1\214\1\215\1\216"+
    "\2\3\1\217\2\3\1\220\3\100\1\210\1\100\1\212"+
    "\4\100\1\213\1\214\1\215\1\216\2\100\1\217\2\100"+
    "\5\3\1\221\2\0\1\3\1\222\2\3\1\0\1\223"+
    "\1\224\1\225\5\3\1\100\1\222\2\100\1\223\1\224"+
    "\1\225\5\100\1\226\1\227\1\230\2\3\2\0\1\231"+
    "\2\3\1\0\1\3\1\232\2\3\1\233\1\231\3\100"+
    "\1\232\2\100\1\233\1\234\1\235\2\0\1\3\1\236"+
    "\1\0\1\237\1\3\1\240\1\100\1\236\1\237\1\100"+
    "\1\240\1\0\1\241\1\242\1\243\1\3\1\242\1\100"+
    "\1\244\1\3\1\100\2\245";

  private static int [] zzUnpackAction() {
    int [] result = new int[675];
    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\112\0\224\0\336\0\u0128\0\u0172\0\u01bc\0\u0206"+
    "\0\u0250\0\u029a\0\u02e4\0\u032e\0\u0378\0\u03c2\0\u040c\0\u0456"+
    "\0\u04a0\0\u04ea\0\u0534\0\u057e\0\u05c8\0\u0612\0\u065c\0\u06a6"+
    "\0\u06f0\0\u073a\0\u0784\0\u07ce\0\u0818\0\u07ce\0\u0862\0\u07ce"+
    "\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u08ac\0\u08f6\0\u07ce"+
    "\0\u07ce\0\u0940\0\u07ce\0\u07ce\0\u098a\0\u07ce\0\u09d4\0\u07ce"+
    "\0\u0a1e\0\u0a68\0\u0ab2\0\u0afc\0\u0b46\0\u0b90\0\u0bda\0\u0c24"+
    "\0\u0c6e\0\u0cb8\0\u0d02\0\u0d4c\0\u0d96\0\u07ce\0\u07ce\0\u07ce"+
    "\0\u0de0\0\u0e2a\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u0e2a\0\u07ce"+
    "\0\u07ce\0\u07ce\0\u0e74\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce"+
    "\0\u0ebe\0\u07ce\0\u07ce\0\u07ce\0\u0f08\0\u07ce\0\u0f52\0\u07ce"+
    "\0\u0f9c\0\u0fe6\0\u1030\0\u07ce\0\u107a\0\u10c4\0\u07ce\0\u07ce"+
    "\0\u07ce\0\u110e\0\u1158\0\u11a2\0\u11ec\0\u1236\0\u1280\0\u12ca"+
    "\0\u1314\0\u135e\0\u13a8\0\u13f2\0\u07ce\0\u07ce\0\u07ce\0\u143c"+
    "\0\u1486\0\u14d0\0\u151a\0\u1564\0\u15ae\0\u15f8\0\u1642\0\u168c"+
    "\0\u16d6\0\u07ce\0\u1720\0\u07ce\0\u07ce\0\u07ce\0\u176a\0\u07ce"+
    "\0\u17b4\0\u07ce\0\u07ce\0\u17fe\0\u1848\0\u1892\0\u18dc\0\u1926"+
    "\0\u1970\0\u19ba\0\u1a04\0\u1a4e\0\u1a98\0\u1ae2\0\u1b2c\0\u1b76"+
    "\0\u1bc0\0\u07ce\0\u07ce\0\u1c0a\0\u07ce\0\u07ce\0\u1c54\0\u1c9e"+
    "\0\u1ce8\0\u1d32\0\u1d7c\0\u1dc6\0\u1e10\0\u07ce\0\u07ce\0\u07ce"+
    "\0\u1e5a\0\u1ea4\0\u1eee\0\u07ce\0\u1f38\0\u1f82\0\u1fcc\0\u2016"+
    "\0\u2060\0\u20aa\0\u20f4\0\u213e\0\u09d4\0\u2188\0\u21d2\0\u07ce"+
    "\0\u098a\0\u221c\0\u2266\0\u22b0\0\u22fa\0\u2344\0\u238e\0\u23d8"+
    "\0\u2422\0\u246c\0\u24b6\0\u2500\0\u254a\0\u2594\0\u25de\0\u2628"+
    "\0\u2672\0\u26bc\0\u2706\0\u2750\0\u279a\0\u27e4\0\u282e\0\u2878"+
    "\0\u28c2\0\u290c\0\u2956\0\u29a0\0\u0e74\0\u07ce\0\u29ea\0\u07ce"+
    "\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce"+
    "\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u2a34\0\u07ce\0\u11ec"+
    "\0\u2a7e\0\u2ac8\0\u2b12\0\u07ce\0\u2b5c\0\u07ce\0\u2ba6\0\u2bf0"+
    "\0\u2c3a\0\u07ce\0\u2c84\0\u07ce\0\u07ce\0\u07ce\0\u2cce\0\u07ce"+
    "\0\u2d18\0\u2d62\0\u2dac\0\u2df6\0\u2e40\0\u2e8a\0\u2ed4\0\u2f1e"+
    "\0\u2f68\0\u2fb2\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u07ce\0\u2ffc"+
    "\0\u07ce\0\u07ce\0\u1848\0\u3046\0\u3090\0\u30da\0\u3124\0\u316e"+
    "\0\u31b8\0\u3202\0\u324c\0\u3296\0\u32e0\0\u332a\0\u3374\0\u33be"+
    "\0\u3408\0\u3452\0\u349c\0\u34e6\0\u3530\0\u357a\0\u35c4\0\u360e"+
    "\0\u3658\0\u36a2\0\u36ec\0\u3736\0\u3780\0\u37ca\0\u3814\0\u385e"+
    "\0\u0862\0\u38a8\0\u38f2\0\u393c\0\u3986\0\u07ce\0\u07ce\0\u1f38"+
    "\0\u39d0\0\u1f82\0\u3a1a\0\u07ce\0\u07ce\0\u1fcc\0\u3a64\0\u3aae"+
    "\0\u3af8\0\u3b42\0\u07ce\0\u3b8c\0\u3bd6\0\u3c20\0\u3c6a\0\u3cb4"+
    "\0\u3cfe\0\u3d48\0\u3d92\0\u3ddc\0\u3e26\0\u3e70\0\u3eba\0\u0862"+
    "\0\u3f04\0\u3f4e\0\u3f98\0\u3fe2\0\u402c\0\u4076\0\u40c0\0\u410a"+
    "\0\u4154\0\u419e\0\u41e8\0\u4232\0\u427c\0\u42c6\0\u4310\0\u435a"+
    "\0\u43a4\0\u07ce\0\u43ee\0\u4438\0\u4482\0\u44cc\0\u4516\0\u4560"+
    "\0\u45aa\0\u45f4\0\u07ce\0\u07ce\0\u463e\0\u4688\0\u46d2\0\u471c"+
    "\0\u4766\0\u47b0\0\u47fa\0\u0862\0\u4844\0\u488e\0\u48d8\0\u4922"+
    "\0\u496c\0\u49b6\0\u4a00\0\u4a4a\0\u4a94\0\u4ade\0\u4b28\0\u4b72"+
    "\0\u17fe\0\u4bbc\0\u4c06\0\u4c50\0\u4c9a\0\u4ce4\0\u4d2e\0\u4d78"+
    "\0\u4dc2\0\u4e0c\0\u4e56\0\u4ea0\0\u4eea\0\u4f34\0\u4f7e\0\u4fc8"+
    "\0\u5012\0\u505c\0\u50a6\0\u50f0\0\u513a\0\u5184\0\u51ce\0\u5218"+
    "\0\u5262\0\u52ac\0\u52f6\0\u5340\0\u538a\0\u53d4\0\u541e\0\u5262"+
    "\0\u5468\0\u54b2\0\u54fc\0\u5546\0\u0862\0\u5590\0\u55da\0\u5624"+
    "\0\u566e\0\u56b8\0\u5702\0\u574c\0\u5796\0\u0862\0\u57e0\0\u582a"+
    "\0\u5874\0\u58be\0\u5908\0\u5952\0\u599c\0\u59e6\0\u5a30\0\u5a7a"+
    "\0\u5ac4\0\u5b0e\0\u5b58\0\u5ba2\0\u07ce\0\u5bec\0\u5c36\0\u5c80"+
    "\0\u5cca\0\u5d14\0\u5d5e\0\u07ce\0\u0862\0\u0862\0\u5da8\0\u5df2"+
    "\0\u5e3c\0\u0862\0\u5e86\0\u0862\0\u5ed0\0\u5f1a\0\u5f64\0\u17fe"+
    "\0\u5fae\0\u5ff8\0\u6042\0\u608c\0\u60d6\0\u6120\0\u616a\0\u61b4"+
    "\0\u61fe\0\u6248\0\u6292\0\u62dc\0\u6326\0\u6370\0\u63ba\0\u6404"+
    "\0\u644e\0\u6498\0\u64e2\0\u652c\0\u6576\0\u65c0\0\u660a\0\u6654"+
    "\0\u669e\0\u66e8\0\u0862\0\u0862\0\u6732\0\u677c\0\u67c6\0\u6810"+
    "\0\u685a\0\u07ce\0\u68a4\0\u68ee\0\u6938\0\u0862\0\u6982\0\u0862"+
    "\0\u69cc\0\u6a16\0\u6a60\0\u6aaa\0\u6af4\0\u6b3e\0\u6b88\0\u6bd2"+
    "\0\u6c1c\0\u6c66\0\u6cb0\0\u6cfa\0\u6d44\0\u6d8e\0\u6dd8\0\u0862"+
    "\0\u6e22\0\u6e6c\0\u6eb6\0\u6f00\0\u6f4a\0\u6f94\0\u6fde\0\u0862"+
    "\0\u7028\0\u0862\0\u0862\0\u7072\0\u70bc\0\u17fe\0\u7106\0\u17fe"+
    "\0\u7150\0\u719a\0\u71e4\0\u722e\0\u7278\0\u72c2\0\u730c\0\u7356"+
    "\0\u73a0\0\u73ea\0\u7434\0\u747e\0\u74c8\0\u17fe\0\u7512\0\u755c"+
    "\0\u75a6\0\u75f0\0\u763a\0\u7684\0\u76ce\0\u0862\0\u7718\0\u7762"+
    "\0\u77ac\0\u77f6\0\u7840\0\u788a\0\u78d4\0\u791e\0\u7968\0\u79b2"+
    "\0\u79fc\0\u0862\0\u7a46\0\u0862\0\u0862\0\u7a90\0\u7ada\0\u7b24"+
    "\0\u7b6e\0\u7bb8\0\u0862\0\u0862\0\u0862\0\u0862\0\u7c02\0\u7c4c"+
    "\0\u0862\0\u7c96\0\u7ce0\0\u0862\0\u7d2a\0\u7d74\0\u7dbe\0\u17fe"+
    "\0\u7e08\0\u17fe\0\u7e52\0\u7e9c\0\u7ee6\0\u7f30\0\u17fe\0\u17fe"+
    "\0\u17fe\0\u17fe\0\u7f7a\0\u7fc4\0\u17fe\0\u800e\0\u8058\0\u80a2"+
    "\0\u80ec\0\u8136\0\u8180\0\u81ca\0\u1f82\0\u8214\0\u825e\0\u82a8"+
    "\0\u0862\0\u82f2\0\u833c\0\u8386\0\u0862\0\u0862\0\u0862\0\u83d0"+
    "\0\u841a\0\u8464\0\u84ae\0\u84f8\0\u8542\0\u17fe\0\u858c\0\u85d6"+
    "\0\u17fe\0\u17fe\0\u17fe\0\u8620\0\u866a\0\u86b4\0\u86fe\0\u8748"+
    "\0\u0862\0\u0862\0\u0862\0\u8792\0\u87dc\0\u8826\0\u8870\0\u0862"+
    "\0\u88ba\0\u8904\0\u894e\0\u8998\0\u0862\0\u89e2\0\u8a2c\0\u0862"+
    "\0\u17fe\0\u8a76\0\u8ac0\0\u8b0a\0\u17fe\0\u8b54\0\u8b9e\0\u17fe"+
    "\0\u0862\0\u0862\0\u8be8\0\u8c32\0\u8c7c\0\u0862\0\u8cc6\0\u0862"+
    "\0\u8d10\0\u0862\0\u8d5a\0\u17fe\0\u17fe\0\u8da4\0\u17fe\0\u8dee"+
    "\0\u07ce\0\u0862\0\u07ce\0\u8e38\0\u17fe\0\u8e82\0\u1f82\0\u8ecc"+
    "\0\u8f16\0\u0862\0\u17fe";

  private static int [] zzUnpackRowMap() {
    int [] result = new int[675];
    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 =
    "\3\34\2\0\1\35\2\34\1\36\1\37\1\34\1\40"+
    "\1\41\1\42\1\43\1\44\1\34\1\45\1\34\1\46"+
    "\1\47\5\34\1\50\1\51\1\52\1\53\1\54\1\55"+
    "\7\37\1\56\1\57\1\60\1\34\1\37\1\61\1\37"+
    "\1\62\1\37\1\63\1\64\2\37\1\65\2\37\1\66"+
    "\1\67\1\70\1\71\1\37\1\72\1\73\1\74\1\37"+
    "\1\75\4\37\1\76\1\34\1\77\1\34\1\0\3\34"+
    "\2\0\1\35\103\34\1\0\3\100\1\0\1\100\1\101"+
    "\2\100\1\36\3\100\1\41\7\100\1\102\60\100\1\103"+
    "\1\100\1\104\1\100\1\0\3\34\2\0\1\35\2\34"+
    "\1\36\3\34\1\41\1\105\1\106\5\34\1\107\64\34"+
    "\1\0\3\100\1\0\1\100\1\101\2\100\1\36\3\100"+
    "\1\41\1\110\1\111\2\100\1\112\1\100\1\113\1\102"+
    "\5\100\1\114\1\115\1\100\1\116\11\100\1\117\1\100"+
    "\1\120\16\100\1\121\14\100\1\122\1\100\1\123\1\100"+
    "\1\0\3\34\2\0\1\35\2\34\1\124\37\34\1\125"+
    "\40\34\1\0\3\34\2\0\1\35\6\34\1\126\33\34"+
    "\1\127\40\34\1\0\2\34\1\130\2\0\1\131\103\34"+
    "\1\0\3\34\2\0\1\35\11\34\1\132\71\34\1\0"+
    "\3\34\2\0\1\35\1\34\1\133\1\134\1\37\1\135"+
    "\1\136\1\137\1\140\1\141\1\142\1\143\1\45\1\144"+
    "\1\145\1\146\1\147\3\150\1\151\1\34\1\152\1\153"+
    "\1\154\1\54\1\155\7\37\1\156\1\57\1\157\1\160"+
    "\2\37\1\161\1\162\1\163\1\37\1\164\2\37\1\165"+
    "\1\37\1\166\1\37\1\167\4\37\1\170\1\171\6\37"+
    "\1\172\1\173\1\174\1\175\1\0\3\34\2\0\1\35"+
    "\2\34\1\176\37\34\1\177\40\34\1\0\3\34\2\0"+
    "\1\35\6\34\1\200\33\34\1\201\40\34\1\0\3\34"+
    "\2\0\1\35\1\34\1\133\1\134\1\37\1\135\1\136"+
    "\1\137\1\140\1\141\1\142\1\143\1\45\1\144\1\145"+
    "\1\146\1\147\3\150\1\151\1\34\1\152\1\153\1\154"+
    "\1\54\1\155\7\37\1\156\1\57\1\157\1\160\2\37"+
    "\1\161\1\162\1\163\1\37\1\164\2\37\1\165\1\37"+
    "\1\166\1\37\1\167\4\37\1\170\1\171\6\37\1\202"+
    "\1\173\1\203\1\175\1\0\3\34\2\0\1\35\3\34"+
    "\1\204\1\34\1\40\2\34\1\43\1\44\1\34\1\45"+
    "\1\34\1\46\1\47\6\34\1\51\1\52\1\53\1\54"+
    "\1\55\7\204\1\56\1\205\1\60\1\34\1\204\1\206"+
    "\1\204\1\207\1\204\1\210\1\211\2\204\1\212\3\204"+
    "\1\213\1\204\1\214\1\204\1\215\1\216\1\217\1\204"+
    "\1\220\4\204\1\76\1\34\1\77\1\34\1\0\3\34"+
    "\2\0\1\35\2\34\1\36\1\37\1\34\1\40\1\41"+
    "\1\42\1\43\1\44\1\34\1\45\1\34\1\46\1\47"+
    "\5\34\1\50\1\51\1\52\1\53\1\54\1\55\7\37"+
    "\1\56\1\57\1\60\1\34\1\37\1\61\1\37\1\62"+
    "\1\221\1\63\1\64\2\37\1\65\3\37\1\67\1\37"+
    "\1\71\1\37\1\72\1\73\1\74\1\37\1\75\4\37"+
    "\1\76\1\34\1\77\1\34\1\0\3\34\2\0\1\35"+
    "\2\34\1\36\1\37\1\34\1\40\1\41\1\222\1\43"+
    "\1\44\1\34\1\45\1\34\1\46\1\47\5\34\1\223"+
    "\1\51\1\52\1\53\1\54\1\55\7\37\1\56\1\57"+
    "\1\60\1\34\1\37\1\61\1\37\1\62\1\224\1\63"+
    "\1\64\2\37\1\65\3\37\1\67\1\37\1\71\1\37"+
    "\1\72\1\73\1\74\1\37\1\75\4\37\1\76\1\34"+
    "\1\77\1\34\1\0\3\34\2\0\1\35\3\34\1\37"+
    "\7\34\1\225\2\34\1\107\5\34\1\226\5\34\7\37"+
    "\1\34\1\57\2\34\5\37\1\227\10\37\1\230\1\231"+
    "\1\37\1\232\1\37\1\233\1\234\1\37\1\235\3\37"+
    "\1\236\1\34\1\237\1\34\1\0\3\34\2\0\1\35"+
    "\2\34\1\36\1\37\1\34\1\40\1\41\1\34\1\43"+
    "\1\44\1\34\1\45\1\34\1\46\1\47\6\34\1\51"+
    "\1\52\1\53\1\54\1\55\7\37\1\56\1\57\1\60"+
    "\1\34\1\37\1\61\1\37\1\62\1\224\1\63\1\64"+
    "\2\37\1\65\3\37\1\67\1\37\1\71\1\37\1\72"+
    "\1\73\1\74\1\37\1\75\4\37\1\76\1\34\1\77"+
    "\1\34\1\0\3\34\2\0\1\35\2\34\1\36\1\37"+
    "\1\34\1\40\1\41\1\42\1\43\1\44\1\34\1\45"+
    "\1\34\1\46\1\47\5\34\1\50\1\51\1\52\1\53"+
    "\1\54\1\55\7\37\1\56\1\57\1\60\1\34\1\37"+
    "\1\61\1\37\1\62\1\224\1\63\1\64\2\37\1\65"+
    "\3\37\1\67\1\37\1\71\1\37\1\72\1\73\1\74"+
    "\1\37\1\75\4\37\1\76\1\34\1\77\1\34\1\0"+
    "\1\34\2\240\1\0\1\240\1\241\3\34\1\37\1\34"+
    "\1\40\2\34\1\43\1\44\1\34\1\45\1\34\1\46"+
    "\1\242\6\34\1\51\1\52\1\53\1\54\1\55\7\37"+
    "\1\56\1\57\1\60\1\34\1\37\1\61\1\37\1\62"+
    "\1\37\1\63\1\64\2\37\1\65\3\37\1\67\1\37"+
    "\1\71\1\37\1\72\1\73\1\74\1\37\1\75\4\37"+
    "\1\76\1\34\1\77\1\34\1\0\3\34\2\0\1\35"+
    "\3\34\1\243\11\34\1\244\1\107\13\34\7\243\1\34"+
    "\1\245\2\34\32\243\4\34\1\0\3\34\2\0\1\35"+
    "\3\34\1\246\26\34\7\246\1\34\1\247\2\34\22\246"+
    "\1\250\1\251\6\246\4\34\12\0\1\252\26\0\7\252"+
    "\1\0\1\253\2\0\32\252\30\0\1\254\120\0\1\254"+
    "\74\0\1\254\111\0\1\254\14\0\1\254\52\0\1\254"+
    "\120\0\1\34\107\0\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\32\37\4\0\1\37"+
    "\23\0\1\256\105\0\1\257\4\0\1\260\66\0\2\52"+
    "\1\0\2\52\105\0\2\261\1\0\2\261\56\0\1\262"+
    "\124\0\1\263\12\0\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\2\37\1\264\27\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\13\37\1\265\16\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\15\37\1\266\11\37\1\267\2\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\11\37\1\270\20\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\14\37"+
    "\1\271\1\272\14\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\16\37\1\273"+
    "\13\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\274\3\37\1\275"+
    "\10\37\1\276\13\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\17\37\1\277"+
    "\12\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\300\3\37\1\301"+
    "\13\37\1\302\2\37\1\303\5\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\304\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\5\37\1\305"+
    "\15\37\1\306\1\307\3\37\1\310\1\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\10\37\1\311\10\37\1\312\10\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\16\37\1\313\13\37\4\0\1\37\2\0\1\100"+
    "\126\0\1\314\4\0\1\260\66\0\2\315\2\0\1\315"+
    "\25\0\1\316\136\0\1\317\41\0\1\320\37\0\1\321"+
    "\55\0\1\322\33\0\1\321\43\0\1\130\133\0\1\323"+
    "\121\0\1\324\111\0\1\325\70\0\1\326\20\0\1\327"+
    "\111\0\1\330\75\0\1\331\13\0\1\332\77\0\1\333"+
    "\11\0\1\334\1\335\101\0\4\336\100\0\1\314\4\0"+
    "\1\260\7\0\1\337\100\0\1\340\1\0\3\341\1\342"+
    "\10\0\1\343\1\344\1\345\1\346\1\0\1\347\4\0"+
    "\1\350\1\0\1\343\1\0\1\344\1\345\1\344\4\0"+
    "\1\346\13\0\1\347\32\0\1\340\1\0\4\150\11\0"+
    "\1\344\1\345\1\346\6\0\1\351\3\0\1\344\1\345"+
    "\1\344\4\0\1\346\54\0\1\352\113\0\1\353\1\354"+
    "\111\0\1\355\111\0\1\356\1\357\110\0\1\360\55\0"+
    "\1\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\30\37\1\361\1\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\10\37\1\362\2\37\1\363\16\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\16\37\1\364\13\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\365"+
    "\11\37\1\366\16\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\15\37\1\367"+
    "\14\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\16\37\1\370\13\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\5\37\1\275\24\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\10\37\1\371\21\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\21\37\1\372"+
    "\10\37\4\0\1\37\34\0\1\373\51\0\1\374\13\0"+
    "\1\375\37\0\1\376\55\0\1\377\33\0\1\376\41\0"+
    "\1\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\32\204\1\u0101\3\0\1\204\77\0"+
    "\1\u0104\12\0\1\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\2\204\1\u0105\27\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\13\204\1\u0106\16\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\15\204\1\u0107\11\204"+
    "\1\u0108\2\204\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100"+
    "\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0\4\204"+
    "\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0\11\204"+
    "\1\u0109\20\204\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100"+
    "\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0\4\204"+
    "\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0\14\204"+
    "\1\u010a\1\u010b\14\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\1\204\1\u010c\3\204\1\u010d\10\204\1\u010e\13\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\1\204\1\u010f\3\204\1\u0110"+
    "\13\204\1\u0111\2\204\1\u0112\5\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u0113\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u0114\15\204\1\u0115\1\u0116\3\204"+
    "\1\u0117\1\204\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100"+
    "\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0\4\204"+
    "\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0\10\204"+
    "\1\u0118\10\204\1\u0119\10\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\16\204\1\u011a\13\204\1\u0101\3\0\1\204\1\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\5\37\1\u011b\24\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\5\37"+
    "\1\u011c\24\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\27\37\1\u011d\2\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\17\37\1\u011e\12\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\21\37\1\u011f\10\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\5\37"+
    "\1\u0120\24\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\16\37\1\u0121\13\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\22\37\1\u0122\7\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\11\37\1\u0123\20\37\4\0\1\37\2\0\1\240"+
    "\126\0\1\u0124\72\0\1\243\2\u0125\1\0\2\u0125\3\0"+
    "\1\243\3\0\1\u0126\5\0\1\u0127\1\0\4\243\7\0"+
    "\7\243\1\0\1\u0128\2\0\32\243\4\0\1\243\77\0"+
    "\1\u0129\12\0\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a"+
    "\11\0\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a"+
    "\1\0\1\u012e\2\0\32\u012a\4\0\1\u012a\77\0\1\u012f"+
    "\12\0\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0"+
    "\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0"+
    "\1\u012e\2\0\23\u012a\1\u0130\6\u012a\4\0\2\u012a\2\u012b"+
    "\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c\1\0\4\u012a"+
    "\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e\2\0\21\u012a"+
    "\1\u0131\10\u012a\4\0\1\u012a\1\252\10\0\1\252\13\0"+
    "\4\252\7\0\7\252\1\0\1\253\2\0\32\252\4\0"+
    "\1\252\77\0\1\u0132\13\0\2\254\1\0\2\254\127\0"+
    "\1\u0133\105\0\1\u0134\162\0\1\u0135\46\0\4\u0136\7\0"+
    "\4\u0136\10\0\6\u0136\30\0\1\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u0137"+
    "\7\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\u0138\30\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\24\37\1\u0139\5\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\23\37\1\u013a\6\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\15\37\1\u013b"+
    "\14\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\17\37\1\u013c\12\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u013d\6\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\4\37\1\u013e\25\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\23\37\1\u013f"+
    "\6\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\26\37\1\u0140\3\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\15\37\1\u0141\14\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u0142\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\3\37\1\u0143"+
    "\26\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u0144\10\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\11\37\1\u0145\4\37\1\u0146\13\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\2\37\1\u0147\27\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\3\37\1\u0148\26\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\u0149"+
    "\30\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\u014a\17\37\1\u014b"+
    "\10\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\17\37\1\u014c\12\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\15\37\1\u014d\14\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\21\37\1\u014e\10\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\u014f"+
    "\30\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\13\37\1\u0150\16\37\4\0"+
    "\1\37\17\0\1\u0151\173\0\1\u0152\35\0\4\336\11\0"+
    "\1\344\1\345\7\0\1\u0153\3\0\1\344\1\345\1\344"+
    "\53\0\1\340\1\0\3\341\1\342\11\0\1\344\1\345"+
    "\1\346\6\0\1\350\3\0\1\344\1\345\1\344\4\0"+
    "\1\346\46\0\1\340\1\0\4\342\11\0\1\344\1\345"+
    "\7\0\1\u0154\3\0\1\344\1\345\1\344\55\0\2\u0155"+
    "\103\0\1\u0156\1\0\1\u0156\2\0\1\u0157\3\u0158\104\0"+
    "\1\u0159\1\0\4\u015a\7\0\4\u015a\10\0\6\u015a\55\0"+
    "\3\341\1\342\22\0\1\350\63\0\4\150\22\0\1\351"+
    "\72\0\1\u015b\111\0\1\u015c\1\u015d\54\0\1\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\23\37\1\u015e\6\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\u015f"+
    "\30\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\u0160\30\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\24\37\1\u0161\5\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\13\37\1\u0162\16\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\16\37\1\u0163"+
    "\13\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\23\37\1\u0164\6\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\15\37\1\u0165\14\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\16\37\1\u0166\13\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\24\37\1\u0167"+
    "\5\37\4\0\1\37\1\0\2\u0100\1\0\2\u0100\7\0"+
    "\1\u0101\5\0\1\u0102\6\0\1\u0101\52\0\1\u0101\31\0"+
    "\4\u0168\7\0\4\u0168\10\0\6\u0168\30\0\1\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\22\204\1\u0169\7\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\1\204\1\u016a\30\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\24\204\1\u016b\5\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\23\204\1\u016c\6\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\15\204\1\u016d\14\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\17\204\1\u016e\12\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\23\204\1\u016f\6\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\23\204\1\u0170\6\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\26\204\1\u0171\3\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\15\204\1\u0172\14\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\3\204\1\u0173\26\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\21\204\1\u0174\10\204\1\u0101\3\0\2\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\11\204\1\u0175\4\204\1\u0176\13\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\2\204\1\u0177\27\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\3\204\1\u0178\26\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\1\204\1\u0179\30\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\1\204\1\u017a\17\204\1\u017b\10\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\17\204\1\u017c\12\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\15\204\1\u017d\14\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\21\204\1\u017e\10\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\1\204\1\u017f\30\204"+
    "\1\u0101\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204"+
    "\3\0\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\13\204\1\u0180\16\204"+
    "\1\u0101\3\0\1\204\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\6\37\1\u0181\23\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\6\37\1\u0182\23\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\17\37\1\u0183\12\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\5\37"+
    "\1\u0184\24\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\16\37\1\u0185\13\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\20\37\1\u0186\11\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\5\37\1\u0187\24\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\23\37"+
    "\1\u0188\6\37\4\0\1\37\17\0\1\u0189\73\0\2\u0125"+
    "\1\0\2\u0125\7\0\1\u0126\5\0\1\u0127\113\0\4\u018a"+
    "\7\0\4\u018a\10\0\6\u018a\31\0\2\u012b\1\0\2\u012b"+
    "\15\0\1\u012c\6\0\1\u012d\104\0\4\u018b\7\0\4\u018b"+
    "\10\0\6\u018b\30\0\1\u012a\2\u012b\1\0\2\u012b\3\0"+
    "\1\u012a\11\0\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0"+
    "\7\u012a\1\0\1\u012e\2\0\1\u012a\1\u018c\30\u012a\4\0"+
    "\2\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c"+
    "\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e"+
    "\2\0\1\u012a\1\u018d\30\u012a\4\0\1\u012a\25\0\4\u018e"+
    "\7\0\4\u018e\10\0\6\u018e\30\0\17\u0189\1\u018f\4\u0189"+
    "\1\u0190\65\u0189\76\0\1\u0191\40\0\4\u0192\7\0\4\u0192"+
    "\10\0\6\u0192\30\0\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\23\37\1\u0193\6\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\22\37\1\u0194\7\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\14\37\1\u0195\15\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\5\37"+
    "\1\u0196\24\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\1\37\1\u0197\30\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\13\37\1\u0198\2\37\1\u0199\13\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\5\37\1\u019a\24\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\24\37\1\u019b\5\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\11\37"+
    "\1\u019c\20\37\4\0\2\37\10\0\1\37\10\0\1\u019d"+
    "\2\0\4\37\7\0\7\37\1\0\1\255\2\0\32\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\15\37\1\u019e\14\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\12\37\1\u019f\17\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\14\37"+
    "\1\u01a0\15\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\25\37\1\u01a1\4\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\23\37\1\u01a2\6\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\13\37\1\u01a3\16\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\16\37"+
    "\1\u01a4\13\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\13\37\1\u01a5\16\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\23\37\1\u01a6\6\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\11\37\1\u01a7\20\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\5\37"+
    "\1\u01a8\24\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\3\37\1\u01a9\26\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\16\37\1\u01aa\13\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\15\37\1\u01ab\14\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\1\37"+
    "\1\u01ac\30\37\4\0\1\37\24\0\1\u01ad\112\0\4\336"+
    "\22\0\1\u0153\63\0\4\342\22\0\1\u0154\63\0\2\u0155"+
    "\15\0\1\346\6\0\1\u01ae\12\0\1\346\50\0\1\u0157"+
    "\3\u0158\123\0\1\344\14\0\1\344\1\0\1\344\55\0"+
    "\4\u0158\11\0\1\344\10\0\1\u01af\3\0\1\344\1\0"+
    "\1\344\55\0\4\u01b0\7\0\4\u01b0\10\0\6\u01b0\53\0"+
    "\1\u01b1\1\0\4\u015a\7\0\4\u015a\1\346\1\u01b2\5\0"+
    "\1\u01b3\6\u015a\4\0\1\346\3\0\1\u01b2\53\0\1\u01b4"+
    "\55\0\1\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\5\37\1\u01b5\24\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\21\37\1\u01b6\10\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\22\37"+
    "\1\u01b7\7\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\2\37\1\u01b8\27\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\22\37\1\u0167\7\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\1\37\1\u01b9\30\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\7\37"+
    "\1\u01ba\22\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\21\37\1\u01bb\10\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\5\37\1\u01bc\24\37\4\0\1\37"+
    "\25\0\4\u01bd\7\0\4\u01bd\10\0\6\u01bd\30\0\1\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\23\204\1\u01be\6\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\22\204\1\u01bf\7\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\14\204\1\u01c0\15\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u01c1\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\1\204\1\u01c2\30\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\13\204\1\u01c3\2\204\1\u01c4\13\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\5\204\1\u01c5\24\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\11\204\1\u01c6\20\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\4\0\1\u019d\1\u0102\1\0\4\204\1\0\1\u0101"+
    "\5\0\7\204\1\0\1\u0103\2\0\32\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\12\204\1\u01c7\17\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\14\204\1\u01c8\15\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\25\204\1\u01c9\4\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\23\204\1\u01ca\6\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\13\204\1\u01cb\16\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\16\204\1\u01cc\13\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\13\204\1\u01cd\16\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\23\204\1\u01ce\6\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\11\204\1\u01cf\20\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\5\204\1\u01d0\24\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\3\204\1\u01d1\26\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\16\204\1\u01d2\13\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\15\204\1\u01d3\14\204\1\u0101\3\0"+
    "\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101"+
    "\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204"+
    "\1\0\1\u0103\2\0\1\204\1\u01d4\30\204\1\u0101\3\0"+
    "\1\204\1\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\1\37\1\u01d5\30\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\1\37\1\u01d6\30\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\16\37"+
    "\1\u01d7\13\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\15\37\1\u01d8\14\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\25\37\1\u01d9\4\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\24\37\1\u01da\5\37\4\0\2\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\22\37"+
    "\1\u01db\7\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\10\37\1\u01dc\21\37"+
    "\4\0\1\37\17\u0189\1\u018f\72\u0189\25\0\4\u01dd\7\0"+
    "\4\u01dd\10\0\6\u01dd\55\0\4\u01de\7\0\4\u01de\10\0"+
    "\6\u01de\30\0\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a"+
    "\11\0\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a"+
    "\1\0\1\u012e\2\0\23\u012a\1\u01df\6\u012a\4\0\2\u012a"+
    "\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c\1\0"+
    "\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e\2\0"+
    "\15\u012a\1\u01e0\14\u012a\4\0\1\u012a\25\0\4\u01e1\7\0"+
    "\4\u01e1\10\0\6\u01e1\30\0\17\u0189\1\u018f\4\u0189\1\u01e2"+
    "\65\u0189\60\0\1\u01e3\56\0\4\u01e4\7\0\4\u01e4\10\0"+
    "\6\u01e4\30\0\1\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u01e5\10\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\22\37\1\u01e6\7\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\15\37\1\u01e7\14\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\13\37\1\u01e8"+
    "\16\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\5\37\1\u01e9\24\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\21\37\1\u01ea\10\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\21\37\1\u01eb\10\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\13\37\1\u01ec"+
    "\16\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\25\37\1\u01ed\4\37\4\0"+
    "\1\37\75\0\1\u01ee\14\0\1\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\u01ef"+
    "\30\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\11\37\1\u01f0\20\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\1\37\1\u01f1\30\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u01f2\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\11\37\1\u01f3"+
    "\20\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u01f4\10\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\5\37\1\u01f5\24\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\11\37\1\u01f6\20\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\3\37\1\u01f7"+
    "\26\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u01f8\10\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\10\37\1\u01f9\21\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\26\37\1\u01fa\3\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u01fb"+
    "\7\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\23\37\1\u01fc\6\37\4\0"+
    "\1\37\25\0\2\u0155\24\0\1\u01ae\63\0\4\u0158\22\0"+
    "\1\u01af\63\0\4\u01b0\7\0\4\u01b0\1\0\1\u01b2\5\0"+
    "\1\u01fd\6\u01b0\10\0\1\u01b2\44\0\4\u01b0\7\0\4\u01b0"+
    "\1\0\1\u01b2\6\0\6\u01b0\10\0\1\u01b2\37\0\1\u01fe"+
    "\1\0\1\u01fe\2\0\1\u01ff\3\u0158\106\0\4\u015a\7\0"+
    "\4\u015a\7\0\1\u01b3\6\u015a\30\0\1\37\10\0\1\37"+
    "\13\0\4\37\7\0\7\37\1\0\1\255\2\0\22\37"+
    "\1\u0200\7\37\4\0\2\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\13\37\1\u0201\16\37"+
    "\4\0\2\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\23\37\1\u0202\6\37\4\0\2\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\23\37\1\u0203\6\37\4\0\1\37\25\0\4\u0204"+
    "\7\0\4\u0204\10\0\6\u0204\30\0\1\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\21\204\1\u0205\10\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\22\204\1\u0206\7\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\15\204\1\u0207\14\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\13\204\1\u0208\16\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\5\204\1\u0209\24\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\21\204\1\u020a\10\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\21\204\1\u020b\10\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\25\204\1\u020c\4\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\1\204\1\u020d\30\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\11\204\1\u020e\20\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\1\204\1\u020f\30\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\5\204\1\u0210\24\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\11\204\1\u0211\20\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\21\204\1\u0212\10\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\5\204\1\u0213\24\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\11\204\1\u0214\20\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\3\204\1\u0215\26\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\21\204\1\u0216\10\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\10\204\1\u0217\21\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\26\204\1\u0218\3\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\22\204\1\u0219\7\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\23\204\1\u021a\6\204\1\u0101\3\0\1\204\1\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\24\37\1\u021b\5\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\24\37\1\u021c"+
    "\5\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u021d\10\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\22\37\1\u021e\7\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\11\37\1\u021f\20\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\11\37\1\u0220"+
    "\20\37\4\0\1\37\25\0\4\u0221\7\0\4\u0221\10\0"+
    "\6\u0221\55\0\4\u0222\7\0\4\u0222\10\0\6\u0222\30\0"+
    "\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c"+
    "\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e"+
    "\2\0\11\u012a\1\u0223\20\u012a\4\0\2\u012a\2\u012b\1\0"+
    "\2\u012b\3\0\1\u012a\11\0\1\u012c\1\0\4\u012a\1\0"+
    "\1\u012d\5\0\7\u012a\1\0\1\u012e\2\0\22\u012a\1\u0224"+
    "\7\u012a\4\0\1\u012a\25\0\4\u0225\7\0\4\u0225\10\0"+
    "\6\u0225\124\0\1\u0226\42\0\4\37\7\0\4\37\10\0"+
    "\6\37\30\0\1\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\1\37\1\u0227\30\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\4\37\1\u0228\25\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\14\37\1\u0229\15\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\23\37\1\u022a"+
    "\6\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\6\37\1\u022b\23\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\5\37\1\u022c\24\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u022d\24\37\4\0\1\37\60\0\1\u022e\31\0"+
    "\1\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\7\37\1\u022f\22\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\23\37\1\u0230\6\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\23\37\1\u0231"+
    "\6\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\3\37\1\u0232\26\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\3\37\1\u0233\26\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\4\37\1\u0234\25\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\4\37\1\u0235"+
    "\25\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\3\37\1\u0236\26\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u0237\6\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\21\37\1\u0238\10\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u0239"+
    "\7\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\11\37\1\u023a\20\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\11\37\1\u023b\20\37\4\0\1\37\25\0"+
    "\4\u01b0\7\0\4\u01b0\7\0\1\u01fd\6\u01b0\55\0\1\u01ff"+
    "\3\u0158\106\0\1\u01ff\3\u0158\11\0\1\344\14\0\1\344"+
    "\1\0\1\344\30\0\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\5\37\1\u023c\24\37"+
    "\4\0\1\37\25\0\4\204\7\0\4\204\10\0\6\204"+
    "\30\0\1\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\1\204\1\u023d\30\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\4\204\1\u023e\25\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\14\204\1\u023f\15\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\23\204\1\u0240\6\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\6\204\1\u0241\23\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\5\204\1\u0242\24\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\7\204\1\u0243\22\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\23\204\1\u0244\6\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\23\204\1\u0245\6\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\3\204\1\u0246\26\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\3\204\1\u0247\26\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\4\204\1\u0248\25\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\4\204\1\u0249\25\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\3\204\1\u024a\26\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\23\204\1\u024b\6\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\21\204\1\u024c\10\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\22\204\1\u024d\7\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\11\204\1\u024e\20\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\11\204\1\u024f\20\204\1\u0101"+
    "\3\0\1\204\1\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\13\37\1\u0250\16\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\13\37\1\u0251\16\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\23\37\1\u0252\6\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\4\37\1\u0253"+
    "\25\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\21\37\1\u0254\10\37\4\0"+
    "\1\37\25\0\4\243\7\0\4\243\10\0\6\243\55\0"+
    "\4\u012a\7\0\4\u012a\10\0\6\u012a\30\0\1\u012a\2\u012b"+
    "\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c\1\0\4\u012a"+
    "\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e\2\0\3\u012a"+
    "\1\u0255\26\u012a\4\0\2\u012a\2\u012b\1\0\2\u012b\3\0"+
    "\1\u012a\11\0\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0"+
    "\7\u012a\1\0\1\u012e\2\0\11\u012a\1\u0256\20\u012a\4\0"+
    "\1\u012a\25\0\4\252\7\0\4\252\10\0\6\252\111\0"+
    "\1\u0257\30\0\1\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\3\37\1\u0258\26\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\22\37\1\u0259\7\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u025a\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\1\37\1\u025b"+
    "\30\37\4\0\1\37\54\0\1\u025c\35\0\1\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u025d\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u025e"+
    "\7\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\5\37\1\u025f\24\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u0260\6\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\6\37\1\u0261\23\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\16\37\1\u0262"+
    "\13\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\5\37\1\u0263\24\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\13\37\1\u0264\16\37\4\0\1\37\1\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\3\204\1\u0265\26\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\22\204\1\u0266\7\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u0267\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\1\204\1\u0268\30\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u0269\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\22\204\1\u026a\7\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u026b\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\23\204\1\u026c\6\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\6\204\1\u026d\23\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\16\204\1\u026e\13\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u026f\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\13\204\1\u0270\16\204\1\u0101\3\0\1\204"+
    "\1\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u0271\6\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\23\37\1\u0272\6\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u0273"+
    "\7\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\5\37\1\u0274\24\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\5\37\1\u0275\24\37\4\0\1\37\1\u012a"+
    "\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c\1\0"+
    "\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e\2\0"+
    "\23\u012a\1\u0276\6\u012a\4\0\1\u012a\54\0\1\u0277\35\0"+
    "\1\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u0278\6\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\15\37\1\u0279\14\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\3\37\1\u027a"+
    "\26\37\4\0\1\37\66\0\1\u027b\23\0\1\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u027c\24\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\17\37\1\u027d"+
    "\12\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\15\37\1\u027e\14\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\15\37\1\u027f\14\37\4\0\2\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\5\37\1\u0280\24\37\4\0\1\37\1\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\23\204\1\u0281\6\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\15\204\1\u0282\14\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\3\204\1\u0283\26\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\5\204\1\u0284\24\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\17\204\1\u0285\12\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\15\204\1\u0286\14\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\15\204\1\u0287\14\204\1\u0101\3\0\2\204\2\u0100\1\0"+
    "\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102\1\0"+
    "\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103\2\0"+
    "\5\204\1\u0288\24\204\1\u0101\3\0\1\204\1\37\10\0"+
    "\1\37\13\0\4\37\7\0\7\37\1\0\1\255\2\0"+
    "\22\37\1\u0289\7\37\4\0\2\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\22\37\1\u028a"+
    "\7\37\4\0\1\37\1\u012a\2\u012b\1\0\2\u012b\3\0"+
    "\1\u012a\11\0\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0"+
    "\7\u012a\1\0\1\u012e\2\0\11\u012a\1\u028b\20\u012a\4\0"+
    "\1\u012a\56\0\1\u028c\33\0\1\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\23\37\1\u028d"+
    "\6\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\5\37\1\u028e\24\37\4\0"+
    "\1\37\60\0\1\u028f\31\0\1\37\10\0\1\37\13\0"+
    "\4\37\7\0\7\37\1\0\1\255\2\0\4\37\1\u0290"+
    "\25\37\4\0\2\37\10\0\1\37\13\0\4\37\7\0"+
    "\7\37\1\0\1\255\2\0\11\37\1\u0291\20\37\4\0"+
    "\2\37\10\0\1\37\13\0\4\37\7\0\7\37\1\0"+
    "\1\255\2\0\23\37\1\u0292\6\37\4\0\1\37\1\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\23\204\1\u0293\6\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\5\204\1\u0294\24\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\4\204\1\u0295\25\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\11\204\1\u0296\20\204\1\u0101\3\0\2\204"+
    "\2\u0100\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0"+
    "\1\u0102\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0"+
    "\1\u0103\2\0\23\204\1\u0297\6\204\1\u0101\3\0\1\204"+
    "\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0\1\u012c"+
    "\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0\1\u012e"+
    "\2\0\25\u012a\1\u0298\4\u012a\4\0\1\u012a\60\0\1\u0299"+
    "\31\0\1\37\10\0\1\37\13\0\4\37\7\0\7\37"+
    "\1\0\1\255\2\0\22\37\1\u029a\7\37\4\0\1\37"+
    "\57\0\1\u029b\32\0\1\37\10\0\1\37\13\0\4\37"+
    "\7\0\7\37\1\0\1\255\2\0\31\37\1\u029c\4\0"+
    "\1\37\1\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\22\204\1\u029d\7\204\1\u0101"+
    "\3\0\2\204\2\u0100\1\0\2\u0100\3\0\1\204\3\0"+
    "\1\u0101\5\0\1\u0102\1\0\4\204\1\0\1\u0101\5\0"+
    "\7\204\1\0\1\u0103\2\0\31\204\1\u029e\1\u0101\3\0"+
    "\1\204\1\u012a\2\u012b\1\0\2\u012b\3\0\1\u012a\11\0"+
    "\1\u012c\1\0\4\u012a\1\0\1\u012d\5\0\7\u012a\1\0"+
    "\1\u012e\2\0\5\u012a\1\u029f\24\u012a\4\0\1\u012a\1\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\5\37\1\u02a0\24\37\4\0\1\37\1\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\5\204\1\u02a1\24\204\1\u0101\3\0\1\204\1\37"+
    "\10\0\1\37\13\0\4\37\7\0\7\37\1\0\1\255"+
    "\2\0\4\37\1\u02a2\25\37\4\0\1\37\1\204\2\u0100"+
    "\1\0\2\u0100\3\0\1\204\3\0\1\u0101\5\0\1\u0102"+
    "\1\0\4\204\1\0\1\u0101\5\0\7\204\1\0\1\u0103"+
    "\2\0\4\204\1\u02a3\25\204\1\u0101\3\0\1\204";

  private static int [] zzUnpackTrans() {
    int [] result = new int[36704];
    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 code for "Unknown internal scanner error". */
  private static final int ZZ_UNKNOWN_ERROR = 0;
  /** Error code for "could not match input". */
  private static final int ZZ_NO_MATCH = 1;
  /** Error code for "pushback value was too large". */
  private static final int ZZ_PUSHBACK_2BIG = 2;

  /**
   * Error messages for {@link #ZZ_UNKNOWN_ERROR}, {@link #ZZ_NO_MATCH}, and
   * {@link #ZZ_PUSHBACK_2BIG} respectively.
   */
  private static final String ZZ_ERROR_MSG[] = {
    "Unknown internal scanner error",
    "Error: could not match input",
    "Error: pushback value was too large"
  };

  /**
   * ZZ_ATTRIBUTE[aState] contains the attributes of state {@code aState}
   */
  private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute();

  private static final String ZZ_ATTRIBUTE_PACKED_0 =
    "\33\0\1\11\1\1\1\11\1\1\6\11\2\1\2\11"+
    "\1\1\2\11\1\1\1\11\1\1\1\11\15\1\3\11"+
    "\2\1\4\11\1\1\3\11\1\1\5\11\1\1\3\11"+
    "\1\1\1\11\1\1\1\11\3\1\1\11\2\1\3\11"+
    "\13\1\3\11\12\1\1\11\1\1\3\11\1\1\1\11"+
    "\1\1\2\11\16\1\2\11\1\1\2\11\7\1\3\11"+
    "\3\1\1\11\6\1\1\0\1\1\2\0\1\1\1\11"+
    "\3\0\31\1\1\0\1\11\1\0\16\11\1\1\1\11"+
    "\1\0\2\1\1\0\1\11\1\0\1\11\3\0\1\11"+
    "\1\1\3\11\1\1\1\11\12\1\5\11\1\0\2\11"+
    "\2\0\37\1\2\0\2\11\4\0\2\11\5\0\1\11"+
    "\3\0\32\1\1\0\1\11\2\0\1\1\1\0\2\1"+
    "\1\0\1\1\2\11\13\1\1\0\40\1\7\0\1\1"+
    "\2\0\12\1\1\0\17\1\1\11\6\0\1\11\10\1"+
    "\1\0\37\1\5\0\1\11\2\0\11\1\1\0\16\1"+
    "\2\0\5\1\1\0\34\1\6\0\7\1\1\0\47\1"+
    "\2\0\4\1\1\0\31\1\2\0\3\1\1\0\17\1"+
    "\2\0\2\1\1\0\10\1\1\0\1\11\1\1\1\11"+
    "\10\1";

  private static int [] zzUnpackAttribute() {
    int [] result = new int[675];
    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;
  }

  /** Input device. */
  private java.io.Reader zzReader;

  /** Current state of the DFA. */
  private int zzState;

  /** Current lexical state. */
  private int zzLexicalState = YYINITIAL;

  /**
   * This buffer contains the current text to be matched and is the source of the {@link #yytext()}
   * string.
   */
  private char zzBuffer[] = new char[ZZ_BUFFERSIZE];

  /** Text position at the last accepting state. */
  private int zzMarkedPos;

  /** Current text position in the buffer. */
  private int zzCurrentPos;

  /** Marks the beginning of the {@link #yytext()} string in the buffer. */
  private int zzStartRead;

  /** Marks the last character in the buffer, that has been read from input. */
  private int zzEndRead;

  /**
   * Whether the scanner is at the end of file.
   * @see #yyatEOF
   */
  private boolean zzAtEOF;

  /**
   * The number of occupied positions in {@link #zzBuffer} beyond {@link #zzEndRead}.
   *
   * 

When a lead/high surrogate has been read from the input stream into the final * {@link #zzBuffer} position, this will have a value of 1; otherwise, it will have a value of 0. */ private int zzFinalHighSurrogate = 0; /** For the backwards DFA of general lookahead statements */ private boolean [] zzFin = new boolean [ZZ_BUFFERSIZE+1]; /** Number of newlines encountered up to the start of the matched text. */ private int yyline; /** Number of characters from the last newline up to the start of the matched text. */ private int yycolumn; /** Number of characters up to the start of the matched text. */ @SuppressWarnings("unused") private long yychar; /** Whether the scanner is currently at the beginning of a line. */ @SuppressWarnings("unused") private boolean zzAtBOL = true; /** Whether the user-EOF-code has already been executed. */ private boolean zzEOFDone; /* user code: */ private java.io.Writer writer; private List commentHandlers = new ArrayList(); private int classDepth = 0; private int parenDepth = 0; private int nestingDepth = 0; private int annotationDepth = 0; private int assignmentDepth = 0; private int stateDepth = 0; private int codeblockDepth = 0; private int[] stateStack = new int[10]; private int braceMode = CODEBLOCK; private int parenMode = -1; private int annotatedElementLine = 0; private StringBuffer codeBody = new StringBuffer(8192); private boolean newMode; private boolean bracketMode; private boolean anonymousMode; private boolean enumConstantMode; private boolean appendingToCodeBody; private void write() { write( text() ); } private void write( String text ) { try { if( writer != null ) { writer.write( text ); } } catch( java.io.IOException ioe ) {} } public String text() { return yytext(); } public int lex() throws java.io.IOException { if(annotatedElementLine < 0) { annotatedElementLine = 0; } return yylex(); } public int getLine() { return ( annotatedElementLine == 0 ? yyline + 1 : Math.abs(annotatedElementLine) ); } public int getColumn() { return yycolumn + 1; } private void pushState(int newState) { stateStack[stateDepth++] = zzLexicalState; yybegin(newState); } private void popState() { yybegin(stateStack[--stateDepth]); } public String getCodeBody(){ String s = codeBody.toString(); codeBody = new StringBuffer(8192); return s; } public void addCommentHandler(CommentHandler handler) { this.commentHandlers.add(handler); } private int parseValue( String value, int defaultValue ) { int result; try { result = Integer.parseInt( value ); } catch( NumberFormatException e ) { result = defaultValue; } return result; } private void markAnnotatedElementLine() { if( annotatedElementLine <= 0 ) { annotatedElementLine = getLine(); } } private void resetAnnotatedElementLine() { annotatedElementLine = - Math.abs(annotatedElementLine); } public JFlexLexer( java.io.Reader reader, java.io.Writer writer ) { this( reader ); this.writer = writer; } public JFlexLexer( java.io.InputStream stream ) { this( new InputStreamReader(stream) ); } public JFlexLexer( java.io.InputStream stream, java.io.Writer writer ) { this( stream ); this.writer = writer; } /** * Creates a new scanner * * @param in the java.io.Reader to read input from. */ public JFlexLexer(java.io.Reader in) { java.io.InputStream qdoxProperties = this.getClass().getClassLoader().getResourceAsStream( "qdox.properties" ); if( qdoxProperties != null ) { Properties props = new Properties(); try { props.load( qdoxProperties ); stateStack = new int[ parseValue( props.getProperty( "lexer.statestack.size" ), stateStack.length ) ]; } catch ( java.io.IOException e ) { // failed to load qdoxProperties } finally { try { qdoxProperties.close(); } catch( java.io.IOException e ) { // noop, we did our best } } } this.zzReader = in; } /** * Translates raw input code points to DFA table row */ private static int zzCMap(int input) { int offset = input & 255; return offset == input ? ZZ_CMAP_BLOCKS[offset] : ZZ_CMAP_BLOCKS[ZZ_CMAP_TOP[input >> 8] | offset]; } /** * Refills the input buffer. * * @return {@code false} 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) { zzEndRead += zzFinalHighSurrogate; zzFinalHighSurrogate = 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 - zzFinalHighSurrogate) { /* if not: blow it up */ char newBuffer[] = new char[zzBuffer.length * 2]; System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length); zzBuffer = newBuffer; zzEndRead += zzFinalHighSurrogate; zzFinalHighSurrogate = 0; } /* fill the buffer with new input */ int requested = zzBuffer.length - zzEndRead; int numRead = zzReader.read(zzBuffer, zzEndRead, requested); /* not supposed to occur according to specification of java.io.Reader */ if (numRead == 0) { throw new java.io.IOException( "Reader returned 0 characters. See JFlex examples/zero-reader for a workaround."); } if (numRead > 0) { zzEndRead += numRead; if (Character.isHighSurrogate(zzBuffer[zzEndRead - 1])) { if (numRead == requested) { // We requested too few chars to encode a full Unicode character --zzEndRead; zzFinalHighSurrogate = 1; } else { // There is room in the buffer for at least one more char int c = zzReader.read(); // Expecting to read a paired low surrogate char if (c == -1) { return true; } else { zzBuffer[zzEndRead++] = (char)c; } } } /* potentially more input available */ return false; } /* numRead < 0 ==> end of stream */ return true; } /** * Closes the input reader. * * @throws java.io.IOException if the reader could not be closed. */ 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 cannot be reused (internal * buffer is discarded and lost). Lexical state is set to {@code ZZ_INITIAL}. * *

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; zzEOFDone = false; yyResetPosition(); zzLexicalState = YYINITIAL; if (zzBuffer.length > ZZ_BUFFERSIZE) { zzBuffer = new char[ZZ_BUFFERSIZE]; } } /** * Resets the input position. */ private final void yyResetPosition() { zzAtBOL = true; zzAtEOF = false; zzCurrentPos = 0; zzMarkedPos = 0; zzStartRead = 0; zzEndRead = 0; zzFinalHighSurrogate = 0; yyline = 0; yycolumn = 0; yychar = 0L; } /** * Returns whether the scanner has reached the end of the reader it reads from. * * @return whether the scanner has reached EOF. */ public final boolean yyatEOF() { return zzAtEOF; } /** * Returns the current lexical state. * * @return 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. * * @return the matched text. */ public final String yytext() { return new String(zzBuffer, zzStartRead, zzMarkedPos-zzStartRead); } /** * Returns the character at the given position from the matched text. * *

It is equivalent to {@code yytext().charAt(pos)}, but faster. * * @param position the position of the character to fetch. A value from 0 to {@code yylength()-1}. * * @return the character at {@code position}. */ public final char yycharat(int position) { return zzBuffer[zzStartRead + position]; } /** * How many characters were matched. * * @return the length of the matched text region. */ public final int yylength() { return zzMarkedPos-zzStartRead; } /** * Reports an error that occurred while scanning. * *

In a well-formed scanner (no or only correct usage of {@code 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 error message to display. */ private static 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 * {@link #yylength()}. */ public void yypushback(int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; } /** * Contains user EOF-code, which will be executed exactly once, * when the end of file is reached */ private void zzDoEOF() throws java.io.IOException { if (!zzEOFDone) { zzEOFDone = true; yyclose(); } } /** * 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 yylex() throws java.io.IOException { int zzInput; int zzAction; // cached fields: int zzCurrentPosL; int zzMarkedPosL; int zzEndReadL = zzEndRead; char[] zzBufferL = zzBuffer; int [] zzTransL = ZZ_TRANS; int [] zzRowMapL = ZZ_ROWMAP; int [] zzAttrL = ZZ_ATTRIBUTE; while (true) { zzMarkedPosL = zzMarkedPos; boolean zzR = false; int zzCh; int zzCharCount; for (zzCurrentPosL = zzStartRead ; zzCurrentPosL < zzMarkedPosL ; zzCurrentPosL += zzCharCount ) { zzCh = Character.codePointAt(zzBufferL, zzCurrentPosL, zzMarkedPosL); zzCharCount = Character.charCount(zzCh); switch (zzCh) { case '\u000B': // fall through case '\u000C': // fall through case '\u0085': // fall through case '\u2028': // fall through case '\u2029': yyline++; yycolumn = 0; zzR = false; break; case '\r': yyline++; yycolumn = 0; zzR = true; break; case '\n': if (zzR) zzR = false; else { yyline++; yycolumn = 0; } break; default: zzR = false; yycolumn += zzCharCount; } } if (zzR) { // peek one character ahead if it is // (if we have counted one line too much) boolean zzPeek; if (zzMarkedPosL < zzEndReadL) zzPeek = zzBufferL[zzMarkedPosL] == '\n'; else if (zzAtEOF) zzPeek = false; else { boolean eof = zzRefill(); zzEndReadL = zzEndRead; zzMarkedPosL = zzMarkedPos; zzBufferL = zzBuffer; if (eof) zzPeek = false; else zzPeek = zzBufferL[zzMarkedPosL] == '\n'; } if (zzPeek) yyline--; } 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 = Character.codePointAt(zzBufferL, zzCurrentPosL, zzEndReadL); zzCurrentPosL += Character.charCount(zzInput); } 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 = Character.codePointAt(zzBufferL, zzCurrentPosL, zzEndReadL); zzCurrentPosL += Character.charCount(zzInput); } } int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMap(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; if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { zzAtEOF = true; zzDoEOF(); { return 0; } } else { switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 1: { if (appendingToCodeBody) { codeBody.append(yytext()); } } // fall through case 166: break; case 2: { if (appendingToCodeBody) { codeBody.append('"'); } pushState(STRING); } // fall through case 167: break; case 3: { return Parser.IDENTIFIER; } // fall through case 168: break; case 4: { return Parser.AMPERSAND; } // fall through case 169: break; case 5: { if (appendingToCodeBody) { codeBody.append('\''); } pushState(CHAR); } // fall through case 170: break; case 6: { nestingDepth++; if( parenMode >= 0 ) { annotationDepth = nestingDepth; pushState(parenMode); parenMode = -1; } return Parser.PARENOPEN; } // fall through case 171: break; case 7: { nestingDepth--; return Parser.PARENCLOSE; } // fall through case 172: break; case 8: { popState(); return Parser.STAR; } // fall through case 173: break; case 9: { return Parser.COMMA; } // fall through case 174: break; case 10: { return Parser.DOT; } // fall through case 175: break; case 11: { resetAnnotatedElementLine(); return Parser.SEMI; } // fall through case 176: break; case 12: { return Parser.LESSTHAN; } // fall through case 177: break; case 13: { assignmentDepth = nestingDepth; getCodeBody(); /* reset codebody */ appendingToCodeBody = true; pushState(ASSIGNMENT); } // fall through case 178: break; case 14: { return Parser.GREATERTHAN; } // fall through case 179: break; case 15: { return Parser.QUERY; } // fall through case 180: break; case 16: { markAnnotatedElementLine(); pushState(ATANNOTATION); return Parser.AT; } // fall through case 181: break; case 17: { nestingDepth++; return Parser.SQUAREOPEN; } // fall through case 182: break; case 18: { nestingDepth--; return Parser.SQUARECLOSE; } // fall through case 183: break; case 19: { resetAnnotatedElementLine(); if(braceMode >= 0) { if(braceMode == ENUM) { enumConstantMode = true; } else if (braceMode == CODEBLOCK) { getCodeBody(); /* reset codebody */ appendingToCodeBody = true; } pushState(braceMode); braceMode = -1; yypushback(1); /* (re)enter brace in right mode */ } else { nestingDepth++; if (enumConstantMode && yystate() == ENUM) { braceMode = TYPE; } else { braceMode = CODEBLOCK; } return Parser.BRACEOPEN; } } // fall through case 184: break; case 20: { nestingDepth--; classDepth--; popState(); if ( yystate() == ENUM && enumConstantMode) { braceMode = TYPE; } else { braceMode = CODEBLOCK; } return Parser.BRACECLOSE; } // fall through case 185: break; case 21: { codeBody.append(yytext()); } // fall through case 186: break; case 22: { if(codeblockDepth++ > 0 ) { codeBody.append('{'); } } // fall through case 187: break; case 23: { if (--codeblockDepth == 0) { popState(); appendingToCodeBody = false; braceMode = CODEBLOCK; return Parser.CODEBLOCK; } else { codeBody.append('}'); } } // fall through case 188: break; case 24: { nestingDepth++; if (appendingToCodeBody) { codeBody.append("("); } } // fall through case 189: break; case 25: { nestingDepth--; if (appendingToCodeBody) { codeBody.append(")"); } if (nestingDepth == parenDepth) { popState(); } } // fall through case 190: break; case 26: { codeBody.append('('); parenDepth = nestingDepth++; pushState(PARENBLOCK); } // fall through case 191: break; case 27: { codeBody.append(')'); nestingDepth--; if (nestingDepth < assignmentDepth) { appendingToCodeBody = true; popState(); return Parser.PARENCLOSE; } } // fall through case 192: break; case 28: { if (nestingDepth == assignmentDepth) { appendingToCodeBody = true; popState(); return Parser.COMMA; } else { codeBody.append(','); } } // fall through case 193: break; case 29: { resetAnnotatedElementLine(); if (nestingDepth == assignmentDepth) { appendingToCodeBody = true; newMode = false; popState(); return Parser.SEMI; } else { codeBody.append(';'); } } // fall through case 194: break; case 30: { codeBody.append('<'); if (!bracketMode && newMode && !anonymousMode) { nestingDepth++; } } // fall through case 195: break; case 31: { codeBody.append('>'); if (!anonymousMode) { if (!bracketMode && newMode) { nestingDepth--; if (nestingDepth==assignmentDepth) { newMode=false; } } } } // fall through case 196: break; case 32: { codeBody.append('['); bracketMode = true; nestingDepth++; } // fall through case 197: break; case 33: { codeBody.append(']'); bracketMode = false; nestingDepth--; } // fall through case 198: break; case 34: { codeBody.append('{'); anonymousMode = true; nestingDepth++; } // fall through case 199: break; case 35: { codeBody.append('}'); nestingDepth--; if (nestingDepth==assignmentDepth) { anonymousMode=false; } } // fall through case 200: break; case 36: { if (appendingToCodeBody) { codeBody.append('"'); } popState(); } // fall through case 201: break; case 37: { if (appendingToCodeBody) { codeBody.append('\''); } popState(); } // fall through case 202: break; case 38: { if (appendingToCodeBody) { codeBody.append(yytext()); } popState(); } // fall through case 203: break; case 39: { return Parser.EXCLAMATION; } // fall through case 204: break; case 40: { appendingToCodeBody=true; codeBody.append("\""); pushState(ANNOSTRING); } // fall through case 205: break; case 41: { return Parser.PERCENT; } // fall through case 206: break; case 42: { appendingToCodeBody=true; codeBody.append("\'"); pushState(ANNOCHAR); } // fall through case 207: break; case 43: { ++ nestingDepth; return Parser.PARENOPEN; } // fall through case 208: break; case 44: { if( nestingDepth-- == annotationDepth) { popState(); } return Parser.PARENCLOSE; } // fall through case 209: break; case 45: { return Parser.STAR; } // fall through case 210: break; case 46: { return Parser.PLUS; } // fall through case 211: break; case 47: { return Parser.MINUS; } // fall through case 212: break; case 48: { return Parser.SLASH; } // fall through case 213: break; case 49: { return Parser.INTEGER_LITERAL; } // fall through case 214: break; case 50: { return Parser.COLON; } // fall through case 215: break; case 51: { return Parser.EQUALS; } // fall through case 216: break; case 52: { return Parser.AT; } // fall through case 217: break; case 53: { return Parser.SQUAREOPEN; } // fall through case 218: break; case 54: { return Parser.SQUARECLOSE; } // fall through case 219: break; case 55: { return Parser.CIRCUMFLEX; } // fall through case 220: break; case 56: { nestingDepth++; return Parser.BRACEOPEN; } // fall through case 221: break; case 57: { return Parser.VERTLINE; } // fall through case 222: break; case 58: { nestingDepth--; return Parser.BRACECLOSE; } // fall through case 223: break; case 59: { return Parser.TILDE; } // fall through case 224: break; case 60: { codeBody.append("\""); popState(); appendingToCodeBody=false; return Parser.STRING_LITERAL; } // fall through case 225: break; case 61: { codeBody.append("\'"); popState(); appendingToCodeBody=false; return Parser.CHAR_LITERAL; } // fall through case 226: break; case 62: { pushState(CODEBLOCK); braceMode = -1; yypushback(1); /* (re)enter brace in right mode */ } // fall through case 227: break; case 63: { return Parser.BRACECLOSE; } // fall through case 228: break; case 64: { popState(); return Parser.IDENTIFIER; } // fall through case 229: break; case 65: { nestingDepth++; if(parenMode >= 0) { annotationDepth = nestingDepth; pushState(parenMode); parenMode = -1; return Parser.PARENOPEN; } else if(enumConstantMode) { annotationDepth = nestingDepth; pushState(ARGUMENTS); return Parser.PARENOPEN; } else { return Parser.PARENOPEN; } } // fall through case 230: break; case 66: { enumConstantMode = false; braceMode = CODEBLOCK; return Parser.SEMI; } // fall through case 231: break; case 67: { pushState(NAME); return Parser.COMMA; } // fall through case 232: break; case 68: { return Parser.SEMI; } // fall through case 233: break; case 69: { return Parser.BRACEOPEN; } // fall through case 234: break; case 70: { popState(); return Parser.BRACECLOSE; } // fall through case 235: break; case 71: { popState(); } // fall through case 236: break; case 72: { resetAnnotatedElementLine(); popState(); return Parser.IDENTIFIER; } // fall through case 237: break; case 73: { if (appendingToCodeBody) { codeBody.append("/*"); } pushState(MULTILINECOMMENT); } // fall through case 238: break; case 74: { if (appendingToCodeBody) { codeBody.append("//"); } pushState(SINGLELINECOMMENT); } // fall through case 239: break; case 75: // lookahead expression with fixed lookahead length zzMarkedPos = Character.offsetByCodePoints (zzBufferL, zzStartRead, zzEndRead - zzStartRead, zzMarkedPos, -1); { codeBody.append('.'); newMode = true; } // fall through case 240: break; case 76: { if (appendingToCodeBody) { codeBody.append("\\\""); } } // fall through case 241: break; case 77: { if (appendingToCodeBody) { codeBody.append("\\\\"); } } // fall through case 242: break; case 78: { if (appendingToCodeBody) { codeBody.append("\\'"); } } // fall through case 243: break; case 79: { if (appendingToCodeBody) { codeBody.append("*/"); } popState(); } // fall through case 244: break; case 80: { return Parser.NOTEQUALS; } // fall through case 245: break; case 81: { return Parser.PERCENTEQUALS; } // fall through case 246: break; case 82: { return Parser.AMPERSAND2; } // fall through case 247: break; case 83: { return Parser.AMPERSANDEQUALS; } // fall through case 248: break; case 84: { return Parser.STAREQUALS; } // fall through case 249: break; case 85: { return Parser.PLUSPLUS; } // fall through case 250: break; case 86: { return Parser.PLUSEQUALS; } // fall through case 251: break; case 87: { return Parser.MINUSMINUS; } // fall through case 252: break; case 88: { return Parser.MINUSEQUALS; } // fall through case 253: break; case 89: { return Parser.ARROW; } // fall through case 254: break; case 90: { return Parser.FLOAT_LITERAL; } // fall through case 255: break; case 91: { return Parser.SLASHEQUALS; } // fall through case 256: break; case 92: { return Parser.COLONCOLON; } // fall through case 257: break; case 93: { return Parser.LESSTHAN2; } // fall through case 258: break; case 94: { return Parser.LESSEQUALS; } // fall through case 259: break; case 95: { return Parser.EQUALS2; } // fall through case 260: break; case 96: { return Parser.GREATEREQUALS; } // fall through case 261: break; case 97: { return Parser.GREATERTHAN2; } // fall through case 262: break; case 98: { return Parser.CIRCUMFLEXEQUALS; } // fall through case 263: break; case 99: { return Parser.VERTLINEEQUALS; } // fall through case 264: break; case 100: { return Parser.VERTLINE2; } // fall through case 265: break; case 101: { codeBody.append("\\\""); } // fall through case 266: break; case 102: { codeBody.append("\\\\"); } // fall through case 267: break; case 103: { codeBody.append("\\'"); } // fall through case 268: break; case 104: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 26; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { resetAnnotatedElementLine(); popState(); return Parser.IDENTIFIER; } // fall through case 269: break; case 105: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 23; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { return Parser.IDENTIFIER; } // fall through case 270: break; case 106: { pushState(NAME); return Parser.TO; } // fall through case 271: break; case 107: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 25; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { parenMode = ANNOTATION; getCodeBody(); /* reset codebody */; popState(); resetAnnotatedElementLine(); return Parser.IDENTIFIER; } // fall through case 272: break; case 108: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 23; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { return Parser.IDENTIFIER; } // fall through case 273: break; case 109: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 23; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { popState(); pushState(NAME); return Parser.IDENTIFIER; } // fall through case 274: break; case 110: // general lookahead, find correct zzMarkedPos { int zzFState = 22; int zzFPos = zzStartRead; if (zzFin.length <= zzBufferL.length) { zzFin = new boolean[zzBufferL.length+1]; } boolean zzFinL[] = zzFin; while (zzFState != -1 && zzFPos < zzMarkedPos) { zzFinL[zzFPos] = ((zzAttrL[zzFState] & 1) == 1); zzInput = Character.codePointAt(zzBufferL, zzFPos, zzMarkedPos); zzFPos += Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; } if (zzFState != -1) { zzFinL[zzFPos++] = ((zzAttrL[zzFState] & 1) == 1); } while (zzFPos <= zzMarkedPos) { zzFinL[zzFPos++] = false; } zzFState = 24; zzFPos = zzMarkedPos; while (!zzFinL[zzFPos] || (zzAttrL[zzFState] & 1) != 1) { zzInput = Character.codePointBefore(zzBufferL, zzFPos, zzStartRead); zzFPos -= Character.charCount(zzInput); zzFState = zzTransL[ zzRowMapL[zzFState] + zzCMap(zzInput) ]; }; zzMarkedPos = zzFPos; } { popState(); return Parser.IDENTIFIER; } // fall through case 275: break; case 111: { return Parser.DOTDOTDOT; } // fall through case 276: break; case 112: { return Parser.NEW; } // fall through case 277: break; case 113: { codeBody.append("new"); if (nestingDepth==assignmentDepth) { newMode=true; } } // fall through case 278: break; case 114: { return Parser.LESSTHAN2EQUALS; } // fall through case 279: break; case 115: { return Parser.GREATERTHAN2EQUALS; } // fall through case 280: break; case 116: { return Parser.GREATERTHAN3; } // fall through case 281: break; case 117: { return Parser.INT; } // fall through case 282: break; case 118: { if (appendingToCodeBody) { codeBody.append("/**/"); } } // fall through case 283: break; case 119: { markAnnotatedElementLine(); classDepth++; braceMode = ENUM; pushState(NAME); return Parser.ENUM; } // fall through case 284: break; case 120: { if ( classDepth == 0 ) { return Parser.OPEN; } else { return Parser.IDENTIFIER; } } // fall through case 285: break; case 121: { return Parser.GREATERTHAN3EQUALS; } // fall through case 286: break; case 122: { return Parser.BYTE; } // fall through case 287: break; case 123: { return Parser.CHAR; } // fall through case 288: break; case 124: { return Parser.LONG; } // fall through case 289: break; case 125: { return Parser.BOOLEAN_LITERAL; } // fall through case 290: break; case 126: { pushState(NAME); return Parser.USES; } // fall through case 291: break; case 127: { pushState(NAME); return Parser.WITH; } // fall through case 292: break; case 128: { for( CommentHandler handler: commentHandlers ) { handler.onComment( text(), getLine(), getColumn() ); } } // fall through case 293: break; case 129: { markAnnotatedElementLine(); classDepth++; braceMode = TYPE; pushState(NAME); return Parser.CLASS; } // fall through case 294: break; case 130: { markAnnotatedElementLine(); return Parser.FINAL; } // fall through case 295: break; case 131: { return Parser.SUPER; } // fall through case 296: break; case 132: { return Parser.CLASS; } // fall through case 297: break; case 133: { return Parser.FLOAT; } // fall through case 298: break; case 134: { return Parser.SHORT; } // fall through case 299: break; case 135: { pushState(NAME); return Parser.OPENS; } // fall through case 300: break; case 136: { pushState(NAME); return Parser.IMPORT; } // fall through case 301: break; case 137: { if ( classDepth == 0 ) { pushState(MODULE); pushState(NAME); return Parser.MODULE; } else { return Parser.IDENTIFIER; } } // fall through case 302: break; case 138: { markAnnotatedElementLine(); return Parser.NATIVE; } // fall through case 303: break; case 139: { markAnnotatedElementLine(); return Parser.PUBLIC; } // fall through case 304: break; case 140: { return Parser.RECORD; } // fall through case 305: break; case 141: { return Parser.SEALED; } // fall through case 306: break; case 142: { markAnnotatedElementLine(); return Parser.STATIC; } // fall through case 307: break; case 143: { return Parser.THROWS; } // fall through case 308: break; case 144: { return Parser.DOUBLE; } // fall through case 309: break; case 145: { return Parser.STATIC; } // fall through case 310: break; case 146: { return Parser.EXTENDS; } // fall through case 311: break; case 147: { markAnnotatedElementLine(); pushState(NAME); return Parser.PACKAGE; } // fall through case 312: break; case 148: { return Parser.PERMITS; } // fall through case 313: break; case 149: { markAnnotatedElementLine(); return Parser.PRIVATE; } // fall through case 314: break; case 150: { assignmentDepth = nestingDepth; appendingToCodeBody = true; pushState(ASSIGNMENT); } // fall through case 315: break; case 151: { return Parser.DEFAULT; } // fall through case 316: break; case 152: { pushState(NAME); return Parser.EXPORTS; } // fall through case 317: break; case 153: { markAnnotatedElementLine(); return Parser.ABSTRACT; } // fall through case 318: break; case 154: { markAnnotatedElementLine(); return Parser.STRICTFP; } // fall through case 319: break; case 155: { markAnnotatedElementLine(); return Parser.VOLATILE; } // fall through case 320: break; case 156: { pushState(NAME); return Parser.PROVIDES; } // fall through case 321: break; case 157: { pushState(NAME_OR_MODIFIER); return Parser.REQUIRES; } // fall through case 322: break; case 158: { markAnnotatedElementLine(); classDepth++; braceMode = TYPE; pushState(NAME); return Parser.INTERFACE; } // fall through case 323: break; case 159: { markAnnotatedElementLine(); return Parser.PROTECTED; } // fall through case 324: break; case 160: { markAnnotatedElementLine(); return Parser.TRANSIENT; } // fall through case 325: break; case 161: { markAnnotatedElementLine(); classDepth++; braceMode = ANNOTATIONTYPE; pushState(NAME); return Parser.ANNOINTERFACE; } // fall through case 326: break; case 162: { return Parser.IMPLEMENTS; } // fall through case 327: break; case 163: { return Parser.NON_SEALED; } // fall through case 328: break; case 164: { return Parser.TRANSITIVE; } // fall through case 329: break; case 165: { markAnnotatedElementLine(); return Parser.SYNCHRONIZED; } // fall through case 330: break; default: zzScanError(ZZ_NO_MATCH); } } } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy