package org.eclipse.viatra.solver.language.parser.antlr.internal; // Hack: Use our own Lexer superclass by means of import. // Currently there is no other way to specify the superclass for the lexer. import org.eclipse.xtext.parser.antlr.Lexer; import org.antlr.runtime.*; import java.util.Stack; import java.util.List; import java.util.ArrayList; @SuppressWarnings("all") public class InternalSolverLanguageLexer extends Lexer { public static final int RULE_STRING=6; public static final int RULE_SL_COMMENT=8; public static final int T__19=19; public static final int T__15=15; public static final int T__37=37; public static final int T__16=16; public static final int T__38=38; public static final int T__17=17; public static final int T__39=39; public static final int T__18=18; public static final int T__11=11; public static final int T__33=33; public static final int T__12=12; public static final int T__34=34; public static final int T__13=13; public static final int T__35=35; public static final int T__14=14; public static final int T__36=36; public static final int EOF=-1; public static final int T__30=30; public static final int T__31=31; public static final int T__32=32; public static final int RULE_ID=5; public static final int RULE_WS=9; public static final int RULE_ANY_OTHER=10; public static final int T__26=26; public static final int T__27=27; public static final int T__28=28; public static final int RULE_INT=4; public static final int T__29=29; public static final int T__22=22; public static final int RULE_ML_COMMENT=7; public static final int T__23=23; public static final int T__24=24; public static final int T__25=25; public static final int T__40=40; public static final int T__20=20; public static final int T__21=21; // delegates // delegators public InternalSolverLanguageLexer() {;} public InternalSolverLanguageLexer(CharStream input) { this(input, new RecognizerSharedState()); } public InternalSolverLanguageLexer(CharStream input, RecognizerSharedState state) { super(input,state); } public String getGrammarFileName() { return "InternalSolverLanguage.g"; } // $ANTLR start "T__11" public final void mT__11() throws RecognitionException { try { int _type = T__11; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:11:7: ( '-' ) // InternalSolverLanguage.g:11:9: '-' { match('-'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__11" // $ANTLR start "T__12" public final void mT__12() throws RecognitionException { try { int _type = T__12; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:12:7: ( '.' ) // InternalSolverLanguage.g:12:9: '.' { match('.'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__12" // $ANTLR start "T__13" public final void mT__13() throws RecognitionException { try { int _type = T__13; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:13:7: ( 'true' ) // InternalSolverLanguage.g:13:9: 'true' { match("true"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__13" // $ANTLR start "T__14" public final void mT__14() throws RecognitionException { try { int _type = T__14; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:14:7: ( 'false' ) // InternalSolverLanguage.g:14:9: 'false' { match("false"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__14" // $ANTLR start "T__15" public final void mT__15() throws RecognitionException { try { int _type = T__15; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:15:7: ( 'unknown' ) // InternalSolverLanguage.g:15:9: 'unknown' { match("unknown"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__15" // $ANTLR start "T__16" public final void mT__16() throws RecognitionException { try { int _type = T__16; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:16:7: ( 'error' ) // InternalSolverLanguage.g:16:9: 'error' { match("error"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__16" // $ANTLR start "T__17" public final void mT__17() throws RecognitionException { try { int _type = T__17; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:17:7: ( '(' ) // InternalSolverLanguage.g:17:9: '(' { match('('); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__17" // $ANTLR start "T__18" public final void mT__18() throws RecognitionException { try { int _type = T__18; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:18:7: ( ')' ) // InternalSolverLanguage.g:18:9: ')' { match(')'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__18" // $ANTLR start "T__19" public final void mT__19() throws RecognitionException { try { int _type = T__19; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:19:7: ( ':' ) // InternalSolverLanguage.g:19:9: ':' { match(':'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__19" // $ANTLR start "T__20" public final void mT__20() throws RecognitionException { try { int _type = T__20; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:20:7: ( 'exists' ) // InternalSolverLanguage.g:20:9: 'exists' { match("exists"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__20" // $ANTLR start "T__21" public final void mT__21() throws RecognitionException { try { int _type = T__21; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:21:7: ( 'equals' ) // InternalSolverLanguage.g:21:9: 'equals' { match("equals"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__21" // $ANTLR start "T__22" public final void mT__22() throws RecognitionException { try { int _type = T__22; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:22:7: ( 'bool' ) // InternalSolverLanguage.g:22:9: 'bool' { match("bool"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__22" // $ANTLR start "T__23" public final void mT__23() throws RecognitionException { try { int _type = T__23; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:23:7: ( 'int' ) // InternalSolverLanguage.g:23:9: 'int' { match("int"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__23" // $ANTLR start "T__24" public final void mT__24() throws RecognitionException { try { int _type = T__24; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:24:7: ( 'real' ) // InternalSolverLanguage.g:24:9: 'real' { match("real"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__24" // $ANTLR start "T__25" public final void mT__25() throws RecognitionException { try { int _type = T__25; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:25:7: ( 'string' ) // InternalSolverLanguage.g:25:9: 'string' { match("string"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__25" // $ANTLR start "T__26" public final void mT__26() throws RecognitionException { try { int _type = T__26; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:26:7: ( '\\'' ) // InternalSolverLanguage.g:26:9: '\\'' { match('\''); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__26" // $ANTLR start "T__27" public final void mT__27() throws RecognitionException { try { int _type = T__27; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:27:7: ( 'predicate' ) // InternalSolverLanguage.g:27:9: 'predicate' { match("predicate"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__27" // $ANTLR start "T__28" public final void mT__28() throws RecognitionException { try { int _type = T__28; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:28:7: ( '|' ) // InternalSolverLanguage.g:28:9: '|' { match('|'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__28" // $ANTLR start "T__29" public final void mT__29() throws RecognitionException { try { int _type = T__29; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:29:7: ( '+' ) // InternalSolverLanguage.g:29:9: '+' { match('+'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__29" // $ANTLR start "T__30" public final void mT__30() throws RecognitionException { try { int _type = T__30; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:30:7: ( '*' ) // InternalSolverLanguage.g:30:9: '*' { match('*'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__30" // $ANTLR start "T__31" public final void mT__31() throws RecognitionException { try { int _type = T__31; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:31:7: ( 'default' ) // InternalSolverLanguage.g:31:9: 'default' { match("default"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__31" // $ANTLR start "T__32" public final void mT__32() throws RecognitionException { try { int _type = T__32; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:32:7: ( 'abstract' ) // InternalSolverLanguage.g:32:9: 'abstract' { match("abstract"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__32" // $ANTLR start "T__33" public final void mT__33() throws RecognitionException { try { int _type = T__33; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:33:7: ( 'class' ) // InternalSolverLanguage.g:33:9: 'class' { match("class"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__33" // $ANTLR start "T__34" public final void mT__34() throws RecognitionException { try { int _type = T__34; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:34:7: ( 'extends' ) // InternalSolverLanguage.g:34:9: 'extends' { match("extends"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__34" // $ANTLR start "T__35" public final void mT__35() throws RecognitionException { try { int _type = T__35; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:35:7: ( '{' ) // InternalSolverLanguage.g:35:9: '{' { match('{'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__35" // $ANTLR start "T__36" public final void mT__36() throws RecognitionException { try { int _type = T__36; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:36:7: ( '}' ) // InternalSolverLanguage.g:36:9: '}' { match('}'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__36" // $ANTLR start "T__37" public final void mT__37() throws RecognitionException { try { int _type = T__37; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:37:7: ( 'enum' ) // InternalSolverLanguage.g:37:9: 'enum' { match("enum"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__37" // $ANTLR start "T__38" public final void mT__38() throws RecognitionException { try { int _type = T__38; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:38:7: ( 'containment' ) // InternalSolverLanguage.g:38:9: 'containment' { match("containment"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__38" // $ANTLR start "T__39" public final void mT__39() throws RecognitionException { try { int _type = T__39; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:39:7: ( 'relation' ) // InternalSolverLanguage.g:39:9: 'relation' { match("relation"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__39" // $ANTLR start "T__40" public final void mT__40() throws RecognitionException { try { int _type = T__40; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:40:7: ( '..' ) // InternalSolverLanguage.g:40:9: '..' { match(".."); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "T__40" // $ANTLR start "RULE_STRING" public final void mRULE_STRING() throws RecognitionException { try { int _type = RULE_STRING; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2563:13: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' ) // InternalSolverLanguage.g:2563:15: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' { match('\"'); // InternalSolverLanguage.g:2563:19: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* loop1: do { int alt1=3; int LA1_0 = input.LA(1); if ( (LA1_0=='\\') ) { alt1=1; } else if ( ((LA1_0>='\u0000' && LA1_0<='!')||(LA1_0>='#' && LA1_0<='[')||(LA1_0>=']' && LA1_0<='\uFFFF')) ) { alt1=2; } switch (alt1) { case 1 : // InternalSolverLanguage.g:2563:20: '\\\\' . { match('\\'); matchAny(); } break; case 2 : // InternalSolverLanguage.g:2563:27: ~ ( ( '\\\\' | '\"' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && 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 loop1; } } while (true); match('\"'); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_STRING" // $ANTLR start "RULE_ID" public final void mRULE_ID() throws RecognitionException { try { int _type = RULE_ID; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2565:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) // InternalSolverLanguage.g:2565:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* { // InternalSolverLanguage.g:2565:11: ( '^' )? int alt2=2; int LA2_0 = input.LA(1); if ( (LA2_0=='^') ) { alt2=1; } switch (alt2) { case 1 : // InternalSolverLanguage.g:2565:11: '^' { match('^'); } break; } 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;} // InternalSolverLanguage.g:2565:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* loop3: do { 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 : // InternalSolverLanguage.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; } } while (true); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_ID" // $ANTLR start "RULE_INT" public final void mRULE_INT() throws RecognitionException { try { int _type = RULE_INT; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2567:10: ( ( '0' .. '9' )+ ) // InternalSolverLanguage.g:2567:12: ( '0' .. '9' )+ { // InternalSolverLanguage.g:2567:12: ( '0' .. '9' )+ int cnt4=0; loop4: do { int alt4=2; int LA4_0 = input.LA(1); if ( ((LA4_0>='0' && LA4_0<='9')) ) { alt4=1; } switch (alt4) { case 1 : // InternalSolverLanguage.g:2567:13: '0' .. '9' { matchRange('0','9'); } break; default : if ( cnt4 >= 1 ) break loop4; EarlyExitException eee = new EarlyExitException(4, input); throw eee; } cnt4++; } while (true); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_INT" // $ANTLR start "RULE_ML_COMMENT" public final void mRULE_ML_COMMENT() throws RecognitionException { try { int _type = RULE_ML_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2569:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) // InternalSolverLanguage.g:2569:19: '/*' ( options {greedy=false; } : . )* '*/' { match("/*"); // InternalSolverLanguage.g:2569:24: ( options {greedy=false; } : . )* loop5: do { int alt5=2; int LA5_0 = input.LA(1); if ( (LA5_0=='*') ) { int LA5_1 = input.LA(2); if ( (LA5_1=='/') ) { alt5=2; } else if ( ((LA5_1>='\u0000' && LA5_1<='.')||(LA5_1>='0' && LA5_1<='\uFFFF')) ) { alt5=1; } } else if ( ((LA5_0>='\u0000' && LA5_0<=')')||(LA5_0>='+' && LA5_0<='\uFFFF')) ) { alt5=1; } switch (alt5) { case 1 : // InternalSolverLanguage.g:2569:52: . { matchAny(); } break; default : break loop5; } } while (true); match("*/"); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_ML_COMMENT" // $ANTLR start "RULE_SL_COMMENT" public final void mRULE_SL_COMMENT() throws RecognitionException { try { int _type = RULE_SL_COMMENT; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2571:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) // InternalSolverLanguage.g:2571:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? { match("//"); // InternalSolverLanguage.g:2571:24: (~ ( ( '\\n' | '\\r' ) ) )* loop6: do { int alt6=2; int LA6_0 = input.LA(1); if ( ((LA6_0>='\u0000' && LA6_0<='\t')||(LA6_0>='\u000B' && LA6_0<='\f')||(LA6_0>='\u000E' && LA6_0<='\uFFFF')) ) { alt6=1; } switch (alt6) { case 1 : // InternalSolverLanguage.g:2571:24: ~ ( ( '\\n' | '\\r' ) ) { if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) { input.consume(); } else { MismatchedSetException mse = new MismatchedSetException(null,input); recover(mse); throw mse;} } break; default : break loop6; } } while (true); // InternalSolverLanguage.g:2571:40: ( ( '\\r' )? '\\n' )? int alt8=2; int LA8_0 = input.LA(1); if ( (LA8_0=='\n'||LA8_0=='\r') ) { alt8=1; } switch (alt8) { case 1 : // InternalSolverLanguage.g:2571:41: ( '\\r' )? '\\n' { // InternalSolverLanguage.g:2571:41: ( '\\r' )? int alt7=2; int LA7_0 = input.LA(1); if ( (LA7_0=='\r') ) { alt7=1; } switch (alt7) { case 1 : // InternalSolverLanguage.g:2571:41: '\\r' { match('\r'); } break; } match('\n'); } break; } } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_SL_COMMENT" // $ANTLR start "RULE_WS" public final void mRULE_WS() throws RecognitionException { try { int _type = RULE_WS; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2573:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) // InternalSolverLanguage.g:2573:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ { // InternalSolverLanguage.g:2573:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ int cnt9=0; loop9: do { int alt9=2; int LA9_0 = input.LA(1); if ( ((LA9_0>='\t' && LA9_0<='\n')||LA9_0=='\r'||LA9_0==' ') ) { alt9=1; } switch (alt9) { case 1 : // InternalSolverLanguage.g: { if ( (input.LA(1)>='\t' && input.LA(1)<='\n')||input.LA(1)=='\r'||input.LA(1)==' ' ) { input.consume(); } else { MismatchedSetException mse = new MismatchedSetException(null,input); recover(mse); throw mse;} } break; default : if ( cnt9 >= 1 ) break loop9; EarlyExitException eee = new EarlyExitException(9, input); throw eee; } cnt9++; } while (true); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_WS" // $ANTLR start "RULE_ANY_OTHER" public final void mRULE_ANY_OTHER() throws RecognitionException { try { int _type = RULE_ANY_OTHER; int _channel = DEFAULT_TOKEN_CHANNEL; // InternalSolverLanguage.g:2575:16: ( . ) // InternalSolverLanguage.g:2575:18: . { matchAny(); } state.type = _type; state.channel = _channel; } finally { } } // $ANTLR end "RULE_ANY_OTHER" public void mTokens() throws RecognitionException { // InternalSolverLanguage.g:1:8: ( T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | T__27 | T__28 | T__29 | T__30 | T__31 | T__32 | T__33 | T__34 | T__35 | T__36 | T__37 | T__38 | T__39 | T__40 | RULE_STRING | RULE_ID | RULE_INT | RULE_ML_COMMENT | RULE_SL_COMMENT | RULE_WS | RULE_ANY_OTHER ) int alt10=37; alt10 = dfa10.predict(input); switch (alt10) { case 1 : // InternalSolverLanguage.g:1:10: T__11 { mT__11(); } break; case 2 : // InternalSolverLanguage.g:1:16: T__12 { mT__12(); } break; case 3 : // InternalSolverLanguage.g:1:22: T__13 { mT__13(); } break; case 4 : // InternalSolverLanguage.g:1:28: T__14 { mT__14(); } break; case 5 : // InternalSolverLanguage.g:1:34: T__15 { mT__15(); } break; case 6 : // InternalSolverLanguage.g:1:40: T__16 { mT__16(); } break; case 7 : // InternalSolverLanguage.g:1:46: T__17 { mT__17(); } break; case 8 : // InternalSolverLanguage.g:1:52: T__18 { mT__18(); } break; case 9 : // InternalSolverLanguage.g:1:58: T__19 { mT__19(); } break; case 10 : // InternalSolverLanguage.g:1:64: T__20 { mT__20(); } break; case 11 : // InternalSolverLanguage.g:1:70: T__21 { mT__21(); } break; case 12 : // InternalSolverLanguage.g:1:76: T__22 { mT__22(); } break; case 13 : // InternalSolverLanguage.g:1:82: T__23 { mT__23(); } break; case 14 : // InternalSolverLanguage.g:1:88: T__24 { mT__24(); } break; case 15 : // InternalSolverLanguage.g:1:94: T__25 { mT__25(); } break; case 16 : // InternalSolverLanguage.g:1:100: T__26 { mT__26(); } break; case 17 : // InternalSolverLanguage.g:1:106: T__27 { mT__27(); } break; case 18 : // InternalSolverLanguage.g:1:112: T__28 { mT__28(); } break; case 19 : // InternalSolverLanguage.g:1:118: T__29 { mT__29(); } break; case 20 : // InternalSolverLanguage.g:1:124: T__30 { mT__30(); } break; case 21 : // InternalSolverLanguage.g:1:130: T__31 { mT__31(); } break; case 22 : // InternalSolverLanguage.g:1:136: T__32 { mT__32(); } break; case 23 : // InternalSolverLanguage.g:1:142: T__33 { mT__33(); } break; case 24 : // InternalSolverLanguage.g:1:148: T__34 { mT__34(); } break; case 25 : // InternalSolverLanguage.g:1:154: T__35 { mT__35(); } break; case 26 : // InternalSolverLanguage.g:1:160: T__36 { mT__36(); } break; case 27 : // InternalSolverLanguage.g:1:166: T__37 { mT__37(); } break; case 28 : // InternalSolverLanguage.g:1:172: T__38 { mT__38(); } break; case 29 : // InternalSolverLanguage.g:1:178: T__39 { mT__39(); } break; case 30 : // InternalSolverLanguage.g:1:184: T__40 { mT__40(); } break; case 31 : // InternalSolverLanguage.g:1:190: RULE_STRING { mRULE_STRING(); } break; case 32 : // InternalSolverLanguage.g:1:202: RULE_ID { mRULE_ID(); } break; case 33 : // InternalSolverLanguage.g:1:210: RULE_INT { mRULE_INT(); } break; case 34 : // InternalSolverLanguage.g:1:219: RULE_ML_COMMENT { mRULE_ML_COMMENT(); } break; case 35 : // InternalSolverLanguage.g:1:235: RULE_SL_COMMENT { mRULE_SL_COMMENT(); } break; case 36 : // InternalSolverLanguage.g:1:251: RULE_WS { mRULE_WS(); } break; case 37 : // InternalSolverLanguage.g:1:259: RULE_ANY_OTHER { mRULE_ANY_OTHER(); } break; } } protected DFA10 dfa10 = new DFA10(this); static final String DFA10_eotS = "\2\uffff\1\41\4\43\3\uffff\4\43\1\uffff\1\43\3\uffff\3\43\2\uffff\2\36\2\uffff\1\36\5\uffff\1\43\1\uffff\6\43\3\uffff\4\43\1\uffff\1\43\3\uffff\4\43\7\uffff\11\43\1\134\10\43\1\145\6\43\1\154\1\155\1\uffff\1\156\7\43\1\uffff\1\166\1\43\1\170\3\43\3\uffff\5\43\1\u0081\1\43\1\uffff\1\43\1\uffff\1\u0084\1\43\1\u0086\1\43\1\u0088\3\43\1\uffff\1\43\1\u008d\1\uffff\1\u008e\1\uffff\1\43\1\uffff\1\43\1\u0091\2\43\2\uffff\1\u0094\1\43\1\uffff\1\u0096\1\43\1\uffff\1\u0098\1\uffff\1\43\1\uffff\1\43\1\u009b\1\uffff"; static final String DFA10_eofS = "\u009c\uffff"; static final String DFA10_minS = "\1\0\1\uffff\1\56\1\162\1\141\2\156\3\uffff\1\157\1\156\1\145\1\164\1\uffff\1\162\3\uffff\1\145\1\142\1\154\2\uffff\1\0\1\101\2\uffff\1\52\5\uffff\1\165\1\uffff\1\154\1\153\1\162\1\151\2\165\3\uffff\1\157\1\164\1\141\1\162\1\uffff\1\145\3\uffff\1\146\1\163\1\141\1\156\7\uffff\1\145\1\163\1\156\1\157\1\163\1\145\1\141\1\155\1\154\1\60\1\154\1\141\1\151\1\144\1\141\1\164\1\163\1\164\1\60\1\145\1\157\1\162\1\164\1\156\1\154\2\60\1\uffff\1\60\1\164\1\156\1\151\1\165\1\162\1\163\1\141\1\uffff\1\60\1\167\1\60\1\163\1\144\1\163\3\uffff\1\151\1\147\1\143\1\154\1\141\1\60\1\151\1\uffff\1\156\1\uffff\1\60\1\163\1\60\1\157\1\60\1\141\1\164\1\143\1\uffff\1\156\1\60\1\uffff\1\60\1\uffff\1\156\1\uffff\1\164\1\60\1\164\1\155\2\uffff\1\60\1\145\1\uffff\1\60\1\145\1\uffff\1\60\1\uffff\1\156\1\uffff\1\164\1\60\1\uffff"; static final String DFA10_maxS = "\1\uffff\1\uffff\1\56\1\162\1\141\1\156\1\170\3\uffff\1\157\1\156\1\145\1\164\1\uffff\1\162\3\uffff\1\145\1\142\1\157\2\uffff\1\uffff\1\172\2\uffff\1\57\5\uffff\1\165\1\uffff\1\154\1\153\1\162\1\164\2\165\3\uffff\1\157\1\164\1\154\1\162\1\uffff\1\145\3\uffff\1\146\1\163\1\141\1\156\7\uffff\1\145\1\163\1\156\1\157\1\163\1\145\1\141\1\155\1\154\1\172\1\154\1\141\1\151\1\144\1\141\1\164\1\163\1\164\1\172\1\145\1\157\1\162\1\164\1\156\1\154\2\172\1\uffff\1\172\1\164\1\156\1\151\1\165\1\162\1\163\1\141\1\uffff\1\172\1\167\1\172\1\163\1\144\1\163\3\uffff\1\151\1\147\1\143\1\154\1\141\1\172\1\151\1\uffff\1\156\1\uffff\1\172\1\163\1\172\1\157\1\172\1\141\1\164\1\143\1\uffff\1\156\1\172\1\uffff\1\172\1\uffff\1\156\1\uffff\1\164\1\172\1\164\1\155\2\uffff\1\172\1\145\1\uffff\1\172\1\145\1\uffff\1\172\1\uffff\1\156\1\uffff\1\164\1\172\1\uffff"; static final String DFA10_acceptS = "\1\uffff\1\1\5\uffff\1\7\1\10\1\11\4\uffff\1\20\1\uffff\1\22\1\23\1\24\3\uffff\1\31\1\32\2\uffff\1\40\1\41\1\uffff\1\44\1\45\1\1\1\36\1\2\1\uffff\1\40\6\uffff\1\7\1\10\1\11\4\uffff\1\20\1\uffff\1\22\1\23\1\24\4\uffff\1\31\1\32\1\37\1\41\1\42\1\43\1\44\33\uffff\1\15\10\uffff\1\3\6\uffff\1\33\1\14\1\16\7\uffff\1\4\1\uffff\1\6\10\uffff\1\27\2\uffff\1\12\1\uffff\1\13\1\uffff\1\17\4\uffff\1\5\1\30\2\uffff\1\25\2\uffff\1\35\1\uffff\1\26\1\uffff\1\21\2\uffff\1\34"; static final String DFA10_specialS = "\1\1\27\uffff\1\0\u0083\uffff}>"; static final String[] DFA10_transitionS = { "\11\36\2\35\2\36\1\35\22\36\1\35\1\36\1\30\4\36\1\16\1\7\1\10\1\22\1\21\1\36\1\1\1\2\1\34\12\33\1\11\6\36\32\32\3\36\1\31\1\32\1\36\1\24\1\12\1\25\1\23\1\6\1\4\2\32\1\13\6\32\1\17\1\32\1\14\1\15\1\3\1\5\5\32\1\26\1\20\1\27\uff82\36", "", "\1\40", "\1\42", "\1\44", "\1\45", "\1\51\2\uffff\1\50\1\46\5\uffff\1\47", "", "", "", "\1\55", "\1\56", "\1\57", "\1\60", "", "\1\62", "", "", "", "\1\66", "\1\67", "\1\70\2\uffff\1\71", "", "", "\0\74", "\32\43\4\uffff\1\43\1\uffff\32\43", "", "", "\1\76\4\uffff\1\77", "", "", "", "", "", "\1\101", "", "\1\102", "\1\103", "\1\104", "\1\105\12\uffff\1\106", "\1\107", "\1\110", "", "", "", "\1\111", "\1\112", "\1\113\12\uffff\1\114", "\1\115", "", "\1\116", "", "", "", "\1\117", "\1\120", "\1\121", "\1\122", "", "", "", "", "", "", "", "\1\123", "\1\124", "\1\125", "\1\126", "\1\127", "\1\130", "\1\131", "\1\132", "\1\133", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\135", "\1\136", "\1\137", "\1\140", "\1\141", "\1\142", "\1\143", "\1\144", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\146", "\1\147", "\1\150", "\1\151", "\1\152", "\1\153", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\157", "\1\160", "\1\161", "\1\162", "\1\163", "\1\164", "\1\165", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\167", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\171", "\1\172", "\1\173", "", "", "", "\1\174", "\1\175", "\1\176", "\1\177", "\1\u0080", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0082", "", "\1\u0083", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0085", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0087", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0089", "\1\u008a", "\1\u008b", "", "\1\u008c", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "", "\1\u008f", "", "\1\u0090", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0092", "\1\u0093", "", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0095", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "\1\u0097", "", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "", "\1\u0099", "", "\1\u009a", "\12\43\7\uffff\32\43\4\uffff\1\43\1\uffff\32\43", "" }; static final short[] DFA10_eot = DFA.unpackEncodedString(DFA10_eotS); static final short[] DFA10_eof = DFA.unpackEncodedString(DFA10_eofS); static final char[] DFA10_min = DFA.unpackEncodedStringToUnsignedChars(DFA10_minS); static final char[] DFA10_max = DFA.unpackEncodedStringToUnsignedChars(DFA10_maxS); static final short[] DFA10_accept = DFA.unpackEncodedString(DFA10_acceptS); static final short[] DFA10_special = DFA.unpackEncodedString(DFA10_specialS); static final short[][] DFA10_transition; static { int numStates = DFA10_transitionS.length; DFA10_transition = new short[numStates][]; for (int i=0; i='\u0000' && LA10_24<='\uFFFF')) ) {s = 60;} else s = 30; if ( s>=0 ) return s; break; case 1 : int LA10_0 = input.LA(1); s = -1; if ( (LA10_0=='-') ) {s = 1;} else if ( (LA10_0=='.') ) {s = 2;} else if ( (LA10_0=='t') ) {s = 3;} else if ( (LA10_0=='f') ) {s = 4;} else if ( (LA10_0=='u') ) {s = 5;} else if ( (LA10_0=='e') ) {s = 6;} else if ( (LA10_0=='(') ) {s = 7;} else if ( (LA10_0==')') ) {s = 8;} else if ( (LA10_0==':') ) {s = 9;} else if ( (LA10_0=='b') ) {s = 10;} else if ( (LA10_0=='i') ) {s = 11;} else if ( (LA10_0=='r') ) {s = 12;} else if ( (LA10_0=='s') ) {s = 13;} else if ( (LA10_0=='\'') ) {s = 14;} else if ( (LA10_0=='p') ) {s = 15;} else if ( (LA10_0=='|') ) {s = 16;} else if ( (LA10_0=='+') ) {s = 17;} else if ( (LA10_0=='*') ) {s = 18;} else if ( (LA10_0=='d') ) {s = 19;} else if ( (LA10_0=='a') ) {s = 20;} else if ( (LA10_0=='c') ) {s = 21;} else if ( (LA10_0=='{') ) {s = 22;} else if ( (LA10_0=='}') ) {s = 23;} else if ( (LA10_0=='\"') ) {s = 24;} else if ( (LA10_0=='^') ) {s = 25;} else if ( ((LA10_0>='A' && LA10_0<='Z')||LA10_0=='_'||(LA10_0>='g' && LA10_0<='h')||(LA10_0>='j' && LA10_0<='o')||LA10_0=='q'||(LA10_0>='v' && LA10_0<='z')) ) {s = 26;} else if ( ((LA10_0>='0' && LA10_0<='9')) ) {s = 27;} else if ( (LA10_0=='/') ) {s = 28;} else if ( ((LA10_0>='\t' && LA10_0<='\n')||LA10_0=='\r'||LA10_0==' ') ) {s = 29;} else if ( ((LA10_0>='\u0000' && LA10_0<='\b')||(LA10_0>='\u000B' && LA10_0<='\f')||(LA10_0>='\u000E' && LA10_0<='\u001F')||LA10_0=='!'||(LA10_0>='#' && LA10_0<='&')||LA10_0==','||(LA10_0>=';' && LA10_0<='@')||(LA10_0>='[' && LA10_0<=']')||LA10_0=='`'||(LA10_0>='~' && LA10_0<='\uFFFF')) ) {s = 30;} if ( s>=0 ) return s; break; } NoViableAltException nvae = new NoViableAltException(getDescription(), 10, _s, input); error(nvae); throw nvae; } } }