Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/* 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: export.flex
description:
Defines the tokenizer for an RPSL export attribute. It was mostly
stolen from the IRRToolSet, simplified by removing ability to parse
things defined by a dictionary.
to generate ExportLexer.Java class:
bin/jflex -d ~/git/Whois/whois-update/src/main/java/net/ripe/db/whois/update/parser ~/git/Whois/whois-update/src/main/resources/jflex/export.flex
notes:
Tokens are defined in the associated grammar, export.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/export.flex
*/
public class ExportLexer 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\52\1\44\2\24\1\20\1\51\1\26\1\36"+
"\1\25\1\24\1\22\1\2\1\21\1\47\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\52\1\44\2\24\1\20\1\51\1\26\1\36\1\25"+
"\1\24\1\22\1\2\1\21\1\47\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\6\2\2\1\2\2"+
"\1\5\4\2\2\1\1\2\1\0\1\6\5\2\2\0"+
"\1\2\1\7\10\2\1\10\1\11\1\12\1\2\1\13"+
"\2\2\1\14\10\2\1\15\2\0\4\16\1\0\3\2"+
"\1\17\1\20\3\2\1\0\1\21\1\2\1\0\1\2"+
"\1\22\5\2\1\23\1\0\1\2\1\0\1\2\1\24"+
"\4\2\1\22\1\0\4\2\1\25\4\0\2\16\1\26"+
"\5\2\1\27\1\0\1\2\1\30\4\2\1\31\2\2"+
"\3\0\1\2\1\32\1\2\1\33\3\2\1\34\1\2"+
"\3\0\1\2\4\0\2\16\1\0\5\2\3\0\1\2"+
"\1\0\4\2\3\0\4\2\3\0\1\2\5\0\2\16"+
"\2\0\1\35\1\36\1\2\1\37\1\0\1\40\2\0"+
"\1\41\1\42\2\2\1\43\3\0\1\44\3\2\3\0"+
"\4\45\7\0\2\16\2\0\1\2\1\46\4\0\1\2"+
"\1\47\3\0\3\2\2\0\6\45\5\0\2\16\4\26"+
"\1\0\1\50\3\0\4\30\3\0\1\51\2\0\1\52"+
"\1\53\1\2\1\54\1\55\1\0\4\45\3\0\2\16"+
"\2\26\1\0\1\56\2\0\2\30\4\0\1\57\1\60"+
"\4\45\2\0\2\16\2\26\2\0\4\40\1\0\2\30"+
"\1\0\4\42\2\0\4\45\2\0\1\16\2\26\2\61"+
"\2\40\1\0\2\30\2\42\2\0\4\45\2\0\2\26"+
"\1\0\2\40\1\0\2\30\2\42\1\0\1\62\4\45"+
"\2\0\2\26\1\61\2\40\2\30\2\42\4\45\2\0"+
"\2\26\2\40\2\30\2\42\3\45\1\0\2\26\2\40"+
"\2\30\2\42\1\45\1\26\2\40\1\30\2\42\2\40"+
"\2\42\1\40\1\42";
private static int [] zzUnpackAction() {
int [] result = new int[416];
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\u0150\0\u0600\0\u0630\0\u0660\0\u0690\0\u06c0"+
"\0\u06f0\0\u0720\0\u0750\0\60\0\u0780\0\60\0\u07b0\0\u0150"+
"\0\u07e0\0\u0810\0\60\0\u0840\0\u0870\0\u08a0\0\u08d0\0\u0900"+
"\0\u0930\0\u0960\0\u0990\0\60\0\u0420\0\u09c0\0\u09f0\0\u0a20"+
"\0\u0a50\0\u0a80\0\u0ab0\0\u0ae0\0\u0b10\0\u0b40\0\u0150\0\u0150"+
"\0\u0b70\0\u0ba0\0\u0bd0\0\u0c00\0\u05a0\0\u0c30\0\u0c60\0\u0c90"+
"\0\u0cc0\0\u0cf0\0\u0d20\0\u0d50\0\u0d80\0\u0db0\0\u0150\0\u0de0"+
"\0\u0e10\0\u0e40\0\u0e70\0\u0150\0\u0ea0\0\u0ed0\0\u0f00\0\u0f30"+
"\0\u0150\0\u0f60\0\u0f90\0\u0fc0\0\u0ff0\0\u1020\0\u0150\0\u1050"+
"\0\u1080\0\u10b0\0\u10e0\0\u1110\0\u1140\0\u1170\0\u11a0\0\u11d0"+
"\0\u1200\0\u1230\0\u1260\0\u0150\0\u1290\0\u12c0\0\u12f0\0\u1320"+
"\0\u1350\0\u1380\0\u13b0\0\u0150\0\u13e0\0\u1410\0\u1440\0\u1470"+
"\0\u14a0\0\u14d0\0\u0e40\0\u1500\0\u0150\0\u1530\0\u1560\0\u1590"+
"\0\u0150\0\u15c0\0\u15f0\0\u1620\0\u1650\0\u1680\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\u0150"+
"\0\u0150\0\u1e60\0\u0150\0\u1e90\0\u1ec0\0\u1ef0\0\u1f20\0\u0150"+
"\0\u1f50\0\u1f80\0\u1fb0\0\u1fe0\0\u2010\0\u2040\0\u2070\0\u0150"+
"\0\u20a0\0\u20d0\0\u2100\0\u2130\0\u2160\0\u2190\0\u0150\0\u21c0"+
"\0\u21f0\0\u2220\0\u2250\0\u2280\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\u0150\0\u25b0\0\u25e0\0\u2610"+
"\0\u2640\0\u2670\0\u26a0\0\u26d0\0\u2700\0\60\0\u2730\0\u2760"+
"\0\u2790\0\u27c0\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\u0150"+
"\0\u2a60\0\u2a90\0\u2ac0\0\u2af0\0\u2b20\0\u2b50\0\u2b80\0\u2bb0"+
"\0\u2be0\0\u2c10\0\u0150\0\u2c40\0\u2c70\0\60\0\u0150\0\u2ca0"+
"\0\u0150\0\60\0\u2cd0\0\u2d00\0\u2d30\0\u2d60\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\60\0\u0150\0\u30f0\0\u3120\0\u3150\0\u3180\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\60\0\u37b0"+
"\0\u37e0\0\u3810\0\u3840\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\60\0\u3c90\0\u3cc0\0\u3cf0\0\u3d20\0\u3d50\0\u3d80"+
"\0\u3db0\0\u3de0\0\u3ae0\0\u3e10\0\u3e40\0\u3e70\0\u3ea0\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";
private static int [] zzUnpackRowMap() {
int [] result = new int[416];
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\1\10"+
"\1\11\1\12\1\2\1\10\1\13\1\14\1\10\1\15"+
"\1\2\1\16\2\2\1\6\1\17\1\20\1\21\2\10"+
"\1\22\1\23\3\10\1\24\1\25\1\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\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\12\10\6\0"+
"\14\10\1\0\1\31\4\10\1\0\4\10\6\0\1\43"+
"\1\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\1\64\1\10\1\0\7\10\1\65\2\10\6\0"+
"\1\10\1\66\12\10\1\0\1\31\4\10\1\0\2\10"+
"\1\67\1\70\6\0\2\10\1\0\12\10\6\0\14\10"+
"\1\0\1\31\4\10\1\0\3\10\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"+
"\40\0\1\74\20\0\1\74\1\75\46\0\1\76\14\0"+
"\2\10\1\77\1\100\1\101\1\102\2\101\4\100\1\0"+
"\1\103\4\10\1\0\1\10\1\104\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\105\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\106\1\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\12\10\6\0\1\112\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\113\2\10\1\0\4\10"+
"\6\0\2\10\1\0\12\10\10\0\12\114\46\0\12\115"+
"\44\0\14\10\1\0\1\31\2\10\1\116\1\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\6\0\14\10\1\0"+
"\1\117\4\10\1\0\4\10\6\0\2\10\1\0\12\10"+
"\6\0\14\10\1\0\1\31\1\120\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\121\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\122\1\10\6\0\1\123\1\10\1\0\1\10\1\124"+
"\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\125\10\10\6\0\14\10"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\10\10\1\126\1\10\6\0\14\10\1\0\1\31\2\10"+
"\1\127\1\10\1\130\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\131\5\10\10\0\12\55\1\0"+
"\1\132\42\0\14\10\1\0\1\31\4\10\1\0\1\10"+
"\1\133\2\10\6\0\2\10\1\0\12\10\6\0\1\134"+
"\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\135"+
"\2\10\1\0\4\10\6\0\2\10\1\0\12\10\6\0"+
"\1\10\1\136\12\10\1\0\1\31\4\10\1\0\2\10"+
"\1\137\1\10\6\0\2\10\1\0\10\10\1\140\1\10"+
"\6\0\14\10\1\0\1\31\2\10\1\141\1\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\6\0\14\10\1\0"+
"\1\142\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\143\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\144\1\0\1\10\1\145\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\146\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\147\1\0"+
"\12\10\33\0\1\150\32\0\14\10\1\151\1\152\4\10"+
"\1\0\4\10\4\0\1\153\1\0\2\10\1\0\12\10"+
"\6\0\2\10\12\154\1\151\1\152\4\10\1\0\4\10"+
"\4\0\1\153\1\0\2\10\1\0\12\10\6\0\2\10"+
"\12\100\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\6\0\2\10\1\100\3\154"+
"\1\100\1\155\4\154\1\151\1\152\4\10\1\0\4\10"+
"\4\0\1\153\1\0\2\10\1\0\12\10\6\0\14\156"+
"\1\0\1\103\4\156\1\103\4\156\6\0\2\156\1\0"+
"\12\156\6\0\1\157\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\160\10\10\6\0\14\10\1\0\1\31\4\10\1\0"+
"\4\10\6\0\1\161\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"+
"\3\10\1\162\6\10\6\0\14\10\1\0\1\31\2\10"+
"\1\163\1\10\1\0\4\10\6\0\2\10\1\0\12\10"+
"\6\0\14\10\1\0\1\31\1\164\3\10\1\0\4\10"+
"\6\0\2\10\1\0\12\10\10\0\12\114\13\0\1\165"+
"\30\0\14\10\1\0\1\31\3\10\1\166\1\0\4\10"+
"\6\0\2\10\1\0\12\10\6\0\14\167\1\0\1\117"+
"\4\167\1\117\4\167\6\0\2\167\1\0\12\167\6\0"+
"\14\10\1\0\1\31\4\10\1\0\4\10\6\0\2\10"+
"\1\0\3\10\1\170\6\10\6\0\14\10\1\0\1\31"+
"\4\10\1\0\2\10\1\171\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\172\6\0\2\10\1\0\12\10\6\0\14\10\1\0"+
"\1\31\2\10\1\173\1\10\1\0\4\10\6\0\2\10"+
"\1\0\12\10\6\0\14\10\1\0\1\31\1\174\3\10"+
"\1\0\1\10\1\175\2\10\6\0\2\10\1\0\12\10"+
"\6\0\14\10\1\0\1\31\3\10\1\176\1\0\4\10"+
"\6\0\2\10\1\0\12\10\6\0\14\10\1\0\1\177"+
"\4\10\1\0\4\10\6\0\2\10\1\0\12\10\6\0"+
"\1\200\40\0\1\201\16\0\14\10\1\0\1\31\2\10"+
"\1\202\1\10\1\0\4\10\6\0\2\10\1\0\12\10"+
"\10\0\12\203\44\0\14\10\1\0\1\31\1\141\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\204\10\10\6\0\14\10\1\0\1\31\2\10"+
"\1\205\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\206\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\10\10"+
"\1\207\1\10\6\0\14\10\1\0\1\31\4\10\1\0"+
"\4\10\6\0\2\10\1\0\3\10\1\210\6\10\6\0"+
"\14\10\1\0\1\31\4\10\1\0\4\10\6\0\1\211"+
"\1\10\1\0\1\10\1\212\10\10\6\0\14\10\1\0"+
"\1\31\4\10\1\0\1\10\1\141\2\10\6\0\2\10"+
"\1\0\12\10\6\0\14\10\1\0\1\31\4\10\1\213"+
"\4\10\6\0\2\10\1\0\12\10\6\0\5\10\1\141"+
"\6\10\1\0\1\31\4\10\1\0\4\10\6\0\2\10"+
"\1\0\12\10\26\0\1\214\53\0\1\151\1\215\42\0"+
"\1\216\13\10\1\215\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\6\0\1\217\15\0\1\220\2\0"+
"\1\221\2\0\1\222\33\0\2\10\12\223\1\151\1\152"+
"\4\10\1\0\4\10\4\0\1\153\1\0\2\10\1\0"+
"\12\10\6\0\2\10\1\154\1\224\10\154\1\151\1\152"+
"\4\10\1\0\4\10\4\0\1\153\1\0\2\10\1\0"+
"\12\10\6\0\14\156\1\0\1\103\4\156\1\103\4\156"+
"\4\0\1\225\1\0\2\156\1\0\12\156\6\0\14\10"+
"\1\0\1\31\2\10\1\226\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\227\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\6\10\1\230\3\10\6\0\14\10\1\0"+
"\1\31\4\10\1\0\4\10\6\0\1\231\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\3\10\1\232\6\10\10\0\12\233"+
"\44\0\14\10\1\0\1\234\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\6\0\14\167\1\0\1\117\4\167"+
"\1\117\4\167\4\0\1\235\1\0\2\167\1\0\12\167"+
"\6\0\14\10\1\0\1\31\4\10\1\0\2\10\1\236"+
"\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\141\6\0\2\10\1\0"+
"\12\10\6\0\14\10\1\0\1\237\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\240\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\241\10\10\6\0\1\242\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\243\12\10\1\0\1\31\4\10"+
"\1\0\4\10\6\0\1\10\1\243\1\0\12\10\44\0"+
"\1\244\65\0\1\245\13\0\14\10\1\0\1\31\4\10"+
"\1\246\4\10\6\0\2\10\1\0\12\10\6\0\14\10"+
"\1\0\1\31\2\10\1\247\1\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\6\0\1\250\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\6\10\1\251\3\10\6\0\1\10\1\141\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\252\1\0"+
"\4\10\6\0\2\10\1\0\12\10\50\0\1\253\72\0"+
"\1\74\1\254\1\0\1\255\13\0\1\215\43\0\1\10"+
"\1\256\12\10\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\7\0\1\257\75\0\1\260\41\0"+
"\1\261\77\0\1\262\17\0\1\263\16\0\2\10\12\264"+
"\1\151\1\152\4\10\1\0\4\10\4\0\1\153\1\0"+
"\2\10\1\0\12\10\6\0\2\10\1\223\1\264\1\223"+
"\1\265\2\223\4\264\1\151\1\152\4\10\1\0\4\10"+
"\4\0\1\153\1\0\2\10\1\0\12\10\6\0\1\266"+
"\23\0\1\267\33\0\14\10\1\0\1\31\4\10\1\0"+
"\4\10\6\0\2\10\1\0\11\10\1\270\6\0\14\10"+
"\1\0\1\31\4\10\1\0\4\10\6\0\1\10\1\271"+
"\1\0\12\10\6\0\14\10\1\0\1\31\4\10\1\0"+
"\2\10\1\272\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\273\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\2\10\1\141"+
"\7\10\10\0\12\233\13\0\1\274\30\0\14\275\1\0"+
"\1\234\4\275\1\234\4\275\6\0\2\275\1\0\12\275"+
"\6\0\1\276\20\0\1\221\2\0\1\277\33\0\14\10"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\1\10\1\300\10\10\6\0\14\301\1\0\1\237\4\301"+
"\1\237\4\301\6\0\2\301\1\0\12\301\6\0\14\10"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\2\10\1\302\7\10\6\0\14\10\1\0\1\31\4\10"+
"\1\0\2\10\1\303\1\10\6\0\2\10\1\0\12\10"+
"\6\0\1\10\1\304\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\10\10"+
"\1\141\1\10\53\0\1\305\36\0\1\306\104\0\1\307"+
"\6\0\14\10\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\1\10\1\310\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\311\6\10\6\0\14\10\1\0\1\31\4\10\1\0"+
"\2\10\1\312\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\313\1\10"+
"\6\0\2\10\1\0\12\10\43\0\1\314\65\0\1\315"+
"\11\0\1\74\3\0\1\316\56\0\2\10\1\317\1\320"+
"\1\321\1\322\2\321\4\320\1\0\1\31\4\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\10\0\1\323\1\324"+
"\1\325\1\326\2\325\4\324\1\0\1\103\62\0\1\327"+
"\54\0\1\117\67\0\1\330\73\0\1\331\16\0\2\10"+
"\12\332\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\6\0\2\10\1\264\1\333"+
"\10\264\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\7\0\1\334\117\0\1\335"+
"\16\0\14\10\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\2\10\1\336\7\10\10\0\12\337\44\0"+
"\14\275\1\0\1\234\4\275\1\234\4\275\4\0\1\340"+
"\1\0\2\275\1\0\12\275\7\0\1\341\117\0\1\342"+
"\16\0\14\301\1\0\1\237\4\301\1\237\4\301\4\0"+
"\1\343\1\0\2\301\1\0\12\301\6\0\14\10\1\0"+
"\1\31\4\10\1\0\4\10\6\0\1\344\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\345\1\0\12\10\6\0\14\10\1\0"+
"\1\31\4\10\1\0\4\10\4\0\1\153\1\0\2\10"+
"\1\0\12\10\47\0\1\346\53\0\1\347\57\0\1\350"+
"\22\0\14\10\1\0\1\31\4\10\1\0\2\10\1\351"+
"\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\352\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\353\10\10\7\0"+
"\1\354\103\0\1\355\34\0\1\356\1\357\1\360\1\361"+
"\2\360\4\357\44\0\2\10\12\362\1\0\1\31\4\10"+
"\1\0\4\10\6\0\2\10\1\0\12\10\6\0\2\10"+
"\12\320\1\0\1\31\4\10\1\0\4\10\6\0\2\10"+
"\1\0\12\10\6\0\2\10\1\320\3\362\1\320\1\363"+
"\4\362\1\0\1\31\4\10\1\0\4\10\6\0\2\10"+
"\1\0\12\10\41\0\1\153\26\0\12\364\17\0\1\153"+
"\26\0\12\324\17\0\1\153\26\0\1\324\3\364\1\324"+
"\1\365\4\364\17\0\1\153\45\0\1\366\64\0\1\367"+
"\52\0\1\370\36\0\2\10\12\371\1\151\1\152\4\10"+
"\1\0\4\10\4\0\1\153\1\0\2\10\1\0\12\10"+
"\6\0\2\10\1\332\1\371\4\332\1\371\1\332\1\372"+
"\1\371\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\10\0\1\373\1\374\1\375"+
"\1\376\2\375\4\374\1\0\1\103\103\0\1\377\16\0"+
"\14\10\1\0\1\31\4\10\1\0\4\10\6\0\2\10"+
"\1\0\1\10\1\u0100\10\10\10\0\12\337\14\0\1\u0101"+
"\27\0\1\u0102\15\0\1\220\5\0\1\u0103\35\0\1\u0104"+
"\1\u0105\1\u0106\1\u0107\2\u0106\4\u0105\105\0\1\u0108\16\0"+
"\1\u0109\23\0\1\u010a\33\0\14\10\1\0\1\31\1\10"+
"\1\u010b\2\10\1\0\4\10\6\0\2\10\1\0\12\10"+
"\27\0\1\u010c\57\0\1\u010d\62\0\1\u010e\33\0\1\10"+
"\1\u010f\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\u0110\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\u0111\1\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\26\0\1\u0112\57\0"+
"\1\u0113\41\0\12\u0114\46\0\12\357\46\0\1\357\3\u0114"+
"\1\357\1\u0115\4\u0114\44\0\2\10\12\u0116\1\0\1\31"+
"\4\10\1\0\4\10\6\0\2\10\1\0\12\10\6\0"+
"\2\10\1\362\1\u0117\10\362\1\0\1\31\4\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\10\0\12\u0118\17\0"+
"\1\153\26\0\1\364\1\u0119\10\364\17\0\1\153\41\0"+
"\1\234\57\0\1\237\42\0\1\u011a\57\0\2\10\12\u011b"+
"\1\151\1\152\4\10\1\0\4\10\4\0\1\153\1\0"+
"\2\10\1\0\12\10\6\0\2\10\1\371\1\u011b\4\371"+
"\1\u011b\2\371\1\u011c\1\151\1\152\4\10\1\0\4\10"+
"\4\0\1\153\1\0\2\10\1\0\12\10\41\0\1\225"+
"\26\0\12\u011d\17\0\1\225\26\0\12\374\17\0\1\225"+
"\26\0\1\374\3\u011d\1\374\1\u011e\4\u011d\17\0\1\225"+
"\45\0\1\u011f\40\0\12\u0120\45\0\1\u0121\117\0\1\u0122"+
"\51\0\1\235\26\0\12\u0123\17\0\1\235\26\0\12\u0105"+
"\17\0\1\235\26\0\1\u0105\3\u0123\1\u0105\1\u0124\4\u0123"+
"\17\0\1\235\45\0\1\u0125\37\0\1\u0126\77\0\1\262"+
"\17\0\1\u0127\36\0\1\u0128\57\0\1\u0129\37\0\14\10"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\1\u012a\11\10\63\0\1\74\4\0\12\u012b\46\0\1\u0114"+
"\1\u012c\10\u0114\44\0\2\10\12\u012d\1\0\1\31\4\10"+
"\1\0\4\10\6\0\2\10\1\0\12\10\6\0\2\10"+
"\1\u0116\1\u012d\1\u0116\1\u012e\2\u0116\4\u012d\1\0\1\31"+
"\4\10\1\0\4\10\6\0\2\10\1\0\12\10\10\0"+
"\12\u012f\17\0\1\153\26\0\1\u0118\1\u012f\1\u0118\1\u0130"+
"\2\u0118\4\u012f\17\0\1\153\25\0\1\323\56\0\2\10"+
"\12\u0131\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\6\0\2\10\1\u011b\3\u0131"+
"\1\u011b\1\u0132\4\u0131\1\151\1\152\4\10\1\0\4\10"+
"\4\0\1\153\1\0\2\10\1\0\12\10\10\0\12\u0133"+
"\17\0\1\225\26\0\1\u011d\1\u0134\10\u011d\17\0\1\225"+
"\24\0\1\u0135\61\0\12\u0120\15\0\1\u0136\30\0\1\u0137"+
"\1\u0138\1\u0139\1\u013a\2\u0139\4\u0138\105\0\1\u013b\20\0"+
"\12\u013c\17\0\1\235\26\0\1\u0123\1\u013d\10\u0123\17\0"+
"\1\235\24\0\1\u013e\61\0\1\u013f\1\u0140\1\u0141\1\u0142"+
"\2\u0141\4\u0140\105\0\1\u0143\61\0\1\u0144\16\0\12\u0145"+
"\46\0\1\u012b\1\u0145\1\u012b\1\u0146\2\u012b\4\u0145\44\0"+
"\2\10\12\u0147\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\6\0\2\10\1\u012d\1\u0148\10\u012d"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\12\10\10\0\12\u0149\17\0\1\153\26\0\1\u012f\1\u014a"+
"\10\u012f\17\0\1\153\24\0\2\10\12\77\1\151\1\152"+
"\4\10\1\0\4\10\4\0\1\153\1\0\2\10\1\0"+
"\12\10\6\0\2\10\1\u0131\1\u014b\10\u0131\1\151\1\152"+
"\4\10\1\0\4\10\4\0\1\153\1\0\2\10\1\0"+
"\12\10\10\0\12\u014c\17\0\1\225\26\0\1\u0133\1\u014c"+
"\1\u0133\1\u014d\2\u0133\4\u014c\17\0\1\225\25\0\1\373"+
"\60\0\12\u014e\1\0\1\u014f\14\0\1\u014f\60\0\1\340"+
"\26\0\12\u0150\17\0\1\340\26\0\12\u0138\17\0\1\340"+
"\26\0\1\u0138\3\u0150\1\u0138\1\u0151\4\u0150\17\0\1\340"+
"\45\0\1\u0152\40\0\12\u0153\17\0\1\235\26\0\1\u013c"+
"\1\u0153\1\u013c\1\u0154\2\u013c\4\u0153\17\0\1\235\25\0"+
"\1\u0104\111\0\1\343\26\0\12\u0155\17\0\1\343\26\0"+
"\12\u0140\17\0\1\343\26\0\1\u0140\3\u0155\1\u0140\1\u0156"+
"\4\u0155\17\0\1\343\45\0\1\u0157\37\0\1\u0158\60\0"+
"\12\u0159\46\0\1\u0145\1\u015a\10\u0145\44\0\2\10\12\u015b"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\12\10\6\0\2\10\1\u0147\1\u015b\4\u0147\1\u015b\1\u0147"+
"\1\u015c\1\u015b\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\10\0\12\u015d\17\0\1\153\26\0"+
"\1\u0149\1\u015d\4\u0149\1\u015d\1\u0149\1\u015e\1\u015d\17\0"+
"\1\153\24\0\2\10\1\77\1\10\4\77\1\10\1\77"+
"\2\10\1\151\1\152\4\10\1\0\4\10\4\0\1\153"+
"\1\0\2\10\1\0\12\10\10\0\12\u015f\17\0\1\225"+
"\26\0\1\u014c\1\u0160\10\u014c\17\0\1\225\26\0\12\u014e"+
"\1\0\1\u0161\44\0\12\u0162\17\0\1\340\26\0\1\u0150"+
"\1\u0163\10\u0150\17\0\1\340\24\0\1\u0164\61\0\12\u0165"+
"\17\0\1\235\26\0\1\u0153\1\u0166\10\u0153\17\0\1\235"+
"\26\0\12\u0167\17\0\1\343\26\0\1\u0155\1\u0168\10\u0155"+
"\17\0\1\343\24\0\1\u0169\120\0\1\u016a\20\0\12\u016b"+
"\46\0\1\u0159\1\u016b\4\u0159\1\u016b\1\u0159\1\u016c\1\u016b"+
"\44\0\2\10\12\u016d\1\0\1\31\4\10\1\0\4\10"+
"\6\0\2\10\1\0\12\10\6\0\2\10\1\u015b\1\u016d"+
"\4\u015b\1\u016d\2\u015b\1\u016e\1\0\1\31\4\10\1\0"+
"\4\10\6\0\2\10\1\0\12\10\10\0\12\u016f\17\0"+
"\1\153\26\0\1\u015d\1\u016f\4\u015d\1\u016f\2\u015d\1\u0170"+
"\17\0\1\153\26\0\12\u0171\17\0\1\225\26\0\1\u015f"+
"\1\u0171\4\u015f\1\u0171\1\u015f\1\u0172\1\u0171\17\0\1\225"+
"\26\0\12\u0173\46\0\12\u0174\17\0\1\340\26\0\1\u0162"+
"\1\u0174\1\u0162\1\u0175\2\u0162\4\u0174\17\0\1\340\25\0"+
"\1\u0137\60\0\12\u0176\17\0\1\235\26\0\1\u0165\1\u0176"+
"\4\u0165\1\u0176\1\u0165\1\u0177\1\u0176\17\0\1\235\26\0"+
"\12\u0178\17\0\1\343\26\0\1\u0167\1\u0178\1\u0167\1\u0179"+
"\2\u0167\4\u0178\17\0\1\343\25\0\1\u013f\60\0\12\u017a"+
"\46\0\1\u016b\1\u017a\4\u016b\1\u017a\2\u016b\1\u017b\44\0"+
"\2\10\12\u017c\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\6\0\2\10\1\u016d\3\u017c\1\u016d"+
"\1\u017d\4\u017c\1\0\1\31\4\10\1\0\4\10\6\0"+
"\2\10\1\0\12\10\10\0\12\u017e\17\0\1\153\26\0"+
"\1\u016f\3\u017e\1\u016f\1\u017f\4\u017e\17\0\1\153\26\0"+
"\12\u0180\17\0\1\225\26\0\1\u0171\1\u0180\4\u0171\1\u0180"+
"\2\u0171\1\u0181\17\0\1\225\26\0\12\u0182\17\0\1\340"+
"\26\0\1\u0174\1\u0183\10\u0174\17\0\1\340\26\0\12\u0184"+
"\17\0\1\235\26\0\1\u0176\1\u0184\4\u0176\1\u0184\2\u0176"+
"\1\u0185\17\0\1\235\26\0\12\u0186\17\0\1\343\26\0"+
"\1\u0178\1\u0187\10\u0178\17\0\1\343\26\0\12\u0188\46\0"+
"\1\u017a\3\u0188\1\u017a\1\u0189\4\u0188\44\0\2\10\12\317"+
"\1\0\1\31\4\10\1\0\4\10\6\0\2\10\1\0"+
"\12\10\6\0\2\10\1\u017c\1\u018a\10\u017c\1\0\1\31"+
"\4\10\1\0\4\10\6\0\2\10\1\0\12\10\10\0"+
"\12\323\17\0\1\153\26\0\1\u017e\1\u018b\10\u017e\17\0"+
"\1\153\26\0\12\u018c\17\0\1\225\26\0\1\u0180\3\u018c"+
"\1\u0180\1\u018d\4\u018c\17\0\1\225\26\0\12\u018e\17\0"+
"\1\340\26\0\1\u0182\1\u018e\4\u0182\1\u018e\1\u0182\1\u018f"+
"\1\u018e\17\0\1\340\26\0\12\u0190\17\0\1\235\26\0"+
"\1\u0184\3\u0190\1\u0184\1\u0191\4\u0190\17\0\1\235\26\0"+
"\12\u0192\17\0\1\343\26\0\1\u0186\1\u0192\4\u0186\1\u0192"+
"\1\u0186\1\u0193\1\u0192\17\0\1\343\26\0\12\356\46\0"+
"\1\u0188\1\u0194\10\u0188\44\0\2\10\1\317\1\10\4\317"+
"\1\10\1\317\2\10\1\0\1\31\4\10\1\0\4\10"+
"\6\0\2\10\1\0\12\10\10\0\1\323\1\0\4\323"+
"\1\0\1\323\21\0\1\153\26\0\12\373\17\0\1\225"+
"\26\0\1\u018c\1\u0195\10\u018c\17\0\1\225\26\0\12\u0196"+
"\17\0\1\340\26\0\1\u018e\1\u0196\4\u018e\1\u0196\2\u018e"+
"\1\u0197\17\0\1\340\26\0\12\u0104\17\0\1\235\26\0"+
"\1\u0190\1\u0198\10\u0190\17\0\1\235\26\0\12\u0199\17\0"+
"\1\343\26\0\1\u0192\1\u0199\4\u0192\1\u0199\2\u0192\1\u019a"+
"\17\0\1\343\26\0\1\356\1\0\4\356\1\0\1\356"+
"\50\0\1\373\1\0\4\373\1\0\1\373\21\0\1\225"+
"\26\0\12\u019b\17\0\1\340\26\0\1\u0196\3\u019b\1\u0196"+
"\1\u019c\4\u019b\17\0\1\340\26\0\1\u0104\1\0\4\u0104"+
"\1\0\1\u0104\21\0\1\235\26\0\12\u019d\17\0\1\343"+
"\26\0\1\u0199\3\u019d\1\u0199\1\u019e\4\u019d\17\0\1\343"+
"\26\0\12\u0137\17\0\1\340\26\0\1\u019b\1\u019f\10\u019b"+
"\17\0\1\340\26\0\12\u013f\17\0\1\343\26\0\1\u019d"+
"\1\u01a0\10\u019d\17\0\1\343\26\0\1\u0137\1\0\4\u0137"+
"\1\0\1\u0137\21\0\1\340\26\0\1\u013f\1\0\4\u013f"+
"\1\0\1\u013f\21\0\1\343\23\0";
private static int [] zzUnpackTrans() {
int [] result = new int[18048];
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\10\1\1\11\2\0\4\1"+
"\1\0\10\1\1\0\2\1\1\0\10\1\1\0\1\1"+
"\1\0\7\1\1\0\5\1\4\0\11\1\1\0\11\1"+
"\3\0\11\1\3\0\1\1\4\0\2\1\1\0\5\1"+
"\3\0\1\1\1\0\4\1\3\0\4\1\3\0\1\1"+
"\5\0\2\1\2\0\4\1\1\0\1\1\2\0\5\1"+
"\3\0\4\1\3\0\4\1\7\0\2\1\2\0\2\1"+
"\4\0\2\1\3\0\3\1\2\0\1\11\5\1\5\0"+
"\6\1\1\0\1\1\3\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[416];
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 ExportParser yyparser;
/* constructor taking an additional parser object */
public ExportLexer(java.io.Reader r, ExportParser 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 ExportLexer(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 ExportLexer(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 44:
{ return ExportParser.KEYW_INTERNET;
}
case 51: break;
case 39:
{ return ExportParser.KEYW_PREPEND;
}
case 52: break;
case 29:
{ return ExportParser.TKN_ASPATH;
}
case 53: break;
case 9:
{ ParserHelper.validateMoreSpecificsOperator(yytext());
return ExportParser.OP_MS;
}
case 54: break;
case 40:
{ return ExportParser.KEYW_ANNOUNCE;
}
case 55: break;
case 12:
{ return ExportParser.OP_COMPARE;
}
case 56: break;
case 21:
{ return ExportParser.TKN_MED;
}
case 57: break;
case 27:
{ return ExportParser.TKN_COST;
}
case 58: break;
case 20:
{ return ExportParser.TKN_DPA;
}
case 59: break;
case 23:
{ return ExportParser.KEYW_SELF;
}
case 60: break;
case 50:
{ return ExportParser.KEYW_NO_ADVERTISE;
}
case 61: break;
case 43:
{ return ExportParser.KEYW_CONTAINS;
}
case 62: break;
case 49:
{ ParserHelper.validateIpv4PrefixRange(yytext());
return ExportParser.TKN_PRFXV4RNG;
}
case 63: break;
case 42:
{ return ExportParser.TKN_NEXT_HOP;
}
case 64: break;
case 46:
{ ParserHelper.validateIpv4Prefix(yytext());
return ExportParser.TKN_PRFXV4;
}
case 65: break;
case 30:
{ return ExportParser.KEYW_APPEND;
}
case 66: break;
case 16:
{ return ExportParser.KEYW_ANY;
}
case 67: break;
case 14:
{ ParserHelper.validateAsNumber(yytext());
return ExportParser.TKN_ASNO;
}
case 68: break;
case 17:
{ ParserHelper.validateCommunity(yytext());
return ExportParser.TKN_COMM_NO;
}
case 69: break;
case 5:
{ return ExportParser.OP_EQUAL;
}
case 70: break;
case 7:
{ return ExportParser.KEYW_TO;
}
case 71: break;
case 4:
{ ;
}
case 72: break;
case 13:
{ return ExportParser.ASPATH_POSTFIX;
}
case 73: break;
case 22:
{ return ExportParser.TKN_ASNAME;
}
case 74: break;
case 24:
{ return ExportParser.TKN_RSNAME;
}
case 75: break;
case 47:
{ return ExportParser.KEYW_NO_EXPORT;
}
case 76: break;
case 2:
{ ParserHelper.validateDomainNameLabel(yytext());
storeTokenValue();
return ExportParser.TKN_DNS;
}
case 77: break;
case 15:
{ return ExportParser.OP_AND;
}
case 78: break;
case 19:
{ return ExportParser.OP_NOT;
}
case 79: break;
case 35:
{ return ExportParser.KEYW_PEERAS;
}
case 80: break;
case 8:
{ return ExportParser.OP_APPEND;
}
case 81: break;
case 36:
{ return ExportParser.KEYW_DELETE;
}
case 82: break;
case 38:
{ ParserHelper.validateIpv4(yytext());
return ExportParser.TKN_IPV4;
}
case 83: break;
case 33:
{ return ExportParser.KEYW_REFINE;
}
case 84: break;
case 18:
{ return ExportParser.TKN_PROTOCOL;
}
case 85: break;
case 37:
{ ParserHelper.validateAsRange(yytext());
return ExportParser.TKN_ASRANGE;
}
case 86: break;
case 31:
{ return ExportParser.KEYW_ACTION;
}
case 87: break;
case 28:
{ return ExportParser.KEYW_INTO;
}
case 88: break;
case 45:
{ return ExportParser.KEYW_IGP_COST;
}
case 89: break;
case 1:
{ return yytext().charAt(0);
}
case 90: break;
case 41:
{ return ExportParser.KEYW_PROTOCOL;
}
case 91: break;
case 26:
{ ParserHelper.validateRangeMoreSpecificsOperators(yytext());
return ExportParser.OP_MS;
}
case 92: break;
case 10:
{ return ExportParser.OP_MS;
}
case 93: break;
case 32:
{ return ExportParser.TKN_FLTRNAME;
}
case 94: break;
case 3:
{ storeTokenValue();
return ExportParser.TKN_INT;
}
case 95: break;
case 6:
{ return ExportParser.KEYW_AT;
}
case 96: break;
case 48:
{ return ExportParser.TKN_COMMUNITY;
}
case 97: break;
case 11:
{ return ExportParser.OP_OR;
}
case 98: break;
case 34:
{ return ExportParser.TKN_PRNGNAME;
}
case 99: break;
case 25:
{ return ExportParser.TKN_PREF;
}
case 100: break;
default:
if (zzInput == YYEOF && zzStartRead == zzCurrentPos) {
zzAtEOF = true;
zzDoEOF();
{ return 0; }
}
else {
zzScanError(ZZ_NO_MATCH);
}
}
}
}
}