
rapture.generated.LGenLexer Maven / Gradle / Ivy
The newest version!
// $ANTLR 3.5.2 /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g 2016-05-03 11:54:04
package rapture.generated;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import java.util.ArrayList;
@SuppressWarnings("all")
public class LGenLexer extends Lexer {
public static final int EOF=-1;
public static final int COMMA=4;
public static final int DUMMY=5;
public static final int EQUALS=6;
public static final int ETCD=7;
public static final int FILE=8;
public static final int ID=9;
public static final int LBRACE=10;
public static final int LOCKING=11;
public static final int MEMORY=12;
public static final int MONGODB=13;
public static final int RBRACE=14;
public static final int REDIS=15;
public static final int STRING=16;
public static final int USING=17;
public static final int WS=18;
public static final int ZOOKEEPER=19;
// delegates
// delegators
public Lexer[] getDelegates() {
return new Lexer[] {};
}
public LGenLexer() {}
public LGenLexer(CharStream input) {
this(input, new RecognizerSharedState());
}
public LGenLexer(CharStream input, RecognizerSharedState state) {
super(input,state);
}
@Override public String getGrammarFileName() { return "/Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g"; }
// $ANTLR start "LOCKING"
public final void mLOCKING() throws RecognitionException {
try {
int _type = LOCKING;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:19:9: ( 'LOCKING' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:19:11: 'LOCKING'
{
match("LOCKING");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "LOCKING"
// $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/lgen/LGenLexer.g:21:8: ( 'MEMORY' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:21: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/lgen/LGenLexer.g:22:6: ( 'FILE' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:22:8: 'FILE'
{
match("FILE");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "FILE"
// $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/lgen/LGenLexer.g:23:7: ( 'REDIS' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:23: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/lgen/LGenLexer.g:24:9: ( 'MONGODB' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:24:11: 'MONGODB'
{
match("MONGODB");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "MONGODB"
// $ANTLR start "DUMMY"
public final void mDUMMY() throws RecognitionException {
try {
int _type = DUMMY;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:25:7: ( 'DUMMY' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:25:9: 'DUMMY'
{
match("DUMMY");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "DUMMY"
// $ANTLR start "ZOOKEEPER"
public final void mZOOKEEPER() throws RecognitionException {
try {
int _type = ZOOKEEPER;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:26:11: ( 'ZOOKEEPER' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:26:13: 'ZOOKEEPER'
{
match("ZOOKEEPER");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ZOOKEEPER"
// $ANTLR start "ETCD"
public final void mETCD() throws RecognitionException {
try {
int _type = ETCD;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:27:6: ( 'ETCD' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:27:8: 'ETCD'
{
match("ETCD");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}
// $ANTLR end "ETCD"
// $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/lgen/LGenLexer.g:30:8: ( '{' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.g:31:8: ( '}' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.g:32:7: ( ',' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.g:33:8: ( '=' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.g:34:7: ( 'using' | 'USING' )
int alt1=2;
int LA1_0 = input.LA(1);
if ( (LA1_0=='u') ) {
alt1=1;
}
else if ( (LA1_0=='U') ) {
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/lgen/LGenLexer.g:34:9: 'using'
{
match("using");
}
break;
case 2 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.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/lgen/LGenLexer.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/lgen/LGenLexer.g:36:30: ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_' )*
loop2:
while (true) {
int alt2=2;
int LA2_0 = input.LA(1);
if ( ((LA2_0 >= '0' && LA2_0 <= '9')||(LA2_0 >= 'A' && LA2_0 <= 'Z')||LA2_0=='_'||(LA2_0 >= 'a' && LA2_0 <= 'z')) ) {
alt2=1;
}
switch (alt2) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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 loop2;
}
}
}
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/lgen/LGenLexer.g:37:8: ( '\"' (~ '\"' )* '\"' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:37:10: '\"' (~ '\"' )* '\"'
{
match('\"');
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:37:14: (~ '\"' )*
loop3:
while (true) {
int alt3=2;
int LA3_0 = input.LA(1);
if ( ((LA3_0 >= '\u0000' && LA3_0 <= '!')||(LA3_0 >= '#' && LA3_0 <= '\uFFFF')) ) {
alt3=1;
}
switch (alt3) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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 loop3;
}
}
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/lgen/LGenLexer.g:39:4: ( ( ' ' ) )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:39:6: ( ' ' )
{
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:39:6: ( ' ' )
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.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/lgen/LGenLexer.g:1:8: ( LOCKING | MEMORY | FILE | REDIS | MONGODB | DUMMY | ZOOKEEPER | ETCD | LBRACE | RBRACE | COMMA | EQUALS | USING | ID | STRING | WS )
int alt4=16;
alt4 = dfa4.predict(input);
switch (alt4) {
case 1 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:10: LOCKING
{
mLOCKING();
}
break;
case 2 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:18: MEMORY
{
mMEMORY();
}
break;
case 3 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:25: FILE
{
mFILE();
}
break;
case 4 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:30: REDIS
{
mREDIS();
}
break;
case 5 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:36: MONGODB
{
mMONGODB();
}
break;
case 6 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:44: DUMMY
{
mDUMMY();
}
break;
case 7 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:50: ZOOKEEPER
{
mZOOKEEPER();
}
break;
case 8 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:60: ETCD
{
mETCD();
}
break;
case 9 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:65: LBRACE
{
mLBRACE();
}
break;
case 10 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:72: RBRACE
{
mRBRACE();
}
break;
case 11 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:79: COMMA
{
mCOMMA();
}
break;
case 12 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:85: EQUALS
{
mEQUALS();
}
break;
case 13 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:92: USING
{
mUSING();
}
break;
case 14 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:98: ID
{
mID();
}
break;
case 15 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:101: STRING
{
mSTRING();
}
break;
case 16 :
// /Users/amkimian/Development/cloud/Rapture/Libs/RaptureCore/src/main/antlr3/rapture/dsl/lgen/LGenLexer.g:1:108: WS
{
mWS();
}
break;
}
}
protected DFA4 dfa4 = new DFA4(this);
static final String DFA4_eotS =
"\1\uffff\7\16\4\uffff\2\16\3\uffff\27\16\1\62\3\16\1\66\5\16\1\uffff\1"+
"\74\1\75\1\16\1\uffff\2\77\1\16\1\101\1\16\2\uffff\1\16\1\uffff\1\104"+
"\1\uffff\1\105\1\16\2\uffff\1\16\1\110\1\uffff";
static final String DFA4_eofS =
"\111\uffff";
static final String DFA4_minS =
"\1\40\1\117\1\105\1\111\1\105\1\125\1\117\1\124\4\uffff\1\163\1\123\3"+
"\uffff\1\103\1\115\1\116\1\114\1\104\1\115\1\117\1\103\1\151\1\111\1\113"+
"\1\117\1\107\1\105\1\111\1\115\1\113\1\104\1\156\1\116\1\111\1\122\1\117"+
"\1\60\1\123\1\131\1\105\1\60\1\147\1\107\1\116\1\131\1\104\1\uffff\2\60"+
"\1\105\1\uffff\2\60\1\107\1\60\1\102\2\uffff\1\120\1\uffff\1\60\1\uffff"+
"\1\60\1\105\2\uffff\1\122\1\60\1\uffff";
static final String DFA4_maxS =
"\1\175\2\117\1\111\1\105\1\125\1\117\1\124\4\uffff\1\163\1\123\3\uffff"+
"\1\103\1\115\1\116\1\114\1\104\1\115\1\117\1\103\1\151\1\111\1\113\1\117"+
"\1\107\1\105\1\111\1\115\1\113\1\104\1\156\1\116\1\111\1\122\1\117\1\172"+
"\1\123\1\131\1\105\1\172\1\147\1\107\1\116\1\131\1\104\1\uffff\2\172\1"+
"\105\1\uffff\2\172\1\107\1\172\1\102\2\uffff\1\120\1\uffff\1\172\1\uffff"+
"\1\172\1\105\2\uffff\1\122\1\172\1\uffff";
static final String DFA4_acceptS =
"\10\uffff\1\11\1\12\1\13\1\14\2\uffff\1\16\1\17\1\20\41\uffff\1\3\3\uffff"+
"\1\10\5\uffff\1\4\1\6\1\uffff\1\15\1\uffff\1\2\2\uffff\1\1\1\5\2\uffff"+
"\1\7";
static final String DFA4_specialS =
"\111\uffff}>";
static final String[] DFA4_transitionS = {
"\1\20\1\uffff\1\17\11\uffff\1\12\20\uffff\1\13\3\uffff\3\16\1\5\1\7\1"+
"\3\5\16\1\1\1\2\4\16\1\4\2\16\1\15\4\16\1\6\4\uffff\1\16\1\uffff\24\16"+
"\1\14\5\16\1\10\1\uffff\1\11",
"\1\21",
"\1\22\11\uffff\1\23",
"\1\24",
"\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",
"\1\44",
"\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",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\63",
"\1\64",
"\1\65",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\67",
"\1\70",
"\1\71",
"\1\72",
"\1\73",
"",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\76",
"",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\100",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\102",
"",
"",
"\1\103",
"",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
"\1\106",
"",
"",
"\1\107",
"\12\16\7\uffff\32\16\4\uffff\1\16\1\uffff\32\16",
""
};
static final short[] DFA4_eot = DFA.unpackEncodedString(DFA4_eotS);
static final short[] DFA4_eof = DFA.unpackEncodedString(DFA4_eofS);
static final char[] DFA4_min = DFA.unpackEncodedStringToUnsignedChars(DFA4_minS);
static final char[] DFA4_max = DFA.unpackEncodedStringToUnsignedChars(DFA4_maxS);
static final short[] DFA4_accept = DFA.unpackEncodedString(DFA4_acceptS);
static final short[] DFA4_special = DFA.unpackEncodedString(DFA4_specialS);
static final short[][] DFA4_transition;
static {
int numStates = DFA4_transitionS.length;
DFA4_transition = new short[numStates][];
for (int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy