MySqlLexer.java
// $ANTLR 3.5.2 org/argouml/language/sql/reveng/MySql.g 2024-12-21 19:52:03
package org.argouml.language.sql.reveng;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings("all")
public class MySqlLexer extends Lexer {
public static final int EOF=-1;
public static final int T__19=19;
public static final int T__20=20;
public static final int T__21=21;
public static final int T__22=22;
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__26=26;
public static final int T__27=27;
public static final int T__28=28;
public static final int T__29=29;
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 T__33=33;
public static final int T__34=34;
public static final int T__35=35;
public static final int T__36=36;
public static final int T__37=37;
public static final int T__38=38;
public static final int T__39=39;
public static final int T__40=40;
public static final int T__41=41;
public static final int T__42=42;
public static final int T__43=43;
public static final int T__44=44;
public static final int T__45=45;
public static final int T__46=46;
public static final int T__47=47;
public static final int T__48=48;
public static final int T__49=49;
public static final int T__50=50;
public static final int T__51=51;
public static final int T__52=52;
public static final int T__53=53;
public static final int T__54=54;
public static final int COMMA=4;
public static final int DIGIT=5;
public static final int DOT=6;
public static final int ID=7;
public static final int LEFT_PAREN=8;
public static final int LETTER=9;
public static final int ML_COMMENT=10;
public static final int NUMBER=11;
public static final int PROTECT_CHAR=12;
public static final int QUOTED_TEXT=13;
public static final int RIGHT_PAREN=14;
public static final int SEMICOLON=15;
public static final int SL_COMMENT=16;
public static final int VAR_MYSQL=17;
public static final int WS=18;
// delegates
// delegators
public Lexer[] getDelegates() {
return new Lexer[] {};
}
public MySqlLexer() {}
public MySqlLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public MySqlLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
@Override public String getGrammarFileName() { return "org/argouml/language/sql/reveng/MySql.g"; }
// $ANTLR start "T__19"
public final void mT__19() throws RecognitionException {
try {
int _type = T__19;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:7:7: ( '=' )
// org/argouml/language/sql/reveng/MySql.g:7:9: '='
{
match('=');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:8:7: ( 'AUTO_INCREMENT' )
// org/argouml/language/sql/reveng/MySql.g:8:9: 'AUTO_INCREMENT'
{
match("AUTO_INCREMENT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:9:7: ( 'BTREE' )
// org/argouml/language/sql/reveng/MySql.g:9:9: 'BTREE'
{
match("BTREE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:10:7: ( 'CASCADE' )
// org/argouml/language/sql/reveng/MySql.g:10:9: 'CASCADE'
{
match("CASCADE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:11:7: ( 'CHARSET' )
// org/argouml/language/sql/reveng/MySql.g:11:9: 'CHARSET'
{
match("CHARSET");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:12:7: ( 'COMMENT' )
// org/argouml/language/sql/reveng/MySql.g:12:9: 'COMMENT'
{
match("COMMENT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:13:7: ( 'CONSTRAINT' )
// org/argouml/language/sql/reveng/MySql.g:13:9: 'CONSTRAINT'
{
match("CONSTRAINT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:14:7: ( 'CREATE' )
// org/argouml/language/sql/reveng/MySql.g:14:9: 'CREATE'
{
match("CREATE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:15:7: ( 'CURRENT_TIMESTAMP' )
// org/argouml/language/sql/reveng/MySql.g:15:9: 'CURRENT_TIMESTAMP'
{
match("CURRENT_TIMESTAMP");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:16:7: ( 'DEFAULT' )
// org/argouml/language/sql/reveng/MySql.g:16:9: 'DEFAULT'
{
match("DEFAULT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:17:7: ( 'DELETE' )
// org/argouml/language/sql/reveng/MySql.g:17:9: 'DELETE'
{
match("DELETE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:18:7: ( 'DROP' )
// org/argouml/language/sql/reveng/MySql.g:18:9: 'DROP'
{
match("DROP");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:19:7: ( 'ENGINE' )
// org/argouml/language/sql/reveng/MySql.g:19:9: 'ENGINE'
{
match("ENGINE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:20:7: ( 'EXISTS' )
// org/argouml/language/sql/reveng/MySql.g:20:9: 'EXISTS'
{
match("EXISTS");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:21:7: ( 'FOREIGN' )
// org/argouml/language/sql/reveng/MySql.g:21:9: 'FOREIGN'
{
match("FOREIGN");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:22:7: ( 'FULL' )
// org/argouml/language/sql/reveng/MySql.g:22:9: 'FULL'
{
match("FULL");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:23:7: ( 'HASH' )
// org/argouml/language/sql/reveng/MySql.g:23:9: 'HASH'
{
match("HASH");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:24:7: ( 'IF' )
// org/argouml/language/sql/reveng/MySql.g:24:9: 'IF'
{
match("IF");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:25:7: ( 'INDEX' )
// org/argouml/language/sql/reveng/MySql.g:25:9: 'INDEX'
{
match("INDEX");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:26:7: ( 'KEY' )
// org/argouml/language/sql/reveng/MySql.g:26:9: 'KEY'
{
match("KEY");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:27:7: ( 'MATCH' )
// org/argouml/language/sql/reveng/MySql.g:27:9: 'MATCH'
{
match("MATCH");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $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;
// org/argouml/language/sql/reveng/MySql.g:28:7: ( 'NO ACTION' )
// org/argouml/language/sql/reveng/MySql.g:28:9: 'NO ACTION'
{
match("NO ACTION");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__40"
// $ANTLR start "T__41"
public final void mT__41() throws RecognitionException {
try {
int _type = T__41;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:29:7: ( 'NOT' )
// org/argouml/language/sql/reveng/MySql.g:29:9: 'NOT'
{
match("NOT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__41"
// $ANTLR start "T__42"
public final void mT__42() throws RecognitionException {
try {
int _type = T__42;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:30:7: ( 'NULL' )
// org/argouml/language/sql/reveng/MySql.g:30:9: 'NULL'
{
match("NULL");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__42"
// $ANTLR start "T__43"
public final void mT__43() throws RecognitionException {
try {
int _type = T__43;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:31:7: ( 'ON' )
// org/argouml/language/sql/reveng/MySql.g:31:9: 'ON'
{
match("ON");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__43"
// $ANTLR start "T__44"
public final void mT__44() throws RecognitionException {
try {
int _type = T__44;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:32:7: ( 'PARTIAL' )
// org/argouml/language/sql/reveng/MySql.g:32:9: 'PARTIAL'
{
match("PARTIAL");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__44"
// $ANTLR start "T__45"
public final void mT__45() throws RecognitionException {
try {
int _type = T__45;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:33:7: ( 'PRIMARY' )
// org/argouml/language/sql/reveng/MySql.g:33:9: 'PRIMARY'
{
match("PRIMARY");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__45"
// $ANTLR start "T__46"
public final void mT__46() throws RecognitionException {
try {
int _type = T__46;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:34:7: ( 'REFERENCES' )
// org/argouml/language/sql/reveng/MySql.g:34:9: 'REFERENCES'
{
match("REFERENCES");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__46"
// $ANTLR start "T__47"
public final void mT__47() throws RecognitionException {
try {
int _type = T__47;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:35:7: ( 'RESTRICT' )
// org/argouml/language/sql/reveng/MySql.g:35:9: 'RESTRICT'
{
match("RESTRICT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__47"
// $ANTLR start "T__48"
public final void mT__48() throws RecognitionException {
try {
int _type = T__48;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:36:7: ( 'SET DEFAULT' )
// org/argouml/language/sql/reveng/MySql.g:36:9: 'SET DEFAULT'
{
match("SET DEFAULT");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__48"
// $ANTLR start "T__49"
public final void mT__49() throws RecognitionException {
try {
int _type = T__49;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:37:7: ( 'SET' )
// org/argouml/language/sql/reveng/MySql.g:37:9: 'SET'
{
match("SET");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__49"
// $ANTLR start "T__50"
public final void mT__50() throws RecognitionException {
try {
int _type = T__50;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:38:7: ( 'TABLE' )
// org/argouml/language/sql/reveng/MySql.g:38:9: 'TABLE'
{
match("TABLE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__50"
// $ANTLR start "T__51"
public final void mT__51() throws RecognitionException {
try {
int _type = T__51;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:39:7: ( 'UNIQUE' )
// org/argouml/language/sql/reveng/MySql.g:39:9: 'UNIQUE'
{
match("UNIQUE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__51"
// $ANTLR start "T__52"
public final void mT__52() throws RecognitionException {
try {
int _type = T__52;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:40:7: ( 'UNSIGNED' )
// org/argouml/language/sql/reveng/MySql.g:40:9: 'UNSIGNED'
{
match("UNSIGNED");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__52"
// $ANTLR start "T__53"
public final void mT__53() throws RecognitionException {
try {
int _type = T__53;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:41:7: ( 'UPDATE' )
// org/argouml/language/sql/reveng/MySql.g:41:9: 'UPDATE'
{
match("UPDATE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__53"
// $ANTLR start "T__54"
public final void mT__54() throws RecognitionException {
try {
int _type = T__54;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:42:7: ( 'ZEROFILL' )
// org/argouml/language/sql/reveng/MySql.g:42:9: 'ZEROFILL'
{
match("ZEROFILL");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "T__54"
// $ANTLR start "LEFT_PAREN"
public final void mLEFT_PAREN() throws RecognitionException {
try {
int _type = LEFT_PAREN;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:292:12: ( '(' )
// org/argouml/language/sql/reveng/MySql.g:292:14: '('
{
match('(');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "LEFT_PAREN"
// $ANTLR start "RIGHT_PAREN"
public final void mRIGHT_PAREN() throws RecognitionException {
try {
int _type = RIGHT_PAREN;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:293:13: ( ')' )
// org/argouml/language/sql/reveng/MySql.g:293:15: ')'
{
match(')');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "RIGHT_PAREN"
// $ANTLR start "COMMA"
public final void mCOMMA() throws RecognitionException {
try {
int _type = COMMA;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:294:7: ( ',' )
// org/argouml/language/sql/reveng/MySql.g:294:9: ','
{
match(',');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "COMMA"
// $ANTLR start "SEMICOLON"
public final void mSEMICOLON() throws RecognitionException {
try {
int _type = SEMICOLON;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:295:11: ( ';' )
// org/argouml/language/sql/reveng/MySql.g:295:13: ';'
{
match(';');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "SEMICOLON"
// $ANTLR start "DOT"
public final void mDOT() throws RecognitionException {
try {
int _type = DOT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:296:5: ( '.' )
// org/argouml/language/sql/reveng/MySql.g:296:10: '.'
{
match('.');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "DOT"
// $ANTLR start "NUMBER"
public final void mNUMBER() throws RecognitionException {
try {
int _type = NUMBER;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:299:9: ( ( DIGIT )+ )
// org/argouml/language/sql/reveng/MySql.g:299:13: ( DIGIT )+
{
// org/argouml/language/sql/reveng/MySql.g:299:13: ( DIGIT )+
int cnt1=0;
loop1:
while (true) {
int alt1=2;
int LA1_0 = input.LA(1);
if ( ((LA1_0 >= '0' && LA1_0 <= '9')) ) {
alt1=1;
}
switch (alt1) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:
{
if ( (input.LA(1) >= '0' && input.LA(1) <= '9') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
break;
default :
if ( cnt1 >= 1 ) break loop1;
EarlyExitException eee = new EarlyExitException(1, input);
throw eee;
}
cnt1++;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "NUMBER"
// $ANTLR start "ID"
public final void mID() throws RecognitionException {
try {
int _type = ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:300:5: ( ( ( LETTER | '_' ) ( ( DIGIT )* ) )+ )
// org/argouml/language/sql/reveng/MySql.g:300:7: ( ( LETTER | '_' ) ( ( DIGIT )* ) )+
{
// org/argouml/language/sql/reveng/MySql.g:300:7: ( ( LETTER | '_' ) ( ( DIGIT )* ) )+
int cnt3=0;
loop3:
while (true) {
int alt3=2;
int LA3_0 = input.LA(1);
if ( ((LA3_0 >= 'A' && LA3_0 <= 'Z')||LA3_0=='_'||(LA3_0 >= 'a' && LA3_0 <= 'z')) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:300:8: ( LETTER | '_' ) ( ( DIGIT )* )
{
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;
}
// org/argouml/language/sql/reveng/MySql.g:300:24: ( ( DIGIT )* )
// org/argouml/language/sql/reveng/MySql.g:300:25: ( DIGIT )*
{
// org/argouml/language/sql/reveng/MySql.g:300:25: ( DIGIT )*
loop2:
while (true) {
int alt2=2;
int LA2_0 = input.LA(1);
if ( ((LA2_0 >= '0' && LA2_0 <= '9')) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:
{
if ( (input.LA(1) >= '0' && input.LA(1) <= '9') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
break;
default :
break loop2;
}
}
}
}
break;
default :
if ( cnt3 >= 1 ) break loop3;
EarlyExitException eee = new EarlyExitException(3, input);
throw eee;
}
cnt3++;
}
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ID"
// $ANTLR start "VAR_MYSQL"
public final void mVAR_MYSQL() throws RecognitionException {
try {
int _type = VAR_MYSQL;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:302:11: ( '@' ( '@' )? ID )
// org/argouml/language/sql/reveng/MySql.g:302:13: '@' ( '@' )? ID
{
match('@');
// org/argouml/language/sql/reveng/MySql.g:302:17: ( '@' )?
int alt4=2;
int LA4_0 = input.LA(1);
if ( (LA4_0=='@') ) {
alt4=1;
}
switch (alt4) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:302:18: '@'
{
match('@');
}
break;
}
mID();
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "VAR_MYSQL"
// $ANTLR start "PROTECT_CHAR"
public final void mPROTECT_CHAR() throws RecognitionException {
try {
int _type = PROTECT_CHAR;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:304:14: ( '`' )
// org/argouml/language/sql/reveng/MySql.g:304:16: '`'
{
match('`');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "PROTECT_CHAR"
// $ANTLR start "WS"
public final void mWS() throws RecognitionException {
try {
int _type = WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:306:4: ( ( '\\t' | ' ' | '\\r' | '\\n' | '\\u000C' )+ )
// org/argouml/language/sql/reveng/MySql.g:306:6: ( '\\t' | ' ' | '\\r' | '\\n' | '\\u000C' )+
{
// org/argouml/language/sql/reveng/MySql.g:306:6: ( '\\t' | ' ' | '\\r' | '\\n' | '\\u000C' )+
int cnt5=0;
loop5:
while (true) {
int alt5=2;
int LA5_0 = input.LA(1);
if ( ((LA5_0 >= '\t' && LA5_0 <= '\n')||(LA5_0 >= '\f' && LA5_0 <= '\r')||LA5_0==' ') ) {
alt5=1;
}
switch (alt5) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:
{
if ( (input.LA(1) >= '\t' && input.LA(1) <= '\n')||(input.LA(1) >= '\f' && input.LA(1) <= '\r')||input.LA(1)==' ' ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
break;
default :
if ( cnt5 >= 1 ) break loop5;
EarlyExitException eee = new EarlyExitException(5, input);
throw eee;
}
cnt5++;
}
_channel = HIDDEN;
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "WS"
// $ANTLR start "SL_COMMENT"
public final void mSL_COMMENT() throws RecognitionException {
try {
int _type = SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:308:12: ( ( ( '--' | '#' ) (~ ( '\\n' | '\\r' ) )* ( '\\r' )? '\\n' ) )
// org/argouml/language/sql/reveng/MySql.g:309:2: ( ( '--' | '#' ) (~ ( '\\n' | '\\r' ) )* ( '\\r' )? '\\n' )
{
// org/argouml/language/sql/reveng/MySql.g:309:2: ( ( '--' | '#' ) (~ ( '\\n' | '\\r' ) )* ( '\\r' )? '\\n' )
// org/argouml/language/sql/reveng/MySql.g:309:4: ( '--' | '#' ) (~ ( '\\n' | '\\r' ) )* ( '\\r' )? '\\n'
{
// org/argouml/language/sql/reveng/MySql.g:309:4: ( '--' | '#' )
int alt6=2;
int LA6_0 = input.LA(1);
if ( (LA6_0=='-') ) {
alt6=1;
}
else if ( (LA6_0=='#') ) {
alt6=2;
}
else {
NoViableAltException nvae =
new NoViableAltException("", 6, 0, input);
throw nvae;
}
switch (alt6) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:309:5: '--'
{
match("--");
}
break;
case 2 :
// org/argouml/language/sql/reveng/MySql.g:309:10: '#'
{
match('#');
}
break;
}
// org/argouml/language/sql/reveng/MySql.g:309:15: (~ ( '\\n' | '\\r' ) )*
loop7:
while (true) {
int alt7=2;
int LA7_0 = input.LA(1);
if ( ((LA7_0 >= '\u0000' && LA7_0 <= '\t')||(LA7_0 >= '\u000B' && LA7_0 <= '\f')||(LA7_0 >= '\u000E' && LA7_0 <= '\uFFFF')) ) {
alt7=1;
}
switch (alt7) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:
{
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 loop7;
}
}
// org/argouml/language/sql/reveng/MySql.g:309:29: ( '\\r' )?
int alt8=2;
int LA8_0 = input.LA(1);
if ( (LA8_0=='\r') ) {
alt8=1;
}
switch (alt8) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:309:29: '\\r'
{
match('\r');
}
break;
}
match('\n');
}
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "SL_COMMENT"
// $ANTLR start "ML_COMMENT"
public final void mML_COMMENT() throws RecognitionException {
try {
int _type = ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:313:12: ( '/*' ( . )* '*/' )
// org/argouml/language/sql/reveng/MySql.g:314:2: '/*' ( . )* '*/'
{
match("/*");
// org/argouml/language/sql/reveng/MySql.g:314:7: ( . )*
loop9:
while (true) {
int alt9=2;
int LA9_0 = input.LA(1);
if ( (LA9_0=='*') ) {
int LA9_1 = input.LA(2);
if ( (LA9_1=='/') ) {
alt9=2;
}
else if ( ((LA9_1 >= '\u0000' && LA9_1 <= '.')||(LA9_1 >= '0' && LA9_1 <= '\uFFFF')) ) {
alt9=1;
}
}
else if ( ((LA9_0 >= '\u0000' && LA9_0 <= ')')||(LA9_0 >= '+' && LA9_0 <= '\uFFFF')) ) {
alt9=1;
}
switch (alt9) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:314:7: .
{
matchAny();
}
break;
default :
break loop9;
}
}
match("*/");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ML_COMMENT"
// $ANTLR start "QUOTED_TEXT"
public final void mQUOTED_TEXT() throws RecognitionException {
try {
int _type = QUOTED_TEXT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// org/argouml/language/sql/reveng/MySql.g:317:13: ( '\\'' (~ ( '\\'' ) | '\\'' '\\'' )* '\\'' )
// org/argouml/language/sql/reveng/MySql.g:318:2: '\\'' (~ ( '\\'' ) | '\\'' '\\'' )* '\\''
{
match('\'');
// org/argouml/language/sql/reveng/MySql.g:319:2: (~ ( '\\'' ) | '\\'' '\\'' )*
loop10:
while (true) {
int alt10=3;
int LA10_0 = input.LA(1);
if ( (LA10_0=='\'') ) {
int LA10_1 = input.LA(2);
if ( (LA10_1=='\'') ) {
alt10=2;
}
}
else if ( ((LA10_0 >= '\u0000' && LA10_0 <= '&')||(LA10_0 >= '(' && LA10_0 <= '\uFFFF')) ) {
alt10=1;
}
switch (alt10) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:319:4: ~ ( '\\'' )
{
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;
case 2 :
// org/argouml/language/sql/reveng/MySql.g:324:3: '\\'' '\\''
{
match('\'');
match('\'');
}
break;
default :
break loop10;
}
}
match('\'');
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "QUOTED_TEXT"
// $ANTLR start "LETTER"
public final void mLETTER() throws RecognitionException {
try {
// org/argouml/language/sql/reveng/MySql.g:331:5: ( 'a' .. 'z' | 'A' .. 'Z' )
// org/argouml/language/sql/reveng/MySql.g:
{
if ( (input.LA(1) >= 'A' && input.LA(1) <= 'Z')||(input.LA(1) >= 'a' && input.LA(1) <= 'z') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "LETTER"
// $ANTLR start "DIGIT"
public final void mDIGIT() throws RecognitionException {
try {
// org/argouml/language/sql/reveng/MySql.g:335:16: ( '0' .. '9' )
// org/argouml/language/sql/reveng/MySql.g:
{
if ( (input.LA(1) >= '0' && input.LA(1) <= '9') ) {
input.consume();
}
else {
MismatchedSetException mse = new MismatchedSetException(null,input);
recover(mse);
throw mse;
}
}
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "DIGIT"
@Override
public void mTokens() throws RecognitionException {
// org/argouml/language/sql/reveng/MySql.g:1:8: ( 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 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | LEFT_PAREN | RIGHT_PAREN | COMMA | SEMICOLON | DOT | NUMBER | ID | VAR_MYSQL | PROTECT_CHAR | WS | SL_COMMENT | ML_COMMENT | QUOTED_TEXT )
int alt11=49;
alt11 = dfa11.predict(input);
switch (alt11) {
case 1 :
// org/argouml/language/sql/reveng/MySql.g:1:10: T__19
{
mT__19();
}
break;
case 2 :
// org/argouml/language/sql/reveng/MySql.g:1:16: T__20
{
mT__20();
}
break;
case 3 :
// org/argouml/language/sql/reveng/MySql.g:1:22: T__21
{
mT__21();
}
break;
case 4 :
// org/argouml/language/sql/reveng/MySql.g:1:28: T__22
{
mT__22();
}
break;
case 5 :
// org/argouml/language/sql/reveng/MySql.g:1:34: T__23
{
mT__23();
}
break;
case 6 :
// org/argouml/language/sql/reveng/MySql.g:1:40: T__24
{
mT__24();
}
break;
case 7 :
// org/argouml/language/sql/reveng/MySql.g:1:46: T__25
{
mT__25();
}
break;
case 8 :
// org/argouml/language/sql/reveng/MySql.g:1:52: T__26
{
mT__26();
}
break;
case 9 :
// org/argouml/language/sql/reveng/MySql.g:1:58: T__27
{
mT__27();
}
break;
case 10 :
// org/argouml/language/sql/reveng/MySql.g:1:64: T__28
{
mT__28();
}
break;
case 11 :
// org/argouml/language/sql/reveng/MySql.g:1:70: T__29
{
mT__29();
}
break;
case 12 :
// org/argouml/language/sql/reveng/MySql.g:1:76: T__30
{
mT__30();
}
break;
case 13 :
// org/argouml/language/sql/reveng/MySql.g:1:82: T__31
{
mT__31();
}
break;
case 14 :
// org/argouml/language/sql/reveng/MySql.g:1:88: T__32
{
mT__32();
}
break;
case 15 :
// org/argouml/language/sql/reveng/MySql.g:1:94: T__33
{
mT__33();
}
break;
case 16 :
// org/argouml/language/sql/reveng/MySql.g:1:100: T__34
{
mT__34();
}
break;
case 17 :
// org/argouml/language/sql/reveng/MySql.g:1:106: T__35
{
mT__35();
}
break;
case 18 :
// org/argouml/language/sql/reveng/MySql.g:1:112: T__36
{
mT__36();
}
break;
case 19 :
// org/argouml/language/sql/reveng/MySql.g:1:118: T__37
{
mT__37();
}
break;
case 20 :
// org/argouml/language/sql/reveng/MySql.g:1:124: T__38
{
mT__38();
}
break;
case 21 :
// org/argouml/language/sql/reveng/MySql.g:1:130: T__39
{
mT__39();
}
break;
case 22 :
// org/argouml/language/sql/reveng/MySql.g:1:136: T__40
{
mT__40();
}
break;
case 23 :
// org/argouml/language/sql/reveng/MySql.g:1:142: T__41
{
mT__41();
}
break;
case 24 :
// org/argouml/language/sql/reveng/MySql.g:1:148: T__42
{
mT__42();
}
break;
case 25 :
// org/argouml/language/sql/reveng/MySql.g:1:154: T__43
{
mT__43();
}
break;
case 26 :
// org/argouml/language/sql/reveng/MySql.g:1:160: T__44
{
mT__44();
}
break;
case 27 :
// org/argouml/language/sql/reveng/MySql.g:1:166: T__45
{
mT__45();
}
break;
case 28 :
// org/argouml/language/sql/reveng/MySql.g:1:172: T__46
{
mT__46();
}
break;
case 29 :
// org/argouml/language/sql/reveng/MySql.g:1:178: T__47
{
mT__47();
}
break;
case 30 :
// org/argouml/language/sql/reveng/MySql.g:1:184: T__48
{
mT__48();
}
break;
case 31 :
// org/argouml/language/sql/reveng/MySql.g:1:190: T__49
{
mT__49();
}
break;
case 32 :
// org/argouml/language/sql/reveng/MySql.g:1:196: T__50
{
mT__50();
}
break;
case 33 :
// org/argouml/language/sql/reveng/MySql.g:1:202: T__51
{
mT__51();
}
break;
case 34 :
// org/argouml/language/sql/reveng/MySql.g:1:208: T__52
{
mT__52();
}
break;
case 35 :
// org/argouml/language/sql/reveng/MySql.g:1:214: T__53
{
mT__53();
}
break;
case 36 :
// org/argouml/language/sql/reveng/MySql.g:1:220: T__54
{
mT__54();
}
break;
case 37 :
// org/argouml/language/sql/reveng/MySql.g:1:226: LEFT_PAREN
{
mLEFT_PAREN();
}
break;
case 38 :
// org/argouml/language/sql/reveng/MySql.g:1:237: RIGHT_PAREN
{
mRIGHT_PAREN();
}
break;
case 39 :
// org/argouml/language/sql/reveng/MySql.g:1:249: COMMA
{
mCOMMA();
}
break;
case 40 :
// org/argouml/language/sql/reveng/MySql.g:1:255: SEMICOLON
{
mSEMICOLON();
}
break;
case 41 :
// org/argouml/language/sql/reveng/MySql.g:1:265: DOT
{
mDOT();
}
break;
case 42 :
// org/argouml/language/sql/reveng/MySql.g:1:269: NUMBER
{
mNUMBER();
}
break;
case 43 :
// org/argouml/language/sql/reveng/MySql.g:1:276: ID
{
mID();
}
break;
case 44 :
// org/argouml/language/sql/reveng/MySql.g:1:279: VAR_MYSQL
{
mVAR_MYSQL();
}
break;
case 45 :
// org/argouml/language/sql/reveng/MySql.g:1:289: PROTECT_CHAR
{
mPROTECT_CHAR();
}
break;
case 46 :
// org/argouml/language/sql/reveng/MySql.g:1:302: WS
{
mWS();
}
break;
case 47 :
// org/argouml/language/sql/reveng/MySql.g:1:305: SL_COMMENT
{
mSL_COMMENT();
}
break;
case 48 :
// org/argouml/language/sql/reveng/MySql.g:1:316: ML_COMMENT
{
mML_COMMENT();
}
break;
case 49 :
// org/argouml/language/sql/reveng/MySql.g:1:327: QUOTED_TEXT
{
mQUOTED_TEXT();
}
break;
}
}
protected DFA11 dfa11 = new DFA11(this);
static final String DFA11_eotS =
"\2\uffff\22\32\15\uffff\16\32\1\116\5\32\1\125\30\32\1\uffff\1\32\1\161"+
"\1\32\1\uffff\1\163\1\32\1\uffff\4\32\1\172\17\32\1\u008a\3\32\1\u008e"+
"\1\u008f\1\32\1\uffff\1\32\1\uffff\1\u0092\4\32\2\uffff\6\32\1\u009d\10"+
"\32\1\uffff\3\32\2\uffff\1\u00a9\1\u00aa\1\uffff\4\32\1\u00af\5\32\1\uffff"+
"\4\32\1\u00b9\2\32\1\u00bc\1\u00bd\1\u00be\1\32\2\uffff\4\32\1\uffff\1"+
"\u00c4\1\32\1\u00c6\2\32\1\u00c9\1\u00ca\1\u00cb\1\32\1\uffff\1\32\1\u00ce"+
"\3\uffff\1\u00cf\1\u00d0\1\u00d1\2\32\1\uffff\1\32\1\uffff\2\32\3\uffff"+
"\2\32\4\uffff\1\32\1\u00da\1\u00db\1\u00dc\4\32\3\uffff\1\32\1\u00e2\1"+
"\32\1\u00e4\1\32\1\uffff\1\32\1\uffff\4\32\1\u00eb\1\32\1\uffff\2\32\1"+
"\u00ef\1\uffff";
static final String DFA11_eofS =
"\u00f0\uffff";
static final String DFA11_minS =
"\1\11\1\uffff\1\125\1\124\1\101\1\105\1\116\1\117\1\101\1\106\1\105\1"+
"\101\1\117\1\116\1\101\2\105\1\101\1\116\1\105\15\uffff\1\124\1\122\1"+
"\123\1\101\1\115\1\105\1\122\1\106\1\117\1\107\1\111\1\122\1\114\1\123"+
"\1\60\1\104\1\131\1\124\1\40\1\114\1\60\1\122\1\111\1\106\1\124\1\102"+
"\1\111\1\104\1\122\1\117\1\105\1\103\1\122\1\115\1\123\1\101\1\122\1\101"+
"\1\105\1\120\1\111\1\123\1\105\1\114\1\110\1\uffff\1\105\1\60\1\103\1"+
"\uffff\1\60\1\114\1\uffff\1\124\1\115\1\105\1\124\1\40\1\114\1\121\1\111"+
"\1\101\1\117\1\137\1\105\1\101\1\123\1\105\2\124\1\105\1\125\1\124\1\60"+
"\1\116\1\124\1\111\2\60\1\130\1\uffff\1\110\1\uffff\1\60\1\111\1\101\2"+
"\122\2\uffff\1\105\1\125\1\107\1\124\1\106\1\111\1\60\1\104\1\105\1\116"+
"\1\122\1\105\1\116\1\114\1\105\1\uffff\1\105\1\123\1\107\2\uffff\2\60"+
"\1\uffff\1\101\1\122\1\105\1\111\1\60\1\105\1\116\1\105\1\111\1\116\1"+
"\uffff\1\105\2\124\1\101\1\60\2\124\3\60\1\116\2\uffff\1\114\1\131\1\116"+
"\1\103\1\uffff\1\60\1\105\1\60\1\114\1\103\3\60\1\111\1\uffff\1\137\1"+
"\60\3\uffff\3\60\1\103\1\124\1\uffff\1\104\1\uffff\1\114\1\122\3\uffff"+
"\1\116\1\124\4\uffff\1\105\3\60\1\105\1\124\1\111\1\123\3\uffff\1\115"+
"\1\60\1\115\1\60\1\105\1\uffff\1\105\1\uffff\1\116\1\123\2\124\1\60\1"+
"\101\1\uffff\1\115\1\120\1\60\1\uffff";
static final String DFA11_maxS =
"\1\172\1\uffff\1\125\1\124\1\125\1\122\1\130\1\125\1\101\1\116\1\105\1"+
"\101\1\125\1\116\1\122\2\105\1\101\1\120\1\105\15\uffff\1\124\1\122\1"+
"\123\1\101\1\116\1\105\1\122\1\114\1\117\1\107\1\111\1\122\1\114\1\123"+
"\1\172\1\104\1\131\2\124\1\114\1\172\1\122\1\111\1\123\1\124\1\102\1\123"+
"\1\104\1\122\1\117\1\105\1\103\1\122\1\115\1\123\1\101\1\122\1\101\1\105"+
"\1\120\1\111\1\123\1\105\1\114\1\110\1\uffff\1\105\1\172\1\103\1\uffff"+
"\1\172\1\114\1\uffff\1\124\1\115\1\105\1\124\1\172\1\114\1\121\1\111\1"+
"\101\1\117\1\137\1\105\1\101\1\123\1\105\2\124\1\105\1\125\1\124\1\172"+
"\1\116\1\124\1\111\2\172\1\130\1\uffff\1\110\1\uffff\1\172\1\111\1\101"+
"\2\122\2\uffff\1\105\1\125\1\107\1\124\1\106\1\111\1\172\1\104\1\105\1"+
"\116\1\122\1\105\1\116\1\114\1\105\1\uffff\1\105\1\123\1\107\2\uffff\2"+
"\172\1\uffff\1\101\1\122\1\105\1\111\1\172\1\105\1\116\1\105\1\111\1\116"+
"\1\uffff\1\105\2\124\1\101\1\172\2\124\3\172\1\116\2\uffff\1\114\1\131"+
"\1\116\1\103\1\uffff\1\172\1\105\1\172\1\114\1\103\3\172\1\111\1\uffff"+
"\1\137\1\172\3\uffff\3\172\1\103\1\124\1\uffff\1\104\1\uffff\1\114\1\122"+
"\3\uffff\1\116\1\124\4\uffff\1\105\3\172\1\105\1\124\1\111\1\123\3\uffff"+
"\1\115\1\172\1\115\1\172\1\105\1\uffff\1\105\1\uffff\1\116\1\123\2\124"+
"\1\172\1\101\1\uffff\1\115\1\120\1\172\1\uffff";
static final String DFA11_acceptS =
"\1\uffff\1\1\22\uffff\1\45\1\46\1\47\1\50\1\51\1\52\1\53\1\54\1\55\1\56"+
"\1\57\1\60\1\61\55\uffff\1\22\3\uffff\1\26\2\uffff\1\31\33\uffff\1\24"+
"\1\uffff\1\27\5\uffff\1\36\1\37\17\uffff\1\14\3\uffff\1\20\1\21\2\uffff"+
"\1\30\12\uffff\1\3\13\uffff\1\23\1\25\4\uffff\1\40\11\uffff\1\10\2\uffff"+
"\1\13\1\15\1\16\5\uffff\1\41\1\uffff\1\43\2\uffff\1\4\1\5\1\6\2\uffff"+
"\1\12\1\17\1\32\1\33\10\uffff\1\35\1\42\1\44\5\uffff\1\7\1\uffff\1\34"+
"\6\uffff\1\2\3\uffff\1\11";
static final String DFA11_specialS =
"\u00f0\uffff}>";
static final String[] DFA11_transitionS = {
"\2\35\1\uffff\2\35\22\uffff\1\35\2\uffff\1\36\3\uffff\1\40\1\24\1\25"+
"\2\uffff\1\26\1\36\1\30\1\37\12\31\1\uffff\1\27\1\uffff\1\1\2\uffff\1"+
"\33\1\2\1\3\1\4\1\5\1\6\1\7\1\32\1\10\1\11\1\32\1\12\1\32\1\13\1\14\1"+
"\15\1\16\1\32\1\17\1\20\1\21\1\22\4\32\1\23\4\uffff\1\32\1\34\32\32",
"",
"\1\41",
"\1\42",
"\1\43\6\uffff\1\44\6\uffff\1\45\2\uffff\1\46\2\uffff\1\47",
"\1\50\14\uffff\1\51",
"\1\52\11\uffff\1\53",
"\1\54\5\uffff\1\55",
"\1\56",
"\1\57\7\uffff\1\60",
"\1\61",
"\1\62",
"\1\63\5\uffff\1\64",
"\1\65",
"\1\66\20\uffff\1\67",
"\1\70",
"\1\71",
"\1\72",
"\1\73\1\uffff\1\74",
"\1\75",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\1\76",
"\1\77",
"\1\100",
"\1\101",
"\1\102\1\103",
"\1\104",
"\1\105",
"\1\106\5\uffff\1\107",
"\1\110",
"\1\111",
"\1\112",
"\1\113",
"\1\114",
"\1\115",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\117",
"\1\120",
"\1\121",
"\1\122\63\uffff\1\123",
"\1\124",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\126",
"\1\127",
"\1\130\14\uffff\1\131",
"\1\132",
"\1\133",
"\1\134\11\uffff\1\135",
"\1\136",
"\1\137",
"\1\140",
"\1\141",
"\1\142",
"\1\143",
"\1\144",
"\1\145",
"\1\146",
"\1\147",
"\1\150",
"\1\151",
"\1\152",
"\1\153",
"\1\154",
"\1\155",
"\1\156",
"\1\157",
"",
"\1\160",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\162",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\164",
"",
"\1\165",
"\1\166",
"\1\167",
"\1\170",
"\1\171\17\uffff\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\173",
"\1\174",
"\1\175",
"\1\176",
"\1\177",
"\1\u0080",
"\1\u0081",
"\1\u0082",
"\1\u0083",
"\1\u0084",
"\1\u0085",
"\1\u0086",
"\1\u0087",
"\1\u0088",
"\1\u0089",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u008b",
"\1\u008c",
"\1\u008d",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u0090",
"",
"\1\u0091",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u0093",
"\1\u0094",
"\1\u0095",
"\1\u0096",
"",
"",
"\1\u0097",
"\1\u0098",
"\1\u0099",
"\1\u009a",
"\1\u009b",
"\1\u009c",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u009e",
"\1\u009f",
"\1\u00a0",
"\1\u00a1",
"\1\u00a2",
"\1\u00a3",
"\1\u00a4",
"\1\u00a5",
"",
"\1\u00a6",
"\1\u00a7",
"\1\u00a8",
"",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"\1\u00ab",
"\1\u00ac",
"\1\u00ad",
"\1\u00ae",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00b0",
"\1\u00b1",
"\1\u00b2",
"\1\u00b3",
"\1\u00b4",
"",
"\1\u00b5",
"\1\u00b6",
"\1\u00b7",
"\1\u00b8",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00ba",
"\1\u00bb",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00bf",
"",
"",
"\1\u00c0",
"\1\u00c1",
"\1\u00c2",
"\1\u00c3",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00c5",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00c7",
"\1\u00c8",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00cc",
"",
"\1\u00cd",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"",
"",
"",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00d2",
"\1\u00d3",
"",
"\1\u00d4",
"",
"\1\u00d5",
"\1\u00d6",
"",
"",
"",
"\1\u00d7",
"\1\u00d8",
"",
"",
"",
"",
"\1\u00d9",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00dd",
"\1\u00de",
"\1\u00df",
"\1\u00e0",
"",
"",
"",
"\1\u00e1",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00e3",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00e5",
"",
"\1\u00e6",
"",
"\1\u00e7",
"\1\u00e8",
"\1\u00e9",
"\1\u00ea",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
"\1\u00ec",
"",
"\1\u00ed",
"\1\u00ee",
"\12\32\7\uffff\32\32\4\uffff\1\32\1\uffff\32\32",
""
};
static final short[] DFA11_eot = DFA.unpackEncodedString(DFA11_eotS);
static final short[] DFA11_eof = DFA.unpackEncodedString(DFA11_eofS);
static final char[] DFA11_min = DFA.unpackEncodedStringToUnsignedChars(DFA11_minS);
static final char[] DFA11_max = DFA.unpackEncodedStringToUnsignedChars(DFA11_maxS);
static final short[] DFA11_accept = DFA.unpackEncodedString(DFA11_acceptS);
static final short[] DFA11_special = DFA.unpackEncodedString(DFA11_specialS);
static final short[][] DFA11_transition;
static {
int numStates = DFA11_transitionS.length;
DFA11_transition = new short[numStates][];
for (int i=0; i<numStates; i++) {
DFA11_transition[i] = DFA.unpackEncodedString(DFA11_transitionS[i]);
}
}
protected class DFA11 extends DFA {
public DFA11(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 11;
this.eot = DFA11_eot;
this.eof = DFA11_eof;
this.min = DFA11_min;
this.max = DFA11_max;
this.accept = DFA11_accept;
this.special = DFA11_special;
this.transition = DFA11_transition;
}
@Override
public String getDescription() {
return "1:1: Tokens : ( 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 | T__41 | T__42 | T__43 | T__44 | T__45 | T__46 | T__47 | T__48 | T__49 | T__50 | T__51 | T__52 | T__53 | T__54 | LEFT_PAREN | RIGHT_PAREN | COMMA | SEMICOLON | DOT | NUMBER | ID | VAR_MYSQL | PROTECT_CHAR | WS | SL_COMMENT | ML_COMMENT | QUOTED_TEXT );";
}
}
}