
rapture.generated.QGenLexer Maven / Gradle / Ivy
The newest version!
// $ANTLR 3.5.2 /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g 2016-05-03 11:54:03
package rapture.generated;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings("all")
public class QGenLexer extends Lexer {
public static final int EOF=-1;
public static final int AWS=4;
public static final int COMMA=5;
public static final int EQUALS=6;
public static final int FILE=7;
public static final int ID=8;
public static final int LBRACE=9;
public static final int MEMORY=10;
public static final int MONGODB=11;
public static final int ON=12;
public static final int PUBHUB=13;
public static final int PUBSUB=14;
public static final int QUEUE=15;
public static final int RBRACE=16;
public static final int REDIS=17;
public static final int STRING=18;
public static final int USING=19;
public static final int WS=20;
// delegates
// delegators
public Lexer[] getDelegates() {
return new Lexer[] {};
}
public QGenLexer() {}
public QGenLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public QGenLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
@Override public String getGrammarFileName() { return "/Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g"; }
// $ANTLR start "PUBSUB"
public final void mPUBSUB() throws RecognitionException {
try {
int _type = PUBSUB;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:19:8: ( 'PUBSUB' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:19:10: 'PUBSUB'
{
match("PUBSUB");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "PUBSUB"
// $ANTLR start "QUEUE"
public final void mQUEUE() throws RecognitionException {
try {
int _type = QUEUE;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:20:7: ( 'QUEUE' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:20:9: 'QUEUE'
{
match("QUEUE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "QUEUE"
// $ANTLR start "MEMORY"
public final void mMEMORY() throws RecognitionException {
try {
int _type = MEMORY;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:22:8: ( 'MEMORY' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:22:10: 'MEMORY'
{
match("MEMORY");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "MEMORY"
// $ANTLR start "FILE"
public final void mFILE() throws RecognitionException {
try {
int _type = FILE;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:23:6: ( 'FILE' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:23:8: 'FILE'
{
match("FILE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "FILE"
// $ANTLR start "AWS"
public final void mAWS() throws RecognitionException {
try {
int _type = AWS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:24:5: ( 'AWS' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:24:7: 'AWS'
{
match("AWS");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "AWS"
// $ANTLR start "REDIS"
public final void mREDIS() throws RecognitionException {
try {
int _type = REDIS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:25:7: ( 'REDIS' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:25:9: 'REDIS'
{
match("REDIS");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "REDIS"
// $ANTLR start "MONGODB"
public final void mMONGODB() throws RecognitionException {
try {
int _type = MONGODB;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:26:9: ( 'MONGODB' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:26:11: 'MONGODB'
{
match("MONGODB");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "MONGODB"
// $ANTLR start "PUBHUB"
public final void mPUBHUB() throws RecognitionException {
try {
int _type = PUBHUB;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:27:8: ( 'PUBHUB' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:27:10: 'PUBHUB'
{
match("PUBHUB");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "PUBHUB"
// $ANTLR start "ON"
public final void mON() throws RecognitionException {
try {
int _type = ON;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:29:3: ( 'ON' | 'on' )
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0=='O') ) {
alt1=1;
}
else if ( (LA1_0=='o') ) {
alt1=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 1, 0, input);
throw nvae;
}
switch (alt1) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:29:5: 'ON'
{
match("ON");
}
break;
case 2 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:29:12: 'on'
{
match("on");
}
break;
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ON"
// $ANTLR start "LBRACE"
public final void mLBRACE() throws RecognitionException {
try {
int _type = LBRACE;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:30:8: ( '{' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:30:10: '{'
{
match('{');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "LBRACE"
// $ANTLR start "RBRACE"
public final void mRBRACE() throws RecognitionException {
try {
int _type = RBRACE;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:31:8: ( '}' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:31:10: '}'
{
match('}');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "RBRACE"
// $ANTLR start "COMMA"
public final void mCOMMA() throws RecognitionException {
try {
int _type = COMMA;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:32:7: ( ',' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:32:9: ','
{
match(',');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "COMMA"
// $ANTLR start "EQUALS"
public final void mEQUALS() throws RecognitionException {
try {
int _type = EQUALS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:33:8: ( '=' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:33:10: '='
{
match('=');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "EQUALS"
// $ANTLR start "USING"
public final void mUSING() throws RecognitionException {
try {
int _type = USING;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:34:7: ( 'using' | 'USING' )
int alt2=2;
int LA2_0 = input.LA(1);
if ( (LA2_0=='u') ) {
alt2=1;
}
else if ( (LA2_0=='U') ) {
alt2=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 2, 0, input);
throw nvae;
}
switch (alt2) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:34:9: 'using'
{
match("using");
}
break;
case 2 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:34:19: 'USING'
{
match("USING");
}
break;
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "USING"
// $ANTLR start "ID"
public final void mID() throws RecognitionException {
try {
int _type = ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:36:4: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )* )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:36:6: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )*
{
if ( (input.LA(1) >= 'A' && input.LA(1) <= 'Z')||input.LA(1)=='_'||(input.LA(1) >= 'a' && input.LA(1) <= 'z') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:36:30: ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )*
loop3:
while (true) {
int alt3=2;
int LA3_0 = input.LA(1);
if ( ((LA3_0 >= '0' && LA3_0 <= '9')||(LA3_0 >= 'A' && LA3_0 <= 'Z')||LA3_0=='_'||(LA3_0 >= 'a' && LA3_0 <= 'z')) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:
{
if ( (input.LA(1) >= '0' && input.LA(1) <= '9')||(input.LA(1) >= 'A' && input.LA(1) <= 'Z')||input.LA(1)=='_'||(input.LA(1) >= 'a' && input.LA(1) <= 'z') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
break;
default :
break loop3;
}
}
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ID"
// $ANTLR start "STRING"
public final void mSTRING() throws RecognitionException {
try {
int _type = STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:37:8: ( '\"' (~ '\"' )* '\"' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:37:10: '\"' (~ '\"' )* '\"'
{
match('\"');
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:37:14: (~ '\"' )*
loop4:
while (true) {
int alt4=2;
int LA4_0 = input.LA(1);
if ( ((LA4_0 >= '\u0000' && LA4_0 <= '!')||(LA4_0 >= '#' && LA4_0 <= '\uFFFF')) ) {
alt4=1;
}
switch (alt4) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:
{
if ( (input.LA(1) >= '\u0000' && input.LA(1) <= '!')||(input.LA(1) >= '#' && input.LA(1) <= '\uFFFF') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
break;
default :
break loop4;
}
}
match('\"');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "STRING"
// $ANTLR start "WS"
public final void mWS() throws RecognitionException {
try {
int _type = WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:39:4: ( ( ' ' ) )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:39:6: ( ' ' )
{
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:39:6: ( ' ' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:39:7: ' '
{
match(' ');
}
_channel=HIDDEN;
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "WS"
@Override
public void mTokens() throws RecognitionException {
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:8: ( PUBSUB | QUEUE | MEMORY | FILE | AWS | REDIS | MONGODB | PUBHUB | ON | LBRACE | RBRACE | COMMA | EQUALS | USING | ID | STRING | WS )
int alt5=17;
alt5 = dfa5.predict(input);
switch (alt5) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:10: PUBSUB
{
mPUBSUB();
}
break;
case 2 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:17: QUEUE
{
mQUEUE();
}
break;
case 3 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:23: MEMORY
{
mMEMORY();
}
break;
case 4 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:30: FILE
{
mFILE();
}
break;
case 5 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:35: AWS
{
mAWS();
}
break;
case 6 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:39: REDIS
{
mREDIS();
}
break;
case 7 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:45: MONGODB
{
mMONGODB();
}
break;
case 8 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:53: PUBHUB
{
mPUBHUB();
}
break;
case 9 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:60: ON
{
mON();
}
break;
case 10 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:63: LBRACE
{
mLBRACE();
}
break;
case 11 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:70: RBRACE
{
mRBRACE();
}
break;
case 12 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:77: COMMA
{
mCOMMA();
}
break;
case 13 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:83: EQUALS
{
mEQUALS();
}
break;
case 14 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:90: USING
{
mUSING();
}
break;
case 15 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:96: ID
{
mID();
}
break;
case 16 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:99: STRING
{
mSTRING();
}
break;
case 17 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/qgen/QGenLexer.g:1:106: WS
{
mWS();
}
break;
}
}
protected DFA5 dfa5 = new DFA5(this);
static final String DFA5_eotS =
"\1\uffff\10\17\4\uffff\2\17\3\uffff\7\17\2\44\7\17\1\55\1\17\1\uffff\7"+
"\17\1\66\1\uffff\5\17\1\74\2\17\1\uffff\1\77\2\100\1\101\1\102\1\uffff"+
"\1\103\1\17\5\uffff\1\105\1\uffff";
static final String DFA5_eofS =
"\106\uffff";
static final String DFA5_minS =
"\1\40\2\125\1\105\1\111\1\127\1\105\1\116\1\156\4\uffff\1\163\1\123\3"+
"\uffff\1\102\1\105\1\115\1\116\1\114\1\123\1\104\2\60\1\151\1\111\1\110"+
"\1\125\1\117\1\107\1\105\1\60\1\111\1\uffff\1\156\1\116\2\125\1\105\1"+
"\122\1\117\1\60\1\uffff\1\123\1\147\1\107\2\102\1\60\1\131\1\104\1\uffff"+
"\5\60\1\uffff\1\60\1\102\5\uffff\1\60\1\uffff";
static final String DFA5_maxS =
"\1\175\2\125\1\117\1\111\1\127\1\105\1\116\1\156\4\uffff\1\163\1\123\3"+
"\uffff\1\102\1\105\1\115\1\116\1\114\1\123\1\104\2\172\1\151\1\111\1\123"+
"\1\125\1\117\1\107\1\105\1\172\1\111\1\uffff\1\156\1\116\2\125\1\105\1"+
"\122\1\117\1\172\1\uffff\1\123\1\147\1\107\2\102\1\172\1\131\1\104\1\uffff"+
"\5\172\1\uffff\1\172\1\102\5\uffff\1\172\1\uffff";
static final String DFA5_acceptS =
"\11\uffff\1\12\1\13\1\14\1\15\2\uffff\1\17\1\20\1\21\22\uffff\1\11\10"+
"\uffff\1\5\10\uffff\1\4\5\uffff\1\2\2\uffff\1\6\1\16\1\1\1\10\1\3\1\uffff"+
"\1\7";
static final String DFA5_specialS =
"\106\uffff}>";
static final String[] DFA5_transitionS = {
"\1\21\1\uffff\1\20\11\uffff\1\13\20\uffff\1\14\3\uffff\1\5\4\17\1\4\6"+
"\17\1\3\1\17\1\7\1\1\1\2\1\6\2\17\1\16\5\17\4\uffff\1\17\1\uffff\16\17"+
"\1\10\5\17\1\15\5\17\1\11\1\uffff\1\12",
"\1\22",
"\1\23",
"\1\24\11\uffff\1\25",
"\1\26",
"\1\27",
"\1\30",
"\1\31",
"\1\32",
"",
"",
"",
"",
"\1\33",
"\1\34",
"",
"",
"",
"\1\35",
"\1\36",
"\1\37",
"\1\40",
"\1\41",
"\1\42",
"\1\43",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\1\45",
"\1\46",
"\1\50\12\uffff\1\47",
"\1\51",
"\1\52",
"\1\53",
"\1\54",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\1\56",
"",
"\1\57",
"\1\60",
"\1\61",
"\1\62",
"\1\63",
"\1\64",
"\1\65",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"",
"\1\67",
"\1\70",
"\1\71",
"\1\72",
"\1\73",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\1\75",
"\1\76",
"",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
"\1\104",
"",
"",
"",
"",
"",
"\12\17\7\uffff\32\17\4\uffff\1\17\1\uffff\32\17",
""
};
static final short[] DFA5_eot = DFA.unpackEncodedString(DFA5_eotS);
static final short[] DFA5_eof = DFA.unpackEncodedString(DFA5_eofS);
static final char[] DFA5_min = DFA.unpackEncodedStringToUnsignedChars(DFA5_minS);
static final char[] DFA5_max = DFA.unpackEncodedStringToUnsignedChars(DFA5_maxS);
static final short[] DFA5_accept = DFA.unpackEncodedString(DFA5_acceptS);
static final short[] DFA5_special = DFA.unpackEncodedString(DFA5_specialS);
static final short[][] DFA5_transition;
static {
int numStates = DFA5_transitionS.length;
DFA5_transition = new short[numStates][];
for (int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy