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

eu.cqse.check.framework.scanner.JavaScriptScanner Maven / Gradle / Ivy

Go to download

The Teamscale Custom Check API allows users to extend Teamscale by writing custom analyses that create findings.

There is a newer version: 2024.7.2
Show newest version
// DO NOT EDIT
// Generated by JFlex 1.9.1 http://jflex.de/
// 

package eu.cqse.check.framework.scanner;

import org.conqat.lib.commons.assertion.CCSMAssert;
import java.util.Stack;
import org.apache.commons.lang3.ArrayUtils;


@SuppressWarnings("fallthrough")
class JavaScriptScanner extends RecursiveDescentScannerBase implements ILenientScanner {

  /** This character denotes the end of file. */
  public static final int YYEOF = -1;

  /** Initial size of the lookahead buffer. */
  private static final int ZZ_BUFFERSIZE = 4096;

  // Lexical states.
  public static final int YYINITIAL = 0;
  public static final int SINGLE_QUOTE_STRING = 2;
  public static final int DOUBLE_QUOTE_STRING = 4;
  public static final int TEMPLATE_STRING = 6;
  public static final int INLINED_JS_EXPRESSION = 8;
  public static final int REGEX = 10;
  public static final int JSX = 12;
  public static final int JSX_TEXT_LITERAL = 14;

  /**
   * 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,  2,  2,  3,  3,  4,  4,  5,  5,  6,  6,  7, 7
  };

  /**
   * 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\1\u3a00"+
    "\1\u0100\1\u3b00\1\u3c00\1\u3d00\1\u3e00\1\u3f00\1\u4000\1\u4100"+
    "\1\u4200\1\u4300\1\u4400\1\u4500\1\u4600\1\u4700\1\u4800\1\u4900"+
    "\1\u4a00\1\u4b00\1\u4c00\1\u4d00\1\u4e00\1\u1f00\1\u4f00\1\u5000"+
    "\1\u5100\1\u5200\3\u0100\1\u5300\1\u5400\1\u5500\12\u1f00\4\u0100"+
    "\1\u5600\17\u1f00\2\u0100\1\u5700\41\u1f00\2\u0100\1\u5800\1\u5900"+
    "\2\u1f00\1\u5a00\1\u5b00\27\u0100\1\u5c00\4\u0100\1\u5d00\1\u5e00"+
    "\42\u1f00\1\u0100\1\u5f00\1\u6000\11\u1f00\1\u6100\24\u1f00\1\u6200"+
    "\1\u6300\1\u1f00\1\u6400\1\u6500\1\u6600\1\u6700\2\u1f00\1\u6800"+
    "\5\u1f00\1\u6900\1\u6a00\1\u6b00\5\u1f00\1\u6c00\1\u6d00\2\u1f00"+
    "\1\u6e00\1\u1f00\1\u6f00\14\u1f00\1\u7000\4\u1f00\246\u0100\1\u7100"+
    "\20\u0100\1\u7200\1\u7300\25\u0100\1\u7400\34\u0100\1\u7500\14\u1f00"+
    "\2\u0100\1\u7600\5\u1f00\23\u0100\1\u7700\u0aec\u1f00\1\u7800\1\u7900"+
    "\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\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\1\27\2\30\4\31\2\32\1\33\1\34\1\35"+
    "\1\36\1\37\1\40\1\41\1\42\1\43\2\42\1\44"+
    "\1\42\21\45\1\46\2\45\1\47\1\50\1\51\1\52"+
    "\1\45\1\53\1\54\1\55\1\56\1\57\1\60\1\61"+
    "\1\62\1\63\1\64\1\45\1\65\1\66\1\67\1\70"+
    "\1\71\1\72\1\45\1\73\1\74\1\75\1\76\1\77"+
    "\1\100\1\101\1\102\1\45\1\103\1\104\1\105\1\106"+
    "\6\0\1\107\32\0\1\1\1\6\4\45\4\6\1\45"+
    "\2\6\1\0\7\6\1\45\4\6\1\45\5\6\27\45"+
    "\1\6\37\45\1\6\u01ca\45\4\6\14\45\16\6\5\45"+
    "\7\6\1\45\1\6\1\45\21\6\160\0\5\45\1\6"+
    "\2\45\2\6\4\45\1\6\1\45\6\6\1\45\1\6"+
    "\3\45\1\6\1\45\1\6\24\45\1\6\123\45\1\6"+
    "\213\45\1\6\5\0\2\6\246\45\1\6\46\45\2\6"+
    "\1\45\6\6\51\45\6\6\1\45\1\6\55\0\1\6"+
    "\1\0\1\6\2\0\1\6\2\0\1\6\1\0\10\6"+
    "\33\45\4\6\4\45\15\6\6\0\5\6\1\45\4\6"+
    "\13\0\1\6\1\0\3\6\53\45\37\0\4\6\2\45"+
    "\1\0\143\45\1\6\1\45\10\0\1\6\6\0\2\45"+
    "\2\0\1\6\4\0\2\45\12\0\3\45\2\6\1\45"+
    "\17\6\1\0\1\45\1\0\36\45\33\0\2\6\131\45"+
    "\13\0\1\45\16\6\12\0\41\45\11\0\2\45\4\6"+
    "\1\45\2\6\1\0\30\45\4\0\1\45\11\0\1\45"+
    "\3\0\1\45\5\0\22\6\31\45\3\0\4\6\13\45"+
    "\65\6\25\45\1\6\22\45\13\6\61\0\66\45\3\0"+
    "\1\45\22\0\1\45\7\0\12\45\2\0\2\6\12\0"+
    "\1\6\20\45\3\0\1\6\10\45\2\6\2\45\2\6"+
    "\26\45\1\6\7\45\1\6\1\45\3\6\4\45\2\6"+
    "\1\0\1\45\7\0\2\6\2\0\2\6\3\0\1\45"+
    "\10\6\1\0\4\6\2\45\1\6\3\45\2\0\2\6"+
    "\12\0\4\45\7\6\2\45\1\6\1\0\2\6\3\0"+
    "\1\6\6\45\4\6\2\45\2\6\26\45\1\6\7\45"+
    "\1\6\2\45\1\6\2\45\1\6\2\45\2\6\1\0"+
    "\1\6\5\0\4\6\2\0\2\6\3\0\3\6\1\0"+
    "\7\6\4\45\1\6\1\45\7\6\14\0\3\45\1\0"+
    "\13\6\3\0\1\6\11\45\1\6\3\45\1\6\26\45"+
    "\1\6\7\45\1\6\2\45\1\6\5\45\2\6\1\0"+
    "\1\45\10\0\1\6\3\0\1\6\3\0\2\6\1\45"+
    "\17\6\2\45\2\0\2\6\12\0\1\6\1\45\7\6"+
    "\1\45\6\0\1\6\3\0\1\6\10\45\2\6\2\45"+
    "\2\6\26\45\1\6\7\45\1\6\2\45\1\6\5\45"+
    "\2\6\1\0\1\45\7\0\2\6\2\0\2\6\3\0"+
    "\7\6\3\0\4\6\2\45\1\6\3\45\2\0\2\6"+
    "\12\0\1\6\1\45\20\6\1\0\1\45\1\6\6\45"+
    "\3\6\3\45\1\6\4\45\3\6\2\45\1\6\1\45"+
    "\1\6\2\45\3\6\2\45\3\6\3\45\3\6\14\45"+
    "\4\6\5\0\3\6\3\0\1\6\4\0\2\6\1\45"+
    "\6\6\1\0\16\6\12\0\11\6\1\45\6\6\5\0"+
    "\10\45\1\6\3\45\1\6\27\45\1\6\20\45\3\6"+
    "\1\45\7\0\1\6\3\0\1\6\4\0\7\6\2\0"+
    "\1\6\3\45\5\6\2\45\2\0\2\6\12\0\20\6"+
    "\1\45\3\0\1\6\10\45\1\6\3\45\1\6\27\45"+
    "\1\6\12\45\1\6\5\45\2\6\1\0\1\45\7\0"+
    "\1\6\3\0\1\6\4\0\7\6\2\0\7\6\1\45"+
    "\1\6\2\45\2\0\2\6\12\0\1\6\2\45\15\6"+
    "\4\0\11\45\1\6\3\45\1\6\51\45\2\0\1\45"+
    "\7\0\1\6\3\0\1\6\4\0\1\45\5\6\3\45"+
    "\1\0\7\6\3\45\2\0\2\6\12\0\12\6\6\45"+
    "\1\6\3\0\1\6\22\45\3\6\30\45\1\6\11\45"+
    "\1\6\1\45\2\6\7\45\3\6\1\0\4\6\6\0"+
    "\1\6\1\0\1\6\10\0\6\6\12\0\2\6\2\0"+
    "\15\6\60\45\1\0\2\45\7\0\4\6\10\45\10\0"+
    "\1\6\12\0\47\6\2\45\1\6\1\45\1\6\5\45"+
    "\1\6\30\45\1\6\1\45\1\6\12\45\1\0\2\45"+
    "\11\0\1\45\2\6\5\45\1\6\1\45\1\6\6\0"+
    "\2\6\12\0\2\6\4\45\40\6\1\45\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\45\1\6\44\45\4\6\24\0\1\6"+
    "\2\0\5\45\13\0\1\6\44\0\11\6\1\0\71\6"+
    "\53\45\24\0\1\45\12\0\6\6\6\45\4\0\4\45"+
    "\3\0\1\45\3\0\2\45\7\0\3\45\4\0\15\45"+
    "\14\0\1\45\17\0\2\6\46\45\1\6\1\45\5\6"+
    "\1\45\2\6\53\45\1\6\115\45\1\6\4\45\2\6"+
    "\7\45\1\6\1\45\1\6\4\45\2\6\51\45\1\6"+
    "\4\45\2\6\41\45\1\6\4\45\2\6\7\45\1\6"+
    "\1\45\1\6\4\45\2\6\17\45\1\6\71\45\1\6"+
    "\4\45\2\6\103\45\2\6\3\0\40\6\20\45\20\6"+
    "\126\45\2\6\6\45\3\6\u016c\45\2\6\21\45\1\1"+
    "\32\45\5\6\113\45\3\6\13\45\7\6\15\45\1\6"+
    "\4\45\3\0\13\6\22\45\3\0\13\6\22\45\2\0"+
    "\14\6\15\45\1\6\3\45\1\6\2\0\14\6\64\45"+
    "\40\0\3\6\1\45\3\6\2\45\1\0\2\6\12\0"+
    "\41\6\4\0\1\6\12\0\6\6\131\45\7\6\5\45"+
    "\2\0\42\45\1\0\1\45\5\6\106\45\12\6\37\45"+
    "\1\6\14\0\4\6\14\0\12\6\12\0\36\45\2\6"+
    "\5\45\13\6\54\45\4\6\32\45\6\6\12\0\46\6"+
    "\27\45\5\0\4\6\65\45\12\0\1\6\35\0\2\6"+
    "\13\0\6\6\12\0\15\6\1\45\10\6\16\0\1\6"+
    "\2\0\77\6\5\0\57\45\21\0\7\45\4\6\12\0"+
    "\21\6\11\0\14\6\3\0\36\45\15\0\2\45\12\0"+
    "\54\45\16\0\14\6\44\45\24\0\10\6\12\0\3\6"+
    "\3\45\12\0\44\45\2\6\11\45\7\6\53\45\2\6"+
    "\3\45\20\6\3\0\1\6\25\0\4\45\1\0\6\45"+
    "\1\0\2\45\3\0\1\45\5\6\300\45\72\0\1\6"+
    "\5\0\26\45\2\6\6\45\2\6\46\45\2\6\6\45"+
    "\2\6\10\45\1\6\1\45\1\6\1\45\1\6\1\45"+
    "\1\6\37\45\2\6\65\45\1\6\7\45\1\6\1\45"+
    "\3\6\3\45\1\6\7\45\3\6\4\45\2\6\6\45"+
    "\4\6\15\45\5\6\3\45\1\6\7\45\3\6\13\1"+
    "\5\0\30\6\2\110\5\0\1\1\17\6\2\45\23\6"+
    "\1\45\12\6\1\1\5\0\1\6\12\0\1\6\1\45"+
    "\15\6\1\45\20\6\15\45\3\6\40\45\20\6\15\0"+
    "\4\6\1\0\3\6\14\0\21\6\1\45\4\6\1\45"+
    "\2\6\12\45\1\6\1\45\3\6\5\45\6\6\1\45"+
    "\1\6\1\45\1\6\1\45\1\6\4\45\1\6\13\45"+
    "\2\6\4\45\5\6\5\45\4\6\1\45\21\6\51\45"+
    "\u0177\6\57\45\1\6\57\45\1\6\205\45\6\6\4\45"+
    "\3\0\2\45\14\6\46\45\1\6\1\45\5\6\1\45"+
    "\2\6\70\45\7\6\1\45\17\6\1\0\27\45\11\6"+
    "\7\45\1\6\7\45\1\6\7\45\1\6\7\45\1\6"+
    "\7\45\1\6\7\45\1\6\7\45\1\6\7\45\1\6"+
    "\40\0\57\6\1\45\320\6\1\1\4\6\3\45\31\6"+
    "\11\45\6\0\1\6\5\45\2\6\5\45\4\6\126\45"+
    "\2\6\2\0\2\6\3\45\1\6\132\45\1\6\4\45"+
    "\5\6\53\45\1\6\136\45\21\6\40\45\60\6\320\45"+
    "\100\6\375\45\3\6\215\45\103\6\56\45\2\6\15\45"+
    "\3\6\20\45\12\0\2\45\24\6\57\45\1\0\4\6"+
    "\12\0\1\6\37\45\2\0\120\45\2\0\45\6\11\45"+
    "\2\6\147\45\2\6\65\45\2\6\11\45\52\6\15\45"+
    "\1\0\3\45\1\0\4\45\1\0\27\45\5\0\4\6"+
    "\1\0\13\6\1\45\7\6\64\45\14\6\2\0\62\45"+
    "\22\0\12\6\12\0\6\6\22\0\6\45\3\6\1\45"+
    "\1\6\2\45\13\0\34\45\10\0\2\6\27\45\15\0"+
    "\14\6\35\45\3\6\4\0\57\45\16\0\16\6\1\45"+
    "\12\0\6\6\5\45\1\0\12\45\12\0\5\45\1\6"+
    "\51\45\16\0\11\6\3\45\1\0\10\45\2\0\2\6"+
    "\12\0\6\6\27\45\3\6\1\45\3\0\62\45\1\0"+
    "\1\45\3\0\2\45\2\0\5\45\2\0\1\45\1\0"+
    "\1\45\30\6\3\45\2\6\13\45\5\0\2\6\3\45"+
    "\2\0\12\6\6\45\2\6\6\45\2\6\6\45\11\6"+
    "\7\45\1\6\7\45\1\6\53\45\1\6\16\45\6\6"+
    "\163\45\10\0\1\6\2\0\2\6\12\0\6\6\244\45"+
    "\14\6\27\45\4\6\61\45\4\6\u0100\111\156\45\2\6"+
    "\152\45\46\6\7\45\14\6\5\45\5\6\1\45\1\0"+
    "\12\45\1\6\15\45\1\6\5\45\1\6\1\45\1\6"+
    "\2\45\1\6\2\45\1\6\154\45\41\6\153\45\22\6"+
    "\100\45\2\6\66\45\50\6\15\45\3\6\20\0\20\6"+
    "\20\0\3\6\2\45\30\6\3\45\31\6\1\45\6\6"+
    "\5\45\1\6\207\45\2\6\1\112\4\6\1\45\13\6"+
    "\12\0\7\6\32\45\4\6\1\45\1\6\32\45\13\6"+
    "\131\45\3\6\6\45\2\6\6\45\2\6\6\45\2\6"+
    "\3\45\3\6\2\45\3\6\2\45\22\6\3\0\4\6"+
    "\14\45\1\6\32\45\1\6\23\45\1\6\2\45\1\6"+
    "\17\45\2\6\16\45\42\6\173\45\105\6\65\45\210\6"+
    "\1\0\202\6\35\45\3\6\61\45\17\6\1\0\37\6"+
    "\40\45\15\6\36\45\5\6\46\45\5\0\5\6\36\45"+
    "\2\6\44\45\4\6\10\45\1\6\5\45\52\6\236\45"+
    "\2\6\12\0\6\6\44\45\4\6\44\45\4\6\50\45"+
    "\10\6\64\45\234\6\67\45\11\6\26\45\12\6\10\45"+
    "\230\6\6\45\2\6\1\45\1\6\54\45\1\6\2\45"+
    "\3\6\1\45\2\6\27\45\12\6\27\45\11\6\37\45"+
    "\101\6\23\45\1\6\2\45\12\6\26\45\12\6\32\45"+
    "\106\6\70\45\6\6\2\45\100\6\1\45\3\0\1\6"+
    "\2\0\5\6\4\0\4\45\1\6\3\45\1\6\35\45"+
    "\2\6\3\0\4\6\1\0\40\6\35\45\3\6\35\45"+
    "\43\6\10\45\1\6\34\45\2\0\31\6\66\45\12\6"+
    "\26\45\12\6\23\45\15\6\22\45\156\6\111\45\67\6"+
    "\63\45\15\6\63\45\15\6\44\45\4\0\10\6\12\0"+
    "\u0146\6\52\45\1\6\2\0\3\6\2\45\116\6\35\45"+
    "\12\6\1\45\10\6\26\45\13\0\137\6\25\45\33\6"+
    "\27\45\11\6\3\0\65\45\17\0\37\6\12\0\17\6"+
    "\4\0\55\45\13\0\2\6\1\0\17\6\1\0\2\6"+
    "\31\45\7\6\12\0\6\6\3\0\44\45\16\0\1\6"+
    "\12\0\4\6\1\45\2\0\1\45\10\6\43\45\1\0"+
    "\2\6\1\45\11\6\3\0\60\45\16\0\4\45\4\6"+
    "\4\0\1\6\14\0\1\45\1\6\1\45\43\6\22\45"+
    "\1\6\31\45\14\0\6\6\1\0\101\6\7\45\1\6"+
    "\1\45\1\6\4\45\1\6\17\45\1\6\12\45\7\6"+
    "\57\45\14\0\5\6\12\0\6\6\4\0\1\6\10\45"+
    "\2\6\2\45\2\6\26\45\1\6\7\45\1\6\2\45"+
    "\1\6\5\45\1\6\2\0\1\45\7\0\2\6\2\0"+
    "\2\6\3\0\2\6\1\45\6\6\1\0\5\6\5\45"+
    "\2\0\2\6\7\0\3\6\5\0\213\6\65\45\22\0"+
    "\4\45\5\6\12\0\4\6\1\0\3\45\36\6\60\45"+
    "\24\0\2\45\1\6\1\45\10\6\12\0\246\6\57\45"+
    "\7\0\2\6\11\0\27\6\4\45\2\0\42\6\60\45"+
    "\21\0\3\6\1\45\13\6\12\0\46\6\53\45\15\0"+
    "\1\45\7\6\12\0\66\6\33\45\2\6\17\0\4\6"+
    "\12\0\306\6\54\45\17\0\145\6\100\45\12\0\25\6"+
    "\10\45\2\6\1\45\2\6\10\45\1\6\2\45\1\6"+
    "\30\45\6\0\1\6\2\0\2\6\4\0\1\45\1\0"+
    "\1\45\2\0\14\6\12\0\106\6\10\45\2\6\47\45"+
    "\7\0\2\6\7\0\1\45\1\6\1\45\1\0\33\6"+
    "\1\45\12\0\50\45\7\0\1\45\4\0\10\6\1\0"+
    "\10\6\1\45\13\0\56\45\20\0\3\6\1\45\42\6"+
    "\71\45\7\6\11\45\1\6\45\45\10\0\1\6\10\0"+
    "\1\45\17\6\12\0\30\6\36\45\2\6\26\0\1\6"+
    "\16\0\111\6\7\45\1\6\2\45\1\6\46\45\6\0"+
    "\3\6\1\0\1\6\2\0\1\6\7\0\1\45\1\0"+
    "\10\6\12\0\6\6\6\45\1\6\2\45\1\6\40\45"+
    "\5\0\1\6\2\0\1\6\5\0\1\45\7\6\12\0"+
    "\u0136\6\23\45\4\0\271\6\1\45\54\6\4\45\37\6"+
    "\232\45\146\6\157\45\21\6\304\45\274\6\57\45\1\6"+
    "\11\0\307\6\107\45\271\6\71\45\7\6\37\45\1\6"+
    "\12\0\146\6\36\45\2\6\5\0\13\6\60\45\7\0"+
    "\11\6\4\45\14\6\12\0\11\6\25\45\5\6\23\45"+
    "\260\6\100\45\200\6\113\45\4\6\1\0\1\45\67\0"+
    "\7\6\4\0\15\45\100\6\2\45\1\6\1\45\1\0"+
    "\13\6\2\0\16\6\370\45\10\6\326\45\52\6\11\45"+
    "\367\6\37\45\61\6\3\45\21\6\4\45\10\6\u018c\45"+
    "\4\6\153\45\5\6\15\45\3\6\11\45\7\6\12\45"+
    "\3\6\2\0\1\6\4\0\301\6\5\0\3\6\26\0"+
    "\2\6\7\0\36\6\4\0\224\6\3\0\273\6\125\45"+
    "\1\6\107\45\1\6\2\45\2\6\1\45\2\6\2\45"+
    "\2\6\4\45\1\6\14\45\1\6\1\45\1\6\7\45"+
    "\1\6\101\45\1\6\4\45\2\6\10\45\1\6\7\45"+
    "\1\6\34\45\1\6\4\45\1\6\5\45\1\6\1\45"+
    "\3\6\7\45\1\6\u0154\45\2\6\31\45\1\6\31\45"+
    "\1\6\37\45\1\6\31\45\1\6\37\45\1\6\31\45"+
    "\1\6\37\45\1\6\31\45\1\6\37\45\1\6\31\45"+
    "\1\6\10\45\2\6\151\0\4\6\62\0\10\6\1\0"+
    "\16\6\1\0\26\6\5\0\1\6\17\0\120\6\7\0"+
    "\1\6\21\0\2\6\7\0\1\6\2\0\1\6\5\0"+
    "\325\6\55\45\3\6\7\0\7\45\2\6\12\0\4\6"+
    "\1\45\u0171\6\54\45\16\0\5\6\306\45\13\6\7\0"+
    "\51\6\104\45\7\0\1\45\4\6\12\0\u0156\6\1\45"+
    "\117\6\4\45\1\6\33\45\1\6\2\45\1\6\1\45"+
    "\2\6\1\45\1\6\12\45\1\6\4\45\1\6\1\45"+
    "\1\6\1\45\6\6\1\45\4\6\1\45\1\6\1\45"+
    "\1\6\1\45\1\6\3\45\1\6\2\45\1\6\1\45"+
    "\2\6\1\45\1\6\1\45\1\6\1\45\1\6\1\45"+
    "\1\6\1\45\1\6\2\45\1\6\1\45\2\6\4\45"+
    "\1\6\7\45\1\6\4\45\1\6\4\45\1\6\1\45"+
    "\1\6\12\45\1\6\21\45\5\6\3\45\1\6\5\45"+
    "\1\6\21\45\u0134\6\12\0\6\6\336\45\42\6\65\45"+
    "\13\6\336\45\2\6\u0182\45\16\6\u0131\45\37\6\36\45"+
    "\342\6\113\45\266\6\1\0\36\6\140\0\200\6\360\0"+
    "\20\6";

  private static int [] zzUnpackcmap_blocks() {
    int [] result = new int[31232];
    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 =
    "\10\0\1\1\1\2\1\3\1\2\1\4\1\5\1\1"+
    "\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15"+
    "\1\16\1\17\1\20\1\21\2\22\1\23\1\24\1\25"+
    "\1\26\1\27\1\30\1\31\1\32\1\33\1\34\1\35"+
    "\23\6\1\36\1\37\1\40\1\41\1\42\1\43\1\44"+
    "\1\43\1\45\3\42\1\46\2\42\1\47\1\42\1\50"+
    "\1\51\1\42\2\52\1\53\1\54\1\1\1\55\1\56"+
    "\1\42\1\57\1\60\1\61\1\62\1\2\1\63\1\64"+
    "\1\65\1\66\1\67\1\70\1\71\1\72\1\73\1\0"+
    "\1\74\1\75\3\22\1\73\3\0\1\76\1\0\1\77"+
    "\1\100\1\101\1\102\1\0\1\103\1\104\1\6\1\105"+
    "\6\6\1\106\11\6\1\107\1\6\1\110\1\111\26\6"+
    "\1\112\1\113\2\114\3\42\2\0\1\115\1\116\1\0"+
    "\1\117\2\0\2\74\1\22\1\120\1\0\1\73\2\22"+
    "\1\121\1\122\1\123\1\124\23\6\1\125\2\6\1\126"+
    "\3\6\1\127\2\6\1\130\10\6\1\131\6\6\1\132"+
    "\1\6\1\133\4\6\7\0\1\134\1\0\1\74\2\22"+
    "\5\6\1\135\10\6\1\136\1\137\3\6\1\140\7\6"+
    "\1\141\12\6\1\142\1\6\1\143\1\144\1\145\1\6"+
    "\1\146\1\6\3\0\1\74\2\22\2\6\1\147\1\150"+
    "\1\151\1\152\1\153\1\154\27\6\1\155\1\6\1\156"+
    "\1\6\1\157\1\160\1\161\1\0\1\74\2\22\7\6"+
    "\1\162\1\163\4\6\1\164\2\6\1\165\5\6\1\166"+
    "\1\6\1\167\1\170\1\171\1\172\1\0\1\74\2\22"+
    "\1\6\1\173\3\6\1\174\1\175\1\176\1\177\6\6"+
    "\1\200\1\201\2\6\1\0\1\74\2\22\1\202\1\6"+
    "\1\203\1\204\1\205\4\6\1\206\1\6\1\207\1\0"+
    "\1\74\2\22\3\6\1\210\1\211\1\212\1\0\1\74"+
    "\2\22\1\6\1\213\1\214\1\0\1\74\2\22\1\215"+
    "\1\0\1\74\2\22\1\0\1\74\2\22\1\0\1\74"+
    "\1\0\2\22\1\74\1\0\2\22\1\74\1\0\2\22"+
    "\1\74\1\0\2\22\1\74\1\0\2\22\1\216\1\22"+
    "\1\216\3\22";

  private static int [] zzUnpackAction() {
    int [] result = new int[473];
    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\113\0\226\0\341\0\u012c\0\u0177\0\u01c2\0\u020d"+
    "\0\u0258\0\u0258\0\u0258\0\u02a3\0\u02ee\0\u0258\0\u0339\0\u0384"+
    "\0\u03cf\0\u041a\0\u0258\0\u0258\0\u0258\0\u0465\0\u04b0\0\u0258"+
    "\0\u04fb\0\u0546\0\u0591\0\u05dc\0\u0627\0\u0258\0\u0258\0\u0672"+
    "\0\u06bd\0\u0708\0\u0753\0\u0258\0\u0258\0\u0258\0\u079e\0\u0258"+
    "\0\u07e9\0\u0834\0\u087f\0\u08ca\0\u0915\0\u0960\0\u09ab\0\u09f6"+
    "\0\u0a41\0\u0a8c\0\u0ad7\0\u0b22\0\u0b6d\0\u0bb8\0\u0c03\0\u0c4e"+
    "\0\u0c99\0\u0ce4\0\u0d2f\0\u0258\0\u0d7a\0\u0258\0\u0258\0\u0258"+
    "\0\u0258\0\u0258\0\u0dc5\0\u0258\0\u0e10\0\u0e5b\0\u0ea6\0\u0258"+
    "\0\u0ef1\0\u0f3c\0\u0258\0\u0f87\0\u0258\0\u0258\0\u0fd2\0\u0258"+
    "\0\u101d\0\u1068\0\u0258\0\u10b3\0\u0258\0\u0258\0\u10fe\0\u1149"+
    "\0\u0258\0\u0258\0\u1194\0\u11df\0\u0258\0\u0258\0\u0258\0\u0258"+
    "\0\u0258\0\u0258\0\u0258\0\u0258\0\u122a\0\u1275\0\u12c0\0\u0258"+
    "\0\u130b\0\u1356\0\u13a1\0\u13ec\0\u1437\0\u1482\0\u14cd\0\u0258"+
    "\0\u1518\0\u0258\0\u1563\0\u0258\0\u15ae\0\u15f9\0\u0258\0\u0258"+
    "\0\u1644\0\u168f\0\u16da\0\u1725\0\u1770\0\u17bb\0\u1806\0\u1851"+
    "\0\u0384\0\u189c\0\u18e7\0\u1932\0\u197d\0\u19c8\0\u1a13\0\u1a5e"+
    "\0\u1aa9\0\u1af4\0\u0384\0\u1b3f\0\u1b8a\0\u0384\0\u1bd5\0\u1c20"+
    "\0\u1c6b\0\u1cb6\0\u1d01\0\u1d4c\0\u1d97\0\u1de2\0\u1e2d\0\u1e78"+
    "\0\u1ec3\0\u1f0e\0\u1f59\0\u1fa4\0\u1fef\0\u203a\0\u2085\0\u20d0"+
    "\0\u211b\0\u2166\0\u21b1\0\u21fc\0\u0258\0\u0258\0\u0258\0\u2247"+
    "\0\u2292\0\u22dd\0\u2328\0\u0f3c\0\u2373\0\u0258\0\u0258\0\u23be"+
    "\0\u0258\0\u2409\0\u2454\0\u249f\0\u24ea\0\u2535\0\u1437\0\u2580"+
    "\0\u2580\0\u14cd\0\u25cb\0\u0258\0\u0258\0\u0258\0\u15ae\0\u2616"+
    "\0\u2661\0\u26ac\0\u26f7\0\u2742\0\u278d\0\u27d8\0\u2823\0\u286e"+
    "\0\u28b9\0\u2904\0\u294f\0\u299a\0\u29e5\0\u2a30\0\u2a7b\0\u2ac6"+
    "\0\u2b11\0\u2b5c\0\u0384\0\u2ba7\0\u2bf2\0\u0384\0\u2c3d\0\u2c88"+
    "\0\u2cd3\0\u0384\0\u2d1e\0\u2d69\0\u0384\0\u2db4\0\u2dff\0\u2e4a"+
    "\0\u2e95\0\u2ee0\0\u2f2b\0\u2f76\0\u2fc1\0\u0384\0\u300c\0\u3057"+
    "\0\u30a2\0\u30ed\0\u3138\0\u3183\0\u0384\0\u31ce\0\u0384\0\u3219"+
    "\0\u3264\0\u32af\0\u32fa\0\u3345\0\u3390\0\u33db\0\u3426\0\u3471"+
    "\0\u34bc\0\u3507\0\u0258\0\u3552\0\u359d\0\u35e8\0\u3633\0\u367e"+
    "\0\u36c9\0\u3714\0\u375f\0\u37aa\0\u0384\0\u37f5\0\u3840\0\u388b"+
    "\0\u38d6\0\u3921\0\u396c\0\u39b7\0\u3a02\0\u0384\0\u0384\0\u3a4d"+
    "\0\u3a98\0\u3ae3\0\u0384\0\u3b2e\0\u3b79\0\u3bc4\0\u3c0f\0\u3c5a"+
    "\0\u3ca5\0\u3cf0\0\u0384\0\u3d3b\0\u3d86\0\u3dd1\0\u3e1c\0\u3e67"+
    "\0\u3eb2\0\u3efd\0\u3f48\0\u3f93\0\u3fde\0\u0384\0\u4029\0\u0384"+
    "\0\u4074\0\u0384\0\u40bf\0\u0384\0\u410a\0\u2328\0\u4155\0\u41a0"+
    "\0\u41eb\0\u4236\0\u4281\0\u42cc\0\u4317\0\u0384\0\u0384\0\u0384"+
    "\0\u0384\0\u0384\0\u4362\0\u43ad\0\u43f8\0\u4443\0\u448e\0\u44d9"+
    "\0\u4524\0\u456f\0\u45ba\0\u4605\0\u4650\0\u469b\0\u46e6\0\u4731"+
    "\0\u477c\0\u47c7\0\u4812\0\u485d\0\u48a8\0\u48f3\0\u493e\0\u4989"+
    "\0\u49d4\0\u4a1f\0\u0384\0\u4a6a\0\u0384\0\u4ab5\0\u0384\0\u0384"+
    "\0\u0258\0\u4b00\0\u4b4b\0\u4b96\0\u4be1\0\u4c2c\0\u4c77\0\u4cc2"+
    "\0\u4d0d\0\u4d58\0\u4da3\0\u4dee\0\u0384\0\u0384\0\u4e39\0\u4e84"+
    "\0\u4ecf\0\u4f1a\0\u0384\0\u4f65\0\u4fb0\0\u0384\0\u4ffb\0\u5046"+
    "\0\u5091\0\u50dc\0\u5127\0\u0384\0\u5172\0\u0384\0\u0384\0\u0384"+
    "\0\u0384\0\u51bd\0\u5208\0\u5253\0\u529e\0\u52e9\0\u0384\0\u5334"+
    "\0\u537f\0\u53ca\0\u0384\0\u0384\0\u0384\0\u0384\0\u5415\0\u5460"+
    "\0\u54ab\0\u54f6\0\u5541\0\u558c\0\u0384\0\u0384\0\u55d7\0\u5622"+
    "\0\u566d\0\u56b8\0\u5703\0\u574e\0\u0384\0\u5799\0\u0384\0\u0384"+
    "\0\u0384\0\u57e4\0\u582f\0\u587a\0\u58c5\0\u0384\0\u5910\0\u0384"+
    "\0\u595b\0\u59a6\0\u59f1\0\u5a3c\0\u5a87\0\u5ad2\0\u5b1d\0\u0384"+
    "\0\u0384\0\u0384\0\u5b68\0\u5bb3\0\u5bfe\0\u5c49\0\u5c94\0\u0384"+
    "\0\u0384\0\u5cdf\0\u5d2a\0\u5d75\0\u5dc0\0\u0384\0\u5e0b\0\u5e56"+
    "\0\u5ea1\0\u5eec\0\u5f37\0\u5f82\0\u5fcd\0\u6018\0\u6063\0\u60ae"+
    "\0\u60f9\0\u6144\0\u618f\0\u61da\0\u6225\0\u6270\0\u62bb\0\u6306"+
    "\0\u6351\0\u639c\0\u63e7\0\u6432\0\u647d\0\u64c8\0\u6513\0\u655e"+
    "\0\u65a9\0\u65f4\0\u0258\0\u663f\0\u668a\0\u66d5\0\u6720\0\u676b"+
    "\0\u13ec";

  private static int [] zzUnpackRowMap() {
    int [] result = new int[473];
    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() - 1;
    while (i < l) {
      int high = packed.charAt(i++) << 16;
      result[j++] = high | packed.charAt(i++);
    }
    return j;
  }

  /**
   * The transition table of the DFA
   */
  private static final int [] ZZ_TRANS = zzUnpacktrans();

  private static final String ZZ_TRANS_PACKED_0 =
    "\1\11\2\12\2\13\1\14\1\11\1\15\1\16\1\17"+
    "\1\20\1\21\1\22\1\23\1\24\1\25\1\26\1\27"+
    "\1\30\1\31\1\32\1\33\1\34\4\35\1\36\1\37"+
    "\1\40\1\41\1\42\1\43\1\44\5\20\1\45\1\11"+
    "\1\46\1\47\1\50\1\51\1\52\1\53\1\54\1\55"+
    "\1\56\1\57\1\20\1\60\1\20\1\61\1\62\1\63"+
    "\1\64\1\65\1\66\1\67\1\70\1\20\1\71\1\72"+
    "\1\20\1\73\1\74\1\75\1\76\1\77\2\12\1\11"+
    "\1\12\2\100\1\101\1\102\1\11\1\103\7\100\1\104"+
    "\32\100\1\105\36\100\3\11\3\100\1\101\1\102\1\11"+
    "\1\103\2\100\1\104\37\100\1\105\36\100\3\11\4\100"+
    "\1\102\1\11\1\106\4\100\1\107\35\100\1\105\2\100"+
    "\1\110\33\100\3\11\4\100\2\11\1\106\2\100\1\16"+
    "\1\111\1\112\2\100\1\23\7\100\1\113\7\100\1\114"+
    "\4\100\5\112\4\100\1\50\27\112\1\115\1\100\1\116"+
    "\1\100\3\11\1\100\2\117\1\120\2\117\1\121\17\117"+
    "\1\122\21\117\1\123\1\124\1\125\41\117\3\100\2\126"+
    "\3\100\1\16\1\111\1\112\12\100\1\127\7\100\1\130"+
    "\1\100\1\131\2\100\5\112\5\100\27\112\1\115\44\100"+
    "\1\132\45\100\1\115\7\100\115\0\1\12\146\0\1\133"+
    "\63\0\1\134\2\0\1\20\27\0\5\20\5\0\27\20"+
    "\10\0\1\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\27\20\4\0\1\20\2\0\1\20\36\0\1\135"+
    "\70\0\1\136\21\0\1\137\112\0\1\140\75\0\1\141"+
    "\14\0\1\142\77\0\1\143\12\0\1\144\102\0\5\145"+
    "\100\0\1\146\4\0\1\147\10\0\1\150\100\0\1\145"+
    "\1\0\1\151\2\152\1\153\1\154\10\0\1\155\1\156"+
    "\1\0\1\157\6\0\1\155\2\0\1\156\20\0\1\157"+
    "\35\0\1\145\1\0\5\35\11\0\1\156\13\0\1\156"+
    "\44\0\1\160\22\0\1\161\1\162\1\160\2\0\5\160"+
    "\5\0\27\160\46\0\1\163\1\164\111\0\1\165\1\166"+
    "\113\0\1\167\110\0\1\170\54\0\1\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\1\20\1\171\16\20"+
    "\1\172\3\20\1\173\2\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\17\20"+
    "\1\174\7\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\1\175\11\20\1\176"+
    "\2\20\1\177\11\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\200"+
    "\10\20\1\201\11\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\12\20\1\202"+
    "\1\20\1\203\10\20\1\204\1\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\1\205\7\20\1\206\4\20\1\207\1\20\1\210\2\20"+
    "\1\211\4\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\4\20\1\212\22\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\5\20\1\213\5\20\1\214\1\215"+
    "\3\20\1\216\6\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\217"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\15\20\1\220\11\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\1\221\3\20\1\222\15\20\1\223\4\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\23\20\1\224\3\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\1\225\16\20\1\226\2\20\1\227\4\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\4\20\1\230\22\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\4\20\1\231\14\20\1\232\1\233\1\20\1\234\2\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\7\20\1\235\7\20\1\236\6\20"+
    "\1\237\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\1\240\14\20\1\241\11\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\7\20\1\242\1\243\16\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\10\20\1\244\16\20\4\0\1\20\2\0"+
    "\1\20\36\0\1\245\45\0\1\246\10\0\1\101\110\0"+
    "\2\100\1\247\2\0\1\250\20\100\3\251\45\100\1\252"+
    "\2\100\1\253\5\100\3\0\1\100\2\0\1\100\213\0"+
    "\1\115\21\0\1\254\27\0\5\254\5\0\27\254\10\0"+
    "\1\254\11\0\1\254\13\0\5\254\2\0\1\255\4\0"+
    "\5\254\5\0\27\254\4\0\1\254\2\0\1\254\12\0"+
    "\1\256\24\0\1\256\2\0\5\256\5\0\27\256\10\0"+
    "\2\117\1\0\2\117\1\0\17\117\1\0\21\117\3\0"+
    "\41\117\2\0\1\120\172\0\1\122\1\0\1\122\2\0"+
    "\1\122\4\0\1\122\16\0\2\100\1\0\2\100\1\0"+
    "\105\100\37\0\1\257\100\0\1\260\123\0\1\261\54\0"+
    "\2\134\1\0\2\134\1\0\105\134\26\0\5\145\11\0"+
    "\1\156\13\0\1\156\32\0\20\262\1\263\72\262\2\264"+
    "\1\0\2\264\1\0\17\264\1\265\65\264\24\0\1\145"+
    "\1\0\1\151\2\152\1\153\1\154\11\0\1\156\13\0"+
    "\1\156\56\0\1\145\1\0\4\153\1\154\11\0\1\156"+
    "\13\0\1\156\56\0\1\145\1\0\4\266\1\154\11\0"+
    "\1\156\13\0\1\156\56\0\1\145\1\0\5\154\11\0"+
    "\1\156\13\0\1\156\60\0\2\267\104\0\1\270\1\0"+
    "\1\270\2\0\5\271\106\0\1\272\4\273\7\0\3\273"+
    "\7\0\6\273\67\0\1\274\112\0\1\275\113\0\1\276"+
    "\111\0\1\277\54\0\1\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\20\20\1\300\6\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\20\20\1\301\5\20\1\302\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\1\303\26\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\4\20\1\304\22\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\20\20\1\305\1\306\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\1\307\26\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\14\20"+
    "\1\310\12\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\1\20\1\311\1\312"+
    "\2\20\1\313\4\20\1\314\14\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\20\20\1\315\6\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\22\20\1\316"+
    "\4\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\16\20\1\317\2\20\1\320"+
    "\5\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\12\20\1\321\14\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\14\20\1\322\12\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\17\20\1\323\7\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\15\20\1\324"+
    "\11\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\14\20\1\325\12\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\21\20\1\326\5\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\16\20\1\327\10\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\20\20\1\330"+
    "\1\331\5\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\21\20\1\332\5\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\3\20\1\333\23\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\13\20\1\334\13\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\24\20"+
    "\1\335\2\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\12\20\1\336\14\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\4\20\1\337\22\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\2\20\1\340\24\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\10\20"+
    "\1\341\4\20\1\342\11\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\1\20"+
    "\1\343\25\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\1\344\20\20\1\345"+
    "\5\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\346\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\1\347\26\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\16\20"+
    "\1\350\10\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\10\20\1\351\16\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\10\20\1\352\6\20\1\353\7\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\22\20\1\354\3\20\1\355\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\16\20\1\356\10\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\17\20\1\357\7\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\10\20\1\360"+
    "\16\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\10\20\1\361\16\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\21\20\1\362\5\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\4\20\1\363\22\20\4\0\1\20\2\0\1\20\2\0"+
    "\1\247\136\0\4\364\107\0\5\365\7\0\3\365\7\0"+
    "\6\365\57\0\5\366\7\0\3\366\7\0\6\366\32\0"+
    "\5\255\3\0\1\367\1\370\7\0\1\255\1\0\1\255"+
    "\15\0\5\370\5\0\27\370\4\0\2\255\1\0\1\255"+
    "\37\260\1\257\53\260\20\262\1\371\72\262\20\372\1\263"+
    "\4\372\1\373\65\372\2\264\1\0\2\264\1\0\106\264"+
    "\1\265\1\374\2\265\1\374\27\264\1\375\51\264\2\265"+
    "\1\264\1\265\24\0\1\145\1\0\4\376\1\154\11\0"+
    "\1\156\13\0\1\156\60\0\5\271\106\0\5\377\7\0"+
    "\3\377\7\0\6\377\31\0\1\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u0100\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\4\20\1\u0101\22\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\14\20\1\u0102\12\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\10\20\1\u0103"+
    "\16\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\1\u0104\26\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\4\20\1\u0105\22\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\2\20"+
    "\1\u0106\24\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\20\20\1\u0107\6\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\20\20\1\u0108\1\u0109\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\22\20\1\u010a\4\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\12\20\1\u010b\14\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\1\u010c\26\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\4\20\1\u010d\22\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\4\20\1\u010e\22\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\13\20"+
    "\1\u010f\13\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\15\20\1\u0110\11\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\4\20\1\u0111\22\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\20\20\1\354\6\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\1\u0112"+
    "\26\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\13\20\1\u0113\13\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\2\20\1\u0114\24\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\12\20\1\u0115\2\20\1\u0116\11\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\21\20\1\u0117\5\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\u0118"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\22\20\1\u0119\4\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\4\20\1\u011a\22\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\12\20\1\u011b\14\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\17\20\1\u011c"+
    "\7\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\11\20\1\u011d\15\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\23\20\1\u011e\3\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\21\20\1\u011f\5\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\12\20\1\u0120"+
    "\14\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\3\20\1\u0121\23\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\22\20\1\u0122\4\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\21\20\1\u0123\5\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\u0124"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u0125\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\20\20\1\u0126\6\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\15\20\1\u0127\11\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\u0128"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\4\20\1\u0129\22\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\3\20\1\u012a\23\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\12\20\1\u012b\14\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\7\20\1\u012c"+
    "\17\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\12\20\1\u012d\14\20\4\0"+
    "\1\20\2\0\1\20\26\0\4\100\107\0\5\u012e\7\0"+
    "\3\u012e\7\0\6\u012e\57\0\5\100\7\0\3\100\7\0"+
    "\6\100\43\0\1\370\27\0\5\370\5\0\27\370\10\0"+
    "\1\370\5\255\3\0\1\367\1\370\7\0\1\255\1\0"+
    "\1\255\1\0\5\370\4\0\1\100\2\0\5\370\5\0"+
    "\27\370\4\0\1\370\1\255\1\0\1\370\20\262\1\371"+
    "\4\262\1\373\65\262\20\372\1\u012f\72\372\1\0\5\374"+
    "\27\0\1\u0130\51\0\2\374\1\0\1\374\2\264\1\0"+
    "\2\264\1\0\65\264\1\u0131\17\264\24\0\1\145\1\0"+
    "\4\u0132\1\154\11\0\1\156\13\0\1\156\60\0\5\u0133"+
    "\7\0\3\u0133\7\0\6\u0133\31\0\1\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\17\20\1\u0134\7\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\17\20\1\u0135\7\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\2\20\1\u0136\24\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\21\20"+
    "\1\u0137\5\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\11\20\1\u0138\15\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\7\20\1\u0139\17\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\20\20\1\u013a\6\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\21\20"+
    "\1\u013b\5\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\10\20\1\u013c\16\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\6\20\1\u013d\20\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\1\u013e\26\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\22\20\1\u013f"+
    "\4\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u0140\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\17\20\1\u0141\7\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\14\20\1\u0142\12\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\12\20\1\u0143"+
    "\14\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u0144\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\4\20\1\u0145\22\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\17\20\1\u0146\7\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\1\u0147\26\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\17\20\1\u0148\7\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\12\20\1\u0149\14\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\20\20"+
    "\1\u014a\6\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\17\20\1\u014b\7\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\1\u014c\26\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\1\u014d\26\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\4\20\1\u014e\22\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\10\20\1\u014f\16\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\15\20\1\u0150\11\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\17\20"+
    "\1\u0151\7\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\10\20\1\u0152\16\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\17\20\1\u0153\7\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\2\20\1\u0154\24\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\24\20"+
    "\1\u0155\2\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\15\20\1\u0156\11\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\4\20\1\u0157\22\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\3\20\1\u0158\23\20\4\0\1\20\2\0\1\20"+
    "\20\372\1\u012f\4\372\1\u0159\65\372\73\0\1\u015a\17\0"+
    "\2\264\1\0\2\264\1\0\52\264\1\u015b\32\264\24\0"+
    "\1\145\1\0\4\u015c\1\154\11\0\1\156\13\0\1\156"+
    "\60\0\5\u015d\7\0\3\u015d\7\0\6\u015d\31\0\1\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\1\u015e"+
    "\26\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u015f\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\17\20\1\u0160\7\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\14\20\1\u0161\12\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\6\20\1\u0162"+
    "\20\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\17\20\1\u0163\7\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\12\20\1\u0164\14\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\4\20\1\u0165\22\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\21\20\1\u0166"+
    "\5\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\3\20\1\u0167\23\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\12\20\1\u0168\14\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\10\20\1\u0169\16\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\13\20\1\u016a"+
    "\13\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u016b\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\14\20\1\u016c\12\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\5\20\1\u016d\21\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\u016e"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\16\20\1\u016f\10\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\10\20\1\u0170\16\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\6\20\1\u0171\20\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\21\20\1\u0172"+
    "\5\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\2\20\1\u0173\24\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\2\20\1\u0174\24\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\14\20\1\u0175\12\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\14\20\1\u0176"+
    "\12\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\2\20\1\u0177\24\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\7\20\1\u0178\17\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\5\20\1\u0179\21\20\4\0\1\20\2\0\1\20\60\0"+
    "\1\u017a\32\0\2\264\1\0\2\264\1\0\53\264\1\u017b"+
    "\31\264\24\0\1\145\1\0\4\u017c\1\154\11\0\1\156"+
    "\13\0\1\156\60\0\5\u017d\7\0\3\u017d\7\0\6\u017d"+
    "\31\0\1\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\2\20\1\u017e\24\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\20\20"+
    "\1\u017f\6\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\22\20\1\u0180\4\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\22\20\1\u0181\4\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\4\20\1\u0182\22\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\4\20"+
    "\1\u0183\22\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\21\20\1\u0184\5\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\20\20\1\u0185\6\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\26\20\1\u0186\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\15\20\1\u0187"+
    "\11\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\4\20\1\u0188\22\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\2\20\1\u0189\24\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\1\u018a\26\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\1\u018b\26\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\3\20\1\u018c\23\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\4\20\1\u018d\22\20\4\0\1\20\2\0\2\20\11\0"+
    "\1\20\13\0\5\20\7\0\5\20\5\0\4\20\1\u018e"+
    "\22\20\4\0\1\20\2\0\2\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\21\20\1\u018f\5\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\12\20\1\u0190\14\20\4\0\1\20\2\0"+
    "\1\20\61\0\1\u0191\31\0\2\264\1\0\2\264\1\0"+
    "\52\264\1\u0192\32\264\24\0\1\145\1\0\4\u0193\1\154"+
    "\11\0\1\156\13\0\1\156\60\0\5\u0194\7\0\3\u0194"+
    "\7\0\6\u0194\31\0\1\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\21\20\1\u0195\5\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\2\20\1\u0196\24\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\4\20"+
    "\1\u0197\22\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\17\20\1\u0198\7\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\14\20\1\u0199\12\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\14\20\1\u019a\12\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\4\20"+
    "\1\u019b\22\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\2\20\1\u019c\24\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\2\20\1\u019d\24\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\4\20\1\u019e\22\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\4\20"+
    "\1\u019f\22\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\26\20\1\u01a0\4\0"+
    "\1\20\2\0\1\20\60\0\1\u01a1\32\0\2\264\1\0"+
    "\2\264\1\0\65\264\1\u01a2\17\264\24\0\1\145\1\0"+
    "\4\u01a3\1\154\11\0\1\156\13\0\1\156\60\0\5\u01a4"+
    "\7\0\3\u01a4\7\0\6\u01a4\31\0\1\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\21\20\1\u01a5\5\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\21\20\1\u01a6\5\20\4\0\1\20"+
    "\2\0\2\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\15\20\1\u01a7\11\20\4\0\1\20\2\0\2\20"+
    "\11\0\1\20\13\0\5\20\7\0\5\20\5\0\4\20"+
    "\1\u01a8\22\20\4\0\1\20\2\0\2\20\11\0\1\20"+
    "\13\0\5\20\7\0\5\20\5\0\4\20\1\u01a9\22\20"+
    "\4\0\1\20\2\0\2\20\11\0\1\20\13\0\5\20"+
    "\7\0\5\20\5\0\3\20\1\u01aa\23\20\4\0\1\20"+
    "\2\0\1\20\73\0\1\u01ab\17\0\2\264\1\0\2\264"+
    "\1\0\52\264\1\u01ac\32\264\24\0\1\145\1\0\4\u01ad"+
    "\1\154\11\0\1\156\13\0\1\156\60\0\5\u01ae\7\0"+
    "\3\u01ae\7\0\6\u01ae\31\0\1\20\11\0\1\20\13\0"+
    "\5\20\7\0\5\20\5\0\15\20\1\u01af\11\20\4\0"+
    "\1\20\2\0\2\20\11\0\1\20\13\0\5\20\7\0"+
    "\5\20\5\0\20\20\1\u01b0\6\20\4\0\1\20\2\0"+
    "\2\20\11\0\1\20\13\0\5\20\7\0\5\20\5\0"+
    "\5\20\1\u01b1\21\20\4\0\1\20\2\0\1\20\60\0"+
    "\1\u01b2\32\0\2\264\1\0\2\264\1\0\62\264\1\u01b3"+
    "\22\264\24\0\1\145\1\0\4\u01b4\1\154\11\0\1\156"+
    "\13\0\1\156\60\0\5\u01b5\7\0\3\u01b5\7\0\6\u01b5"+
    "\31\0\1\20\11\0\1\20\13\0\5\20\7\0\5\20"+
    "\5\0\17\20\1\u01b6\7\20\4\0\1\20\2\0\1\20"+
    "\70\0\1\u01b7\22\0\2\264\1\0\2\264\1\0\50\264"+
    "\1\u01b8\34\264\24\0\1\145\1\0\4\u01b9\1\154\11\0"+
    "\1\156\13\0\1\156\60\0\5\u01ba\7\0\3\u01ba\7\0"+
    "\6\u01ba\107\0\1\u01bb\34\0\2\264\1\0\2\264\1\0"+
    "\52\264\1\u01bc\32\264\24\0\1\145\1\0\4\u01bd\1\154"+
    "\11\0\1\156\13\0\1\156\60\0\5\u01be\7\0\3\u01be"+
    "\7\0\6\u01be\111\0\1\u01bf\32\0\1\264\1\u01c0\1\u01c1"+
    "\2\u01c0\1\u01c1\101\264\2\u01c0\1\264\1\u01c0\24\0\1\145"+
    "\1\0\4\u01c2\1\154\11\0\1\156\13\0\1\156\60\0"+
    "\5\u01c3\7\0\3\u01c3\7\0\6\u01c3\32\0\5\u01c1\101\0"+
    "\2\u01c1\1\0\1\u01c1\1\264\1\u01c0\1\u01c1\2\u01c0\1\u01c1"+
    "\64\264\1\u01c4\14\264\2\u01c0\1\264\1\u01c0\1\0\5\u01c1"+
    "\64\0\1\u01c5\14\0\2\u01c1\1\0\1\u01c1\24\0\1\145"+
    "\1\0\4\u01c6\1\154\11\0\1\156\13\0\1\156\60\0"+
    "\5\u01c7\7\0\3\u01c7\7\0\6\u01c7\31\0\2\264\1\0"+
    "\2\264\1\0\46\264\1\u01c8\36\264\54\0\1\u01c9\62\0"+
    "\1\145\1\0\4\u01ca\1\154\11\0\1\156\13\0\1\156"+
    "\60\0\5\u01cb\7\0\3\u01cb\7\0\6\u01cb\31\0\2\264"+
    "\1\0\2\264\1\0\67\264\1\u01cc\15\264\75\0\1\u01cd"+
    "\41\0\1\145\1\0\4\u01ce\1\154\11\0\1\156\13\0"+
    "\1\156\60\0\5\u01cf\7\0\3\u01cf\7\0\6\u01cf\31\0"+
    "\2\264\1\0\2\264\1\0\55\264\1\u01d0\27\264\63\0"+
    "\1\u01d1\53\0\1\145\1\0\4\u01d2\1\154\11\0\1\156"+
    "\13\0\1\156\60\0\5\u01d3\7\0\3\u01d3\7\0\6\u01d3"+
    "\31\0\1\264\1\u01d0\1\u01d1\2\u01d0\1\u01d1\30\264\1\u01d4"+
    "\50\264\2\u01d0\1\264\1\u01d0\1\0\5\u01d1\30\0\1\u01d4"+
    "\50\0\2\u01d1\1\0\1\u01d1\24\0\1\145\1\0\4\u01d5"+
    "\1\154\11\0\1\156\13\0\1\156\32\0\1\u01d6\5\u01d4"+
    "\101\u01d6\2\u01d4\1\u01d6\1\u01d4\24\0\1\145\1\0\4\u01d7"+
    "\1\154\11\0\1\156\13\0\1\156\32\0\2\u01d6\1\0"+
    "\2\u01d6\1\0\105\u01d6\24\0\1\145\1\0\4\u01d8\1\154"+
    "\11\0\1\156\13\0\1\156\56\0\1\145\1\0\4\u01d9"+
    "\1\154\11\0\1\156\13\0\1\156\32\0";

  private static int [] zzUnpacktrans() {
    int [] result = new int[26550];
    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 =
    "\10\0\3\11\2\1\1\11\4\1\3\11\2\1\1\11"+
    "\5\1\2\11\4\1\3\11\1\1\1\11\23\1\1\11"+
    "\1\1\5\11\1\1\1\11\3\1\1\11\2\1\1\11"+
    "\1\1\2\11\1\1\1\11\2\1\1\11\1\1\2\11"+
    "\2\1\2\11\2\1\10\11\1\1\1\0\1\1\1\11"+
    "\4\1\3\0\1\11\1\0\1\11\1\1\1\11\1\1"+
    "\1\0\2\11\54\1\3\11\4\1\2\0\2\11\1\0"+
    "\1\11\2\0\4\1\1\0\3\1\3\11\65\1\7\0"+
    "\1\11\1\0\61\1\3\0\50\1\1\11\1\0\37\1"+
    "\1\0\26\1\1\0\17\1\1\0\11\1\1\0\6\1"+
    "\1\0\4\1\1\0\3\1\1\0\3\1\1\0\1\1"+
    "\1\0\3\1\1\0\3\1\1\0\3\1\1\0\3\1"+
    "\1\0\1\1\1\11\6\1";

  private static int [] zzUnpackAttribute() {
    int [] result = new int[473];
    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[Math.min(ZZ_BUFFERSIZE, zzMaxBufferLen())];

  /** 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; /** 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. */ @SuppressWarnings("unused") private int yycolumn; /** Number of characters up to the start of the matched text. */ 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. */ @SuppressWarnings("unused") private boolean zzEOFDone; /* user code: */ private String originId; private boolean isJsxFile; private ETokenType lastTokenType; private ETokenType beforeLastTokenType; /** Stores whether we are currently in brackets within a regex. */ private boolean regexInBrackets = false; /** Resets scanner. */ public void reset(java.io.Reader reader, String originId) { this.originId = originId; lastTokenType = null; beforeLastTokenType = null; yyreset(reader); } /** {@inheritDoc} */ public void close() throws java.io.IOException { yyclose(); } /** Wrapper to store last token. */ public JavaScriptToken getNextToken() throws java.io.IOException { JavaScriptToken token = yyGetNextToken(); beforeLastTokenType = lastTokenType; lastTokenType = token.getType(); return token; } /** Factory method for tokens. */ private JavaScriptToken token(ETokenType type) { return new JavaScriptToken(type, yychar, yyline, yytext(), originId); } /** Factory method for tokens creates from the collected string. */ private JavaScriptToken stringToToken(ETokenType type) { return stringToToken(JavaScriptToken::new, type, yychar, yyline, originId); } private boolean mayBeOperand(ETokenType type) { return type == ETokenType.IDENTIFIER || type == ETokenType.STRING_LITERAL || type == ETokenType.RBRACE || type == ETokenType.RPAREN || type == ETokenType.RBRACK || type == ETokenType.THIS || type == ETokenType.INTEGER_LITERAL || type == ETokenType.FLOATING_POINT_LITERAL; } /** * Determines if a '/' inside a template string marks the start of a regex (if not, its a division). * In template strings we need to work with the token text, as we do not scan individual tokens for inlined expressions. */ private boolean isRegexStart() { // Inside JSX a '/' might just be the start of a comment if(stateStack.peek() == JSX_TEXT_LITERAL) { return false; } if (zzCurrentPos+1 < zzBuffer.length) { int possibleEndForInlineJsExpression = ArrayUtils.indexOf(zzBuffer, '}', zzCurrentPos+1); int possibleEndForRegex = ArrayUtils.indexOf(zzBuffer, '/', zzCurrentPos+1); if (possibleEndForRegex == -1 || possibleEndForRegex > possibleEndForInlineJsExpression) { return false; } } if (stateStack.isEmpty() || stateStack.peek() != TEMPLATE_STRING) { // Only use this heuristic for template string '/' occurrences (because {@link #mayBeOperand} does not work) return true; } String text = string.toString().trim(); char lastChar = text.charAt(text.length() - 1); // '/' starts a regex if: previous "token" was an operator or an opening parenthese return lastChar == '*' || lastChar == '/' || lastChar == '%' || lastChar == '-' || lastChar == '+' || lastChar == '=' // also covers comparison and operator assignments || lastChar == '<' || lastChar == '>' || lastChar == '&' // assumes && || lastChar == '|' // assmues || || lastChar == '!' || lastChar == '('; } /** Use heuristics to differentiate between a LT and a JSX expression. */ private boolean isJsxStart() { if (!isJsxFile) { return false; } if (!stateStack.isEmpty() && stateStack.peek() == JSX_TEXT_LITERAL) { String text = string.toString().trim(); char lastChar = text.charAt(text.length() - 1); return !Character.isAlphabetic(lastChar); } return !(lastTokenType == ETokenType.IDENTIFIER || lastTokenType == ETokenType.RPAREN || lastTokenType == ETokenType.CATCH // may be an identifier in this context || (lastTokenType != null && lastTokenType.isLiteral())); } /** Use heuristics to differentiate division from regex. Second case handles TypeScript null-safe assertion operator. */ private boolean isDivisionOperator() { return mayBeOperand(lastTokenType) || (lastTokenType==ETokenType.NOT && mayBeOperand(beforeLastTokenType)); } /** * Creates a new scanner * * @param in the java.io.Reader to read input from. */ JavaScriptScanner(java.io.Reader in, String originId) { this.originId = originId; this.isJsxFile = originId == null || originId.toLowerCase().endsWith(".jsx") || originId.toLowerCase().endsWith(".tsx"); this.zzReader = in; } /** Returns the maximum size of the scanner buffer, which limits the size of tokens. */ private int zzMaxBufferLen() { return Integer.MAX_VALUE; } /** Whether the scanner buffer can grow to accommodate a larger token. */ private boolean zzCanGrow() { return true; } /** * 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 && zzCanGrow()) { /* if not, and it can grow: blow it up */ char newBuffer[] = new char[Math.min(zzBuffer.length * 2, zzMaxBufferLen())]; 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) { if (requested == 0) { throw new java.io.EOFException("Scan buffer limit reached ["+zzBuffer.length+"]"); } else { 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; int initBufferSize = Math.min(ZZ_BUFFERSIZE, zzMaxBufferLen()); if (zzBuffer.length > initBufferSize) { zzBuffer = new char[initBufferSize]; } } /** * 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; } /** * 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 JavaScriptToken yyGetNextToken() 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; yychar+= zzMarkedPosL-zzStartRead; 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++; zzR = false; break; case '\r': yyline++; zzR = true; break; case '\n': if (zzR) zzR = false; else { yyline++; } break; default: zzR = false; } } 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; switch (zzLexicalState) { case SINGLE_QUOTE_STRING: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_STRING_LITERAL); } } // fall though case 474: break; case DOUBLE_QUOTE_STRING: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_STRING_LITERAL); } } // fall though case 475: break; case TEMPLATE_STRING: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_TEMPLATE_LITERAL); } } // fall though case 476: break; case INLINED_JS_EXPRESSION: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_TEMPLATE_LITERAL); } } // fall though case 477: break; case REGEX: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_REGEX_LITERAL); } } // fall though case 478: break; default: { return token(ETokenType.EOF); } } } else { switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { case 1: { return token(ETokenType.ILLEGAL_CHARACTER); } // fall through case 143: break; case 2: { /* ignore */ } // fall through case 144: break; case 3: { yyline -= 1; } // fall through case 145: break; case 4: { return token(ETokenType.NOT); } // fall through case 146: break; case 5: { enterNestedState(DOUBLE_QUOTE_STRING); } // fall through case 147: break; case 6: { return token(ETokenType.IDENTIFIER); } // fall through case 148: break; case 7: { return token(ETokenType.MOD); } // fall through case 149: break; case 8: { return token(ETokenType.AND); } // fall through case 150: break; case 9: { enterNestedState(SINGLE_QUOTE_STRING); } // fall through case 151: break; case 10: { return token(ETokenType.LPAREN); } // fall through case 152: break; case 11: { return token(ETokenType.RPAREN); } // fall through case 153: break; case 12: { return token(ETokenType.MULT); } // fall through case 154: break; case 13: { return token(ETokenType.PLUS); } // fall through case 155: break; case 14: { return token(ETokenType.COMMA); } // fall through case 156: break; case 15: { return token(ETokenType.MINUS); } // fall through case 157: break; case 16: { return token(ETokenType.DOT); } // fall through case 158: break; case 17: { if (isDivisionOperator()) { return token(ETokenType.DIV); } else { enterNestedState(REGEX); regexInBrackets = false; } } // fall through case 159: break; case 18: { return token(ETokenType.INTEGER_LITERAL); } // fall through case 160: break; case 19: { return token(ETokenType.COLON); } // fall through case 161: break; case 20: { return token(ETokenType.SEMICOLON); } // fall through case 162: break; case 21: { return token(ETokenType.LT); } // fall through case 163: break; case 22: { return token(ETokenType.EQ); } // fall through case 164: break; case 23: { return token(ETokenType.GT); } // fall through case 165: break; case 24: { return token(ETokenType.QUESTION); } // fall through case 166: break; case 25: { return token(ETokenType.AT); } // fall through case 167: break; case 26: { return token(ETokenType.LBRACK); } // fall through case 168: break; case 27: { return token(ETokenType.RBRACK); } // fall through case 169: break; case 28: { return token(ETokenType.XOR); } // fall through case 170: break; case 29: { enterNestedState(TEMPLATE_STRING); } // fall through case 171: break; case 30: { return token(ETokenType.LBRACE); } // fall through case 172: break; case 31: { return token(ETokenType.OR); } // fall through case 173: break; case 32: { return token(ETokenType.RBRACE); } // fall through case 174: break; case 33: { return token(ETokenType.COMP); } // fall through case 175: break; case 34: { string.append( yytext() ); } // fall through case 176: break; case 35: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_STRING_LITERAL); } } // fall through case 177: break; case 36: { string.append( yytext() ); yyline -= 1; } // fall through case 178: break; case 37: { if (exitNestedState()) { return stringToToken(ETokenType.STRING_LITERAL); } } // fall through case 179: break; case 38: { if (exitNestedState()) { return stringToToken(ETokenType.TEMPLATE_LITERAL); } } // fall through case 180: break; case 39: { if (isDivisionOperator()) { return token(ETokenType.DIV); } else if (isRegexStart()) { enterNestedState(REGEX); regexInBrackets = false; } else { string.append( yytext() ); } } // fall through case 181: break; case 40: { enterNestedState(INLINED_JS_EXPRESSION); } // fall through case 182: break; case 41: { exitNestedState(); } // fall through case 183: break; case 42: { if (exitNestedState()) { return stringToToken(ETokenType.UNTERMINATED_REGEX_LITERAL); } } // fall through case 184: break; case 43: { if (!regexInBrackets && exitNestedState()) { return stringToToken(ETokenType.REGEX_LITERAL); } } // fall through case 185: break; case 44: { string.append( yytext() ); regexInBrackets = true; } // fall through case 186: break; case 45: { string.append( yytext() ); regexInBrackets = false; } // fall through case 187: break; case 46: { yyline -= 1; string.append( yytext() ); } // fall through case 188: break; case 47: { enterNestedState(JSX); } // fall through case 189: break; case 48: { enterNestedState(JSX_TEXT_LITERAL); } // fall through case 190: break; case 49: { // We need to reprocess this character in JSX to decide // whether we need to exit once more enter JSX again exitNestedStateWithoutConsuming(); } // fall through case 191: break; case 50: { return token(ETokenType.NOTEQ); } // fall through case 192: break; case 51: { return token(ETokenType.MODEQ); } // fall through case 193: break; case 52: { return token(ETokenType.ANDAND); } // fall through case 194: break; case 53: { return token(ETokenType.ANDEQ); } // fall through case 195: break; case 54: { return token(ETokenType.MULTEQ); } // fall through case 196: break; case 55: { return token(ETokenType.PLUSPLUS); } // fall through case 197: break; case 56: { return token(ETokenType.PLUSEQ); } // fall through case 198: break; case 57: { return token(ETokenType.MINUSMINUS); } // fall through case 199: break; case 58: { return token(ETokenType.MINUSEQ); } // fall through case 200: break; case 59: { return token(ETokenType.FLOATING_POINT_LITERAL); } // fall through case 201: break; case 60: { return token(ETokenType.END_OF_LINE_COMMENT); } // fall through case 202: break; case 61: { if (lastTokenType==ETokenType.IDENTIFIER || lastTokenType==ETokenType.RPAREN || lastTokenType==ETokenType.RBRACK || lastTokenType==ETokenType.INTEGER_LITERAL || lastTokenType==ETokenType.FLOATING_POINT_LITERAL ) { return token(ETokenType.DIVEQ); } else { enterNestedState(REGEX); } } // fall through case 203: break; case 62: // lookahead expression with fixed base length zzMarkedPos = Character.offsetByCodePoints (zzBufferL, zzStartRead, zzEndRead - zzStartRead, zzStartRead, 1); { if (isJsxStart()) { enterNestedState(JSX); } else { return token(ETokenType.LT); } } // fall through case 204: break; case 63: { return token(ETokenType.LTEQ); } // fall through case 205: break; case 64: { return token(ETokenType.EQEQ); } // fall through case 206: break; case 65: { return token(ETokenType.DOUBLE_ARROW); } // fall through case 207: break; case 66: { return token(ETokenType.GTEQ); } // fall through case 208: break; case 67: { return token(ETokenType.DOUBLE_QUESTION); } // fall through case 209: break; case 68: { return token(ETokenType.XOREQ); } // fall through case 210: break; case 69: { return token(ETokenType.AS); } // fall through case 211: break; case 70: { return token(ETokenType.DO); } // fall through case 212: break; case 71: { return token(ETokenType.IF); } // fall through case 213: break; case 72: { return token(ETokenType.IN); } // fall through case 214: break; case 73: { return token(ETokenType.IS); } // fall through case 215: break; case 74: { return token(ETokenType.OREQ); } // fall through case 216: break; case 75: { return token(ETokenType.OROR); } // fall through case 217: break; case 76: { /* ignore continuation */ } // fall through case 218: break; case 77: // lookahead expression with fixed base length zzMarkedPos = Character.offsetByCodePoints (zzBufferL, zzStartRead, zzEndRead - zzStartRead, zzStartRead, 1); { if (isJsxStart()) { enterNestedState(JSX); } else { return token(ETokenType.LT); } } // fall through case 219: break; case 78: { if (exitNestedState()) { return stringToToken(ETokenType.JSX); } } // fall through case 220: break; case 79: { return token(ETokenType.NOTEQEQ); } // fall through case 221: break; case 80: { return token(ETokenType.BINARY_LITERAL); } // fall through case 222: break; case 81: { return token(ETokenType.LSHIFTEQ); } // fall through case 223: break; case 82: { return token(ETokenType.EQEQEQ); } // fall through case 224: break; case 83: // lookahead expression with fixed base length zzMarkedPos = Character.offsetByCodePoints (zzBufferL, zzStartRead, zzEndRead - zzStartRead, zzStartRead, 1); { return token(ETokenType.GT); } // fall through case 225: break; case 84: { return token(ETokenType.RSHIFTEQ); } // fall through case 226: break; case 85: { return token(ETokenType.FOR); } // fall through case 227: break; case 86: { return token(ETokenType.GET); } // fall through case 228: break; case 87: { return token(ETokenType.LET); } // fall through case 229: break; case 88: { return token(ETokenType.NEW); } // fall through case 230: break; case 89: { return token(ETokenType.SET); } // fall through case 231: break; case 90: { return token(ETokenType.TRY); } // fall through case 232: break; case 91: { return token(ETokenType.VAR); } // fall through case 233: break; case 92: { return token(ETokenType.TRADITIONAL_COMMENT); } // fall through case 234: break; case 93: { return token(ETokenType.CASE); } // fall through case 235: break; case 94: { return token(ETokenType.ELSE); } // fall through case 236: break; case 95: { return token(ETokenType.ENUM); } // fall through case 237: break; case 96: { return token(ETokenType.FROM); } // fall through case 238: break; case 97: { return token(ETokenType.NULL_LITERAL); } // fall through case 239: break; case 98: { return token(ETokenType.THIS); } // fall through case 240: break; case 99: { return token(ETokenType.BOOLEAN_LITERAL); } // fall through case 241: break; case 100: { return token(ETokenType.TYPE); } // fall through case 242: break; case 101: { return token(ETokenType.VOID); } // fall through case 243: break; case 102: { return token(ETokenType.WITH); } // fall through case 244: break; case 103: { return token(ETokenType.ASYNC); } // fall through case 245: break; case 104: { return token(ETokenType.AWAIT); } // fall through case 246: break; case 105: { return token(ETokenType.BREAK); } // fall through case 247: break; case 106: { return token(ETokenType.CATCH); } // fall through case 248: break; case 107: { return token(ETokenType.CLASS); } // fall through case 249: break; case 108: { return token(ETokenType.CONST); } // fall through case 250: break; case 109: { return token(ETokenType.SUPER); } // fall through case 251: break; case 110: { return token(ETokenType.THROW); } // fall through case 252: break; case 111: { return token(ETokenType.WHILE); } // fall through case 253: break; case 112: { return token(ETokenType.YIELD); } // fall through case 254: break; case 113: { return token(ETokenType.DOCUMENTATION_COMMENT); } // fall through case 255: break; case 114: { return token(ETokenType.DELETE); } // fall through case 256: break; case 115: { return token(ETokenType.EXPORT); } // fall through case 257: break; case 116: { return token(ETokenType.IMPORT); } // fall through case 258: break; case 117: { return token(ETokenType.MODULE); } // fall through case 259: break; case 118: { return token(ETokenType.PUBLIC); } // fall through case 260: break; case 119: { return token(ETokenType.RETURN); } // fall through case 261: break; case 120: { return token(ETokenType.STATIC); } // fall through case 262: break; case 121: { return token(ETokenType.SWITCH); } // fall through case 263: break; case 122: { return token(ETokenType.TYPEOF); } // fall through case 264: break; case 123: { return token(ETokenType.ASSERTS); } // fall through case 265: break; case 124: { return token(ETokenType.DECLARE); } // fall through case 266: break; case 125: { return token(ETokenType.DEFAULT); } // fall through case 267: break; case 126: { return token(ETokenType.EXTENDS); } // fall through case 268: break; case 127: { return token(ETokenType.FINALLY); } // fall through case 269: break; case 128: { return token(ETokenType.PACKAGE); } // fall through case 270: break; case 129: { return token(ETokenType.PRIVATE); } // fall through case 271: break; case 130: { return token(ETokenType.ABSTRACT); } // fall through case 272: break; case 131: { return token(ETokenType.CONTINUE); } // fall through case 273: break; case 132: { return token(ETokenType.DEBUGGER); } // fall through case 274: break; case 133: { return token(ETokenType.FUNCTION); } // fall through case 275: break; case 134: { return token(ETokenType.OVERRIDE); } // fall through case 276: break; case 135: { return token(ETokenType.READONLY); } // fall through case 277: break; case 136: { return token(ETokenType.INTERFACE); } // fall through case 278: break; case 137: { return token(ETokenType.NAMESPACE); } // fall through case 279: break; case 138: { return token(ETokenType.PROTECTED); } // fall through case 280: break; case 139: { return token(ETokenType.IMPLEMENTS); } // fall through case 281: break; case 140: { return token(ETokenType.INSTANCEOF); } // fall through case 282: break; case 141: { return token(ETokenType.CONSTRUCTOR); } // fall through case 283: break; case 142: { return token(ETokenType.TRIPLE_SLASH_DIRECTIVE); } // fall through case 284: break; default: zzScanError(ZZ_NO_MATCH); } } } } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy