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

net.ripe.db.whois.common.generated.ImportLexer Maven / Gradle / Ivy

/* The following code was generated by JFlex 1.4.3 on 2/08/15 8:21 PM */

package net.ripe.db.whois.common.generated;

import net.ripe.db.whois.common.rpsl.ParserHelper;

/*
  filename: import.flex

  description:
    Defines the tokenizer for an RPSL import attribute.  It was mostly
    stolen from the IRRToolSet, simplified by removing ability to parse
    things defined by a dictionary.

  notes:
    Tokens are defined in the associated grammar, import.y.
*/


/**
 * This class is a scanner generated by 
 * JFlex 1.4.3
 * on 2/08/15 8:21 PM from the specification file
 * /Users/benjamin/Uni/COMP3500/rpsl4j-parser/src/main/parser/jflex/import.flex
 */
public class ImportLexer implements net.ripe.db.whois.common.rpsl.AttributeLexer {

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

  /**
   * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
   * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
   *                  at the beginning of a line
   * l is of the form l = 2*k, k a non negative integer
   */
  private static final int ZZ_LEXSTATE[] = { 
     0, 0
  };

  /** 
   * Translates characters to character classes
   */
  private static final String ZZ_CMAP_PACKED = 
    "\11\0\1\35\1\35\25\0\1\15\11\0\1\54\1\33\1\57\1\16"+
    "\1\30\1\31\1\3\1\7\1\10\1\5\1\6\1\12\1\13\1\14"+
    "\1\11\1\4\1\34\2\0\1\40\3\0\1\1\1\50\1\43\1\37"+
    "\1\42\1\17\1\27\1\51\1\44\2\24\1\20\1\47\1\26\1\36"+
    "\1\25\1\24\1\22\1\2\1\21\1\52\1\46\1\24\1\45\1\41"+
    "\1\24\3\0\1\32\1\23\1\0\1\1\1\50\1\43\1\37\1\42"+
    "\1\17\1\27\1\51\1\44\2\24\1\20\1\47\1\26\1\36\1\25"+
    "\1\24\1\22\1\2\1\21\1\52\1\46\1\24\1\45\1\41\1\24"+
    "\1\55\1\0\1\56\1\53\uff81\0";

  /** 
   * Translates characters to character classes
   */
  private static final char [] ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED);

  /** 
   * Translates DFA states to action switch labels.
   */
  private static final int [] ZZ_ACTION = zzUnpackAction();

  private static final String ZZ_ACTION_PACKED_0 =
    "\1\0\1\1\2\2\1\3\1\4\5\2\2\1\2\2"+
    "\1\5\5\2\2\1\1\2\1\0\1\6\5\2\2\0"+
    "\12\2\1\7\1\10\1\11\1\2\1\12\2\2\1\13"+
    "\11\2\1\14\2\0\4\15\1\0\2\2\1\16\1\17"+
    "\4\2\1\0\1\20\2\2\1\0\1\2\1\21\5\2"+
    "\1\22\1\0\1\2\1\0\1\2\1\23\5\2\1\21"+
    "\1\0\3\2\1\24\1\2\4\0\2\15\1\25\5\2"+
    "\1\26\1\0\1\2\1\27\1\30\4\2\1\31\2\2"+
    "\3\0\1\2\1\32\2\2\1\33\3\2\1\34\1\2"+
    "\3\0\1\2\4\0\2\15\1\0\5\2\3\0\1\2"+
    "\1\0\4\2\3\0\5\2\3\0\1\2\5\0\2\15"+
    "\2\0\1\35\1\36\1\37\1\40\1\0\1\41\2\0"+
    "\1\42\1\43\2\2\1\44\3\0\1\45\1\46\3\2"+
    "\3\0\4\47\7\0\2\15\2\0\1\50\4\0\1\2"+
    "\1\51\3\0\3\2\2\0\6\47\5\0\2\15\4\25"+
    "\4\0\4\30\3\0\1\52\2\0\1\53\1\54\1\2"+
    "\1\55\1\56\1\0\4\47\3\0\2\15\2\25\1\0"+
    "\1\57\2\0\2\30\4\0\1\60\1\61\4\47\2\0"+
    "\2\15\2\25\2\0\4\41\1\0\2\30\1\0\4\43"+
    "\2\0\4\47\2\0\1\15\2\25\2\62\2\41\1\0"+
    "\2\30\2\43\2\0\4\47\2\0\2\25\1\0\2\41"+
    "\1\0\2\30\2\43\1\0\1\63\4\47\2\0\2\25"+
    "\1\62\2\41\2\30\2\43\4\47\2\0\2\25\2\41"+
    "\2\30\2\43\3\47\1\0\2\25\2\41\2\30\2\43"+
    "\1\47\1\25\2\41\1\30\2\43\2\41\2\43\1\41"+
    "\1\43";

  private static int [] zzUnpackAction() {
    int [] result = new int[421];
    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\60\0\140\0\220\0\300\0\360\0\u0120\0\u0150"+
    "\0\u0180\0\u01b0\0\u01e0\0\u0210\0\u0240\0\u0270\0\u02a0\0\u02d0"+
    "\0\u0300\0\u0330\0\u0360\0\u0390\0\u03c0\0\u03f0\0\u0420\0\u0450"+
    "\0\u0150\0\u0150\0\u0480\0\u04b0\0\u04e0\0\u0510\0\u0540\0\u0570"+
    "\0\u05a0\0\u05d0\0\u0600\0\u0630\0\u0660\0\u0690\0\u06c0\0\u06f0"+
    "\0\u0720\0\u0750\0\u0780\0\60\0\u07b0\0\60\0\u07e0\0\u0150"+
    "\0\u0810\0\u0840\0\60\0\u0870\0\u08a0\0\u08d0\0\u0900\0\u0930"+
    "\0\u0960\0\u0990\0\u09c0\0\u09f0\0\60\0\u0420\0\u0a20\0\u0a50"+
    "\0\u0a80\0\u0ab0\0\u0ae0\0\u0b10\0\u0b40\0\u0b70\0\u0150\0\u0150"+
    "\0\u0ba0\0\u0bd0\0\u0c00\0\u0c30\0\u0c60\0\u05a0\0\u0c90\0\u0cc0"+
    "\0\u0cf0\0\u0d20\0\u0d50\0\u0d80\0\u0db0\0\u0de0\0\u0e10\0\u0e40"+
    "\0\u0150\0\u0e70\0\u0ea0\0\u0ed0\0\u0f00\0\u0150\0\u0f30\0\u0f60"+
    "\0\u0f90\0\u0fc0\0\u0ff0\0\u0150\0\u1020\0\u1050\0\u1080\0\u10b0"+
    "\0\u0150\0\u10e0\0\u1110\0\u1140\0\u1170\0\u11a0\0\u11d0\0\u1200"+
    "\0\u1230\0\u1260\0\u1290\0\u12c0\0\u12f0\0\u1320\0\u0150\0\u1350"+
    "\0\u1380\0\u0150\0\u13b0\0\u13e0\0\u1410\0\u1440\0\u1470\0\u0150"+
    "\0\u14a0\0\u14d0\0\u1500\0\u1530\0\u1560\0\u1590\0\u0ed0\0\u15c0"+
    "\0\u15f0\0\u0150\0\u1620\0\u1650\0\u1680\0\u0150\0\u16b0\0\u16e0"+
    "\0\u1710\0\u1740\0\u1770\0\u17a0\0\u17d0\0\u1800\0\u1830\0\u1860"+
    "\0\u1890\0\u18c0\0\u18f0\0\u1920\0\u1950\0\u1980\0\u19b0\0\u19e0"+
    "\0\u1a10\0\u1a40\0\u1a70\0\u1aa0\0\u1ad0\0\u1b00\0\u1b30\0\u1b60"+
    "\0\u1b90\0\u1bc0\0\u1bf0\0\u1c20\0\u1c50\0\u1c80\0\u1cb0\0\u1ce0"+
    "\0\u1d10\0\u1d40\0\u1d70\0\u1da0\0\u1dd0\0\u1e00\0\u1e30\0\u1e60"+
    "\0\u1e90\0\u1ec0\0\u1ef0\0\u1f20\0\u1f50\0\u0150\0\u0150\0\u0150"+
    "\0\u0150\0\u1f80\0\u1fb0\0\u1fe0\0\u2010\0\u0150\0\u2040\0\u2070"+
    "\0\u20a0\0\u20d0\0\u2100\0\u2130\0\u2160\0\u0150\0\u0150\0\u2190"+
    "\0\u21c0\0\u21f0\0\u2220\0\u2250\0\u2280\0\u0150\0\u22b0\0\u22e0"+
    "\0\u2310\0\u2340\0\u2370\0\u23a0\0\u23d0\0\u2400\0\u2430\0\u2460"+
    "\0\u2490\0\u24c0\0\u24f0\0\u2520\0\u2550\0\u2580\0\u25b0\0\u25e0"+
    "\0\u2610\0\u2640\0\u0150\0\u2670\0\u26a0\0\u26d0\0\u2700\0\u2730"+
    "\0\u2760\0\u2790\0\u27c0\0\60\0\u27f0\0\u2820\0\u2850\0\u2880"+
    "\0\u28b0\0\u28e0\0\u2910\0\u2940\0\u2970\0\u29a0\0\u29d0\0\u2a00"+
    "\0\u2a30\0\u2a60\0\u2a90\0\u2ac0\0\u2af0\0\u2b20\0\u2b50\0\u2b80"+
    "\0\u2bb0\0\u2be0\0\u2c10\0\u2c40\0\u2c70\0\u2ca0\0\u2cd0\0\u0150"+
    "\0\u2d00\0\u2d30\0\60\0\u0150\0\u2d60\0\u0150\0\60\0\u2d90"+
    "\0\u2dc0\0\u2df0\0\u2e20\0\u2e50\0\u2e80\0\u2eb0\0\u2ee0\0\u2f10"+
    "\0\u2f40\0\u2f70\0\u2fa0\0\u2fd0\0\u3000\0\u3030\0\u3060\0\u3090"+
    "\0\u30c0\0\u30f0\0\u3120\0\u3150\0\u3180\0\60\0\u0150\0\u31b0"+
    "\0\u31e0\0\u3210\0\u3240\0\u3270\0\u32a0\0\u32d0\0\u3300\0\u3330"+
    "\0\u3360\0\u3390\0\u33c0\0\u33f0\0\u3420\0\u3450\0\u3480\0\u34b0"+
    "\0\u34e0\0\u3510\0\u3540\0\u3570\0\u35a0\0\u35d0\0\u3600\0\u3630"+
    "\0\u3660\0\u3690\0\u36c0\0\u36f0\0\u3720\0\u3750\0\u3780\0\u37b0"+
    "\0\u37e0\0\u3810\0\u3840\0\60\0\u3870\0\u38a0\0\u38d0\0\u3900"+
    "\0\u3930\0\u3960\0\u3990\0\u39c0\0\u39f0\0\u3a20\0\u3a50\0\u3a80"+
    "\0\u3ab0\0\u3ae0\0\u3b10\0\u3b40\0\u3b70\0\u3ba0\0\u3bd0\0\u3c00"+
    "\0\u3c30\0\u3c60\0\u3c90\0\u3cc0\0\u3cf0\0\u3d20\0\60\0\u3d50"+
    "\0\u3d80\0\u3db0\0\u3de0\0\u3e10\0\u3e40\0\u3e70\0\u3ea0\0\u3ba0"+
    "\0\u3ed0\0\u3f00\0\u3f30\0\u3f60\0\u3f90\0\u3fc0\0\u3ff0\0\u4020"+
    "\0\u4050\0\u4080\0\u40b0\0\u40e0\0\u4110\0\u4140\0\u4170\0\u41a0"+
    "\0\u41d0\0\u4200\0\u4230\0\u4260\0\u4290\0\u42c0\0\u42f0\0\u4320"+
    "\0\u4350\0\u4380\0\u43b0\0\u43e0\0\u4410\0\u4440\0\u4470\0\u44a0"+
    "\0\u44d0\0\u4500\0\u4530\0\u4560\0\u4590\0\u45c0\0\u45f0\0\u4620"+
    "\0\u4650\0\u4680\0\u46b0\0\u46e0\0\u4710";

  private static int [] zzUnpackRowMap() {
    int [] result = new int[421];
    int offset = 0;
    offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result);
    return result;
  }

  private static int zzUnpackRowMap(String packed, int offset, int [] result) {
    int i = 0;  /* index in packed string  */
    int j = offset;  /* index in unpacked array */
    int l = packed.length();
    while (i < l) {
      int high = packed.charAt(i++) << 16;
      result[j++] = high | packed.charAt(i++);
    }
    return j;
  }

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

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

  private static int [] zzUnpackTrans() {
    int [] result = new int[18240];
    int offset = 0;
    offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result);
    return result;
  }

  private static int zzUnpackTrans(String packed, int offset, int [] result) {
    int i = 0;       /* index in packed string  */
    int j = offset;  /* index in unpacked array */
    int l = packed.length();
    while (i < l) {
      int count = packed.charAt(i++);
      int value = packed.charAt(i++);
      value--;
      do result[j++] = value; while (--count > 0);
    }
    return j;
  }


  /* error codes */
  private static final int ZZ_UNKNOWN_ERROR = 0;
  private static final int ZZ_NO_MATCH = 1;
  private static final int ZZ_PUSHBACK_2BIG = 2;

  /* error messages for the codes above */
  private static final String ZZ_ERROR_MSG[] = {
    "Unkown internal scanner error",
    "Error: could not match input",
    "Error: pushback value was too large"
  };

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

  private static final String ZZ_ATTRIBUTE_PACKED_0 =
    "\1\0\1\11\26\1\1\0\6\1\2\0\12\1\1\11"+
    "\1\1\1\11\4\1\1\11\11\1\1\11\2\0\4\1"+
    "\1\0\10\1\1\0\3\1\1\0\10\1\1\0\1\1"+
    "\1\0\10\1\1\0\5\1\4\0\11\1\1\0\12\1"+
    "\3\0\12\1\3\0\1\1\4\0\2\1\1\0\5\1"+
    "\3\0\1\1\1\0\4\1\3\0\5\1\3\0\1\1"+
    "\5\0\2\1\2\0\4\1\1\0\1\1\2\0\5\1"+
    "\3\0\5\1\3\0\4\1\7\0\2\1\2\0\1\1"+
    "\4\0\2\1\3\0\3\1\2\0\1\11\5\1\5\0"+
    "\6\1\4\0\4\1\3\0\1\1\2\0\1\11\3\1"+
    "\1\11\1\0\4\1\3\0\4\1\1\0\1\1\2\0"+
    "\2\1\4\0\1\11\5\1\2\0\4\1\2\0\4\1"+
    "\1\0\2\1\1\0\4\1\2\0\4\1\2\0\4\1"+
    "\1\11\2\1\1\0\4\1\2\0\4\1\2\0\2\1"+
    "\1\0\2\1\1\0\4\1\1\0\1\11\4\1\2\0"+
    "\15\1\2\0\13\1\1\0\25\1";

  private static int [] zzUnpackAttribute() {
    int [] result = new int[421];
    int offset = 0;
    offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result);
    return result;
  }

  private static int zzUnpackAttribute(String packed, int offset, int [] result) {
    int i = 0;       /* index in packed string  */
    int j = offset;  /* index in unpacked array */
    int l = packed.length();
    while (i < l) {
      int count = packed.charAt(i++);
      int value = packed.charAt(i++);
      do result[j++] = value; while (--count > 0);
    }
    return j;
  }

  /** the input device */
  private java.io.Reader zzReader;

  /** the current state of the DFA */
  private int zzState;

  /** the current lexical state */
  private int zzLexicalState = YYINITIAL;

  /** this buffer contains the current text to be matched and is
      the source of the yytext() string */
  private char zzBuffer[] = new char[ZZ_BUFFERSIZE];

  /** the textposition at the last accepting state */
  private int zzMarkedPos;

  /** the current text position in the buffer */
  private int zzCurrentPos;

  /** startRead marks the beginning of the yytext() string in the buffer */
  private int zzStartRead;

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

  /** number of newlines encountered up to the start of the matched text */
  private int yyline;

  /** the number of characters up to the start of the matched text */
  private int yychar;

  /**
   * the number of characters from the last newline up to the start of the 
   * matched text
   */
  private int yycolumn;

  /** 
   * zzAtBOL == true <=> the scanner is currently at the beginning of a line
   */
  private boolean zzAtBOL = true;

  /** zzAtEOF == true <=> the scanner is at the EOF */
  private boolean zzAtEOF;

  /** denotes if the user-EOF-code has already been executed */
  private boolean zzEOFDone;

  /* user code: */
    /* store a reference to the parser object */
    private ImportParser yyparser;

    /* constructor taking an additional parser object */
    public ImportLexer(java.io.Reader r, ImportParser yyparser) {
        this(r);
        this.yyparser = yyparser;
    }

    /* assign value associated with current token to the external parser variable yylval. */
    private void storeTokenValue() {
        if ((this.yyparser != null) && (this.yyparser.yylval != null)) {
            yyparser.yylval.sval = yytext();
        }
    }


  /**
   * Creates a new scanner
   * There is also a java.io.InputStream version of this constructor.
   *
   * @param   in  the java.io.Reader to read input from.
   */
  public ImportLexer(java.io.Reader in) {
    this.zzReader = in;
  }

  /**
   * Creates a new scanner.
   * There is also java.io.Reader version of this constructor.
   *
   * @param   in  the java.io.Inputstream to read input from.
   */
  public ImportLexer(java.io.InputStream in) {
    this(new java.io.InputStreamReader(in));
  }

  /** 
   * Unpacks the compressed character translation table.
   *
   * @param packed   the packed character translation table
   * @return         the unpacked character translation table
   */
  private static char [] zzUnpackCMap(String packed) {
    char [] map = new char[0x10000];
    int i = 0;  /* index in packed string  */
    int j = 0;  /* index in unpacked array */
    while (i < 170) {
      int  count = packed.charAt(i++);
      char value = packed.charAt(i++);
      do map[j++] = value; while (--count > 0);
    }
    return map;
  }


  /**
   * Refills the input buffer.
   *
   * @return      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) {
      System.arraycopy(zzBuffer, zzStartRead,
                       zzBuffer, 0,
                       zzEndRead-zzStartRead);

      /* translate stored positions */
      zzEndRead-= zzStartRead;
      zzCurrentPos-= zzStartRead;
      zzMarkedPos-= zzStartRead;
      zzStartRead = 0;
    }

    /* is the buffer big enough? */
    if (zzCurrentPos >= zzBuffer.length) {
      /* if not: blow it up */
      char newBuffer[] = new char[zzCurrentPos*2];
      System.arraycopy(zzBuffer, 0, newBuffer, 0, zzBuffer.length);
      zzBuffer = newBuffer;
    }

    /* finally: fill the buffer with new input */
    int numRead = zzReader.read(zzBuffer, zzEndRead,
                                            zzBuffer.length-zzEndRead);

    if (numRead > 0) {
      zzEndRead+= numRead;
      return false;
    }
    // unlikely but not impossible: read 0 characters, but not at end of stream    
    if (numRead == 0) {
      int c = zzReader.read();
      if (c == -1) {
        return true;
      } else {
        zzBuffer[zzEndRead++] = (char) c;
        return false;
      }     
    }

	// numRead < 0
    return true;
  }

    
  /**
   * Closes the input stream.
   */
  public final void yyclose() throws java.io.IOException {
    zzAtEOF = true;            /* indicate end of file */
    zzEndRead = zzStartRead;  /* invalidate buffer    */

    if (zzReader != null)
      zzReader.close();
  }


  /**
   * Resets the scanner to read from a new input stream.
   * Does not close the old reader.
   *
   * All internal variables are reset, the old input stream 
   * cannot be reused (internal buffer is discarded and lost).
   * Lexical state is set to ZZ_INITIAL.
   *
   * @param reader   the new input stream 
   */
  public final void yyreset(java.io.Reader reader) {
    zzReader = reader;
    zzAtBOL  = true;
    zzAtEOF  = false;
    zzEOFDone = false;
    zzEndRead = zzStartRead = 0;
    zzCurrentPos = zzMarkedPos = 0;
    yyline = yychar = yycolumn = 0;
    zzLexicalState = YYINITIAL;
  }


  /**
   * Returns the current lexical state.
   */
  public final int yystate() {
    return zzLexicalState;
  }


  /**
   * Enters a new lexical state
   *
   * @param newState the new lexical state
   */
  public final void yybegin(int newState) {
    zzLexicalState = newState;
  }


  /**
   * Returns the text matched by the current regular expression.
   */
  public final String yytext() {
    return new String( zzBuffer, zzStartRead, zzMarkedPos-zzStartRead );
  }


  /**
   * Returns the character at position pos from the 
   * matched text. 
   * 
   * It is equivalent to yytext().charAt(pos), but faster
   *
   * @param pos the position of the character to fetch. 
   *            A value from 0 to yylength()-1.
   *
   * @return the character at position pos
   */
  public final char yycharat(int pos) {
    return zzBuffer[zzStartRead+pos];
  }


  /**
   * Returns the length of the matched text region.
   */
  public final int yylength() {
    return zzMarkedPos-zzStartRead;
  }


  /**
   * Reports an error that occured while scanning.
   *
   * In a wellformed scanner (no or only correct usage of 
   * yypushback(int) and a match-all fallback rule) this method 
   * will only be called with things that "Can't Possibly Happen".
   * If this method is called, something is seriously wrong
   * (e.g. a JFlex bug producing a faulty scanner etc.).
   *
   * Usual syntax/scanner level error handling should be done
   * in error fallback rules.
   *
   * @param   errorCode  the code of the errormessage to display
   */
  private void zzScanError(int errorCode) {
    String message;
    try {
      message = ZZ_ERROR_MSG[errorCode];
    }
    catch (ArrayIndexOutOfBoundsException e) {
      message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR];
    }

    throw new Error(message);
  } 


  /**
   * Pushes the specified amount of characters back into the input stream.
   *
   * They will be read again by then next call of the scanning method
   *
   * @param number  the number of characters to be read again.
   *                This number must not be greater than yylength()!
   */
  public void yypushback(int number)  {
    if ( number > yylength() )
      zzScanError(ZZ_PUSHBACK_2BIG);

    zzMarkedPos -= number;
  }


  /**
   * 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;
    char [] zzCMapL = ZZ_CMAP;

    int [] zzTransL = ZZ_TRANS;
    int [] zzRowMapL = ZZ_ROWMAP;
    int [] zzAttrL = ZZ_ATTRIBUTE;

    while (true) {
      zzMarkedPosL = zzMarkedPos;

      yychar+= zzMarkedPosL-zzStartRead;

      boolean zzR = false;
      for (zzCurrentPosL = zzStartRead; zzCurrentPosL < zzMarkedPosL;
                                                             zzCurrentPosL++) {
        switch (zzBufferL[zzCurrentPosL]) {
        case '\u000B':
        case '\u000C':
        case '\u0085':
        case '\u2028':
        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++;
        }
      }

      if (zzR) {
        // peek one character ahead if it is \n (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];


      zzForAction: {
        while (true) {
    
          if (zzCurrentPosL < zzEndReadL)
            zzInput = zzBufferL[zzCurrentPosL++];
          else if (zzAtEOF) {
            zzInput = YYEOF;
            break zzForAction;
          }
          else {
            // store back cached positions
            zzCurrentPos  = zzCurrentPosL;
            zzMarkedPos   = zzMarkedPosL;
            boolean eof = zzRefill();
            // get translated positions and possibly new buffer
            zzCurrentPosL  = zzCurrentPos;
            zzMarkedPosL   = zzMarkedPos;
            zzBufferL      = zzBuffer;
            zzEndReadL     = zzEndRead;
            if (eof) {
              zzInput = YYEOF;
              break zzForAction;
            }
            else {
              zzInput = zzBufferL[zzCurrentPosL++];
            }
          }
          int zzNext = zzTransL[ zzRowMapL[zzState] + zzCMapL[zzInput] ];
          if (zzNext == -1) break zzForAction;
          zzState = zzNext;

          int zzAttributes = zzAttrL[zzState];
          if ( (zzAttributes & 1) == 1 ) {
            zzAction = zzState;
            zzMarkedPosL = zzCurrentPosL;
            if ( (zzAttributes & 8) == 8 ) break zzForAction;
          }

        }
      }

      // store back cached position
      zzMarkedPos = zzMarkedPosL;

      switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) {
        case 28: 
          { return ImportParser.KEYW_INTO;
          }
        case 52: break;
        case 44: 
          { return ImportParser.KEYW_CONTAINS;
          }
        case 53: break;
        case 50: 
          { ParserHelper.validateIpv4PrefixRange(yytext());
    return ImportParser.TKN_PRFXV4RNG;
          }
        case 54: break;
        case 47: 
          { ParserHelper.validateIpv4Prefix(yytext());
    return ImportParser.TKN_PRFXV4;
          }
        case 55: break;
        case 25: 
          { return ImportParser.TKN_PREF;
          }
        case 56: break;
        case 21: 
          { return ImportParser.TKN_ASNAME;
          }
        case 57: break;
        case 26: 
          { ParserHelper.validateRangeMoreSpecificsOperators(yytext());
    return ImportParser.OP_MS;
          }
        case 58: break;
        case 24: 
          { return ImportParser.TKN_RSNAME;
          }
        case 59: break;
        case 9: 
          { return ImportParser.OP_MS;
          }
        case 60: break;
        case 27: 
          { return ImportParser.TKN_COST;
          }
        case 61: break;
        case 6: 
          { return ImportParser.KEYW_AT;
          }
        case 62: break;
        case 17: 
          { return ImportParser.TKN_PROTOCOL;
          }
        case 63: break;
        case 3: 
          { storeTokenValue();
    return ImportParser.TKN_INT;
          }
        case 64: break;
        case 12: 
          { return ImportParser.ASPATH_POSTFIX;
          }
        case 65: break;
        case 4: 
          { ;
          }
        case 66: break;
        case 10: 
          { return ImportParser.OP_OR;
          }
        case 67: break;
        case 48: 
          { return ImportParser.KEYW_NO_EXPORT;
          }
        case 68: break;
        case 15: 
          { return ImportParser.KEYW_ANY;
          }
        case 69: break;
        case 22: 
          { return ImportParser.KEYW_SELF;
          }
        case 70: break;
        case 13: 
          { ParserHelper.validateAsNumber(yytext());
    return ImportParser.TKN_ASNO;
          }
        case 71: break;
        case 30: 
          { return ImportParser.KEYW_APPEND;
          }
        case 72: break;
        case 16: 
          { ParserHelper.validateCommunity(yytext());
    return ImportParser.TKN_COMM_NO;
          }
        case 73: break;
        case 33: 
          { return ImportParser.TKN_FLTRNAME;
          }
        case 74: break;
        case 5: 
          { return ImportParser.OP_EQUAL;
          }
        case 75: break;
        case 8: 
          { ParserHelper.validateMoreSpecificsOperator(yytext());
    return ImportParser.OP_MS;
          }
        case 76: break;
        case 20: 
          { return ImportParser.TKN_MED;
          }
        case 77: break;
        case 19: 
          { return ImportParser.TKN_DPA;
          }
        case 78: break;
        case 35: 
          { return ImportParser.TKN_PRNGNAME;
          }
        case 79: break;
        case 41: 
          { return ImportParser.KEYW_PREPEND;
          }
        case 80: break;
        case 46: 
          { return ImportParser.KEYW_IGP_COST;
          }
        case 81: break;
        case 42: 
          { return ImportParser.KEYW_PROTOCOL;
          }
        case 82: break;
        case 23: 
          { return ImportParser.KEYW_FROM;
          }
        case 83: break;
        case 14: 
          { return ImportParser.OP_AND;
          }
        case 84: break;
        case 18: 
          { return ImportParser.OP_NOT;
          }
        case 85: break;
        case 38: 
          { return ImportParser.KEYW_EXCEPT;
          }
        case 86: break;
        case 1: 
          { return yytext().charAt(0);
          }
        case 87: break;
        case 36: 
          { return ImportParser.KEYW_PEERAS;
          }
        case 88: break;
        case 40: 
          { ParserHelper.validateIpv4(yytext());
    return ImportParser.TKN_IPV4;
          }
        case 89: break;
        case 43: 
          { return ImportParser.TKN_NEXT_HOP;
          }
        case 90: break;
        case 49: 
          { return ImportParser.TKN_COMMUNITY;
          }
        case 91: break;
        case 37: 
          { return ImportParser.KEYW_DELETE;
          }
        case 92: break;
        case 7: 
          { return ImportParser.OP_APPEND;
          }
        case 93: break;
        case 32: 
          { return ImportParser.KEYW_ACCEPT;
          }
        case 94: break;
        case 51: 
          { return ImportParser.KEYW_NO_ADVERTISE;
          }
        case 95: break;
        case 2: 
          { ParserHelper.validateDomainNameLabel(yytext());
    storeTokenValue();
    return ImportParser.TKN_DNS;
          }
        case 96: break;
        case 29: 
          { return ImportParser.TKN_ASPATH;
          }
        case 97: break;
        case 34: 
          { return ImportParser.KEYW_REFINE;
          }
        case 98: break;
        case 45: 
          { return ImportParser.KEYW_INTERNET;
          }
        case 99: break;
        case 39: 
          { ParserHelper.validateAsRange(yytext());
    return ImportParser.TKN_ASRANGE;
          }
        case 100: break;
        case 31: 
          { return ImportParser.KEYW_ACTION;
          }
        case 101: break;
        case 11: 
          { return ImportParser.OP_COMPARE;
          }
        case 102: break;
        default: 
          if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
            zzAtEOF = true;
            zzDoEOF();
              { return 0; }
          } 
          else {
            zzScanError(ZZ_NO_MATCH);
          }
      }
    }
  }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy