All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.constraint.parser.GeneratedDrlConstraintParserTokenManager Maven / Gradle / Ivy

There is a newer version: 7.23.0.Final
Show newest version
/* GeneratedDrlConstraintParserTokenManager.java */
/* Generated by: ParserGeneratorCC: Do not edit this line. GeneratedDrlConstraintParserTokenManager.java */
/*
 * Copyright (C) 2007-2010 Júlio Vilmar Gesser.
 * Copyright (C) 2011, 2013-2016 The JavaParser Team.
 *
 * This file is part of JavaParser.
 *
 * JavaParser can be used either under the terms of
 * a) the GNU Lesser General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     (at your option) any later version.
 * b) the terms of the Apache License
 *
 * You should have received a copy of both licenses in LICENCE.LGPL and
 * LICENCE.APACHE. Please refer to those files for details.
 *
 * JavaParser is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 */
package org.drools.constraint.parser;
import java.io.*;
import java.util.*;
import java.util.concurrent.TimeUnit;
import com.github.javaparser.ast.*;
import com.github.javaparser.ast.body.*;
import com.github.javaparser.ast.comments.*;
import com.github.javaparser.ast.modules.*;
import com.github.javaparser.ast.expr.*;
import org.drools.constraint.parser.ast.expr.*;
import com.github.javaparser.ast.stmt.*;
import com.github.javaparser.ast.type.*;
import com.github.javaparser.utils.*;
import com.github.javaparser.Problem;
import com.github.javaparser.TokenRange;
import com.github.javaparser.TokenRange;
import org.drools.constraint.parser.Token;
import com.github.javaparser.JavaToken;
import static com.github.javaparser.JavaToken.INVALID;
import static com.github.javaparser.ast.Node.Parsedness.UNPARSABLE;
import static com.github.javaparser.utils.Utils.*;
import static com.github.javaparser.ast.NodeList.*;
import static org.drools.constraint.parser.GeneratedDrlConstraintParser.*;
import static com.github.javaparser.Range.*;
import static com.github.javaparser.Position.*;
import static com.github.javaparser.ast.type.ArrayType.*;
import static org.drools.constraint.parser.GeneratedDrlConstraintParserTokenManagerBase.*;

/** Token Manager. */
@SuppressWarnings ("unused")
public class GeneratedDrlConstraintParserTokenManager implements GeneratedDrlConstraintParserConstants {
    private List tokens = new ArrayList();
    private CommentsCollection commentsCollection = new CommentsCollection();
    private JavaToken homeToken;
    private Stack tokenWorkStack = new Stack();
    private boolean storeTokens;

    void reset() {
        tokens = new ArrayList();
        commentsCollection = new CommentsCollection();
        homeToken = null;
    }

    List getTokens() {
        if(storeTokens) {
            return tokens;
        }
        return null;
    }

    CommentsCollection getCommentsCollection() {
        return commentsCollection;
    }

    /* Get the very first token in the file */
    JavaToken getHomeToken() {
        return homeToken;
    }

    /* Makes the parser keep a list of tokens */
    public void setStoreTokens(boolean storeTokens) {
        this.storeTokens = storeTokens;
    }

    private void CommonTokenAction(Token token) {
        // Use an intermediary stack to avoid recursion, see issue 1003
        do {
            tokenWorkStack.push(token);
            token = token.specialToken;
        } while (token != null);

        // The stack is now filled with tokens in left-to-right order. Process them.
        while(!tokenWorkStack.empty()) {
            token = tokenWorkStack.pop();
            int tokenKind = token.kind;
            String tokenText = token.image;
            token.javaToken = new org.drools.constraint.parser.JavaToken(tokenKind, tokenText);

            if(storeTokens) {
                tokens.add(token.javaToken);
            }

            if (homeToken == null) {
                homeToken = token.javaToken;
            }

            if(TokenTypes.isComment(token.kind)) {
                Comment comment = createCommentFromToken(token);
                commentsCollection.addComment(comment);
            }
        }
    }
private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1, long active2){
   switch (pos)
   {
      case 0:
         if ((active0 & 0xfffffffffffff800L) != 0x0L || (active1 & 0x3fffL) != 0x0L)
         {
            jjmatchedKind = 95;
            return 201;
         }
         if ((active1 & 0x40000000000L) != 0x0L || (active2 & 0x204000L) != 0x0L)
            return 137;
         if ((active0 & 0x80L) != 0x0L || (active1 & 0x2000000000000000L) != 0x0L || (active2 & 0x40L) != 0x0L)
            return 45;
         return -1;
      case 1:
         if ((active0 & 0x80L) != 0x0L)
            return 50;
         if ((active0 & 0x201800000L) != 0x0L || (active1 & 0x1L) != 0x0L)
            return 201;
         if ((active0 & 0xfffffffdfe7ff800L) != 0x0L || (active1 & 0x3ffeL) != 0x0L)
         {
            if (jjmatchedPos != 1)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 1;
            }
            return 201;
         }
         return -1;
      case 2:
         if ((active0 & 0xf7fffd9d7f7ff800L) != 0x0L || (active1 & 0x3bfeL) != 0x0L)
         {
            if (jjmatchedPos != 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return 201;
         }
         if ((active0 & 0x800026080000000L) != 0x0L || (active1 & 0x400L) != 0x0L)
            return 201;
         return -1;
      case 3:
         if ((active0 & 0xe3bff95c7d7a7800L) != 0x0L || (active1 & 0x1e0L) != 0x0L)
         {
            if (jjmatchedPos != 3)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 3;
            }
            return 201;
         }
         if ((active0 & 0x1440048102058000L) != 0x0L || (active1 & 0x21eL) != 0x0L)
            return 201;
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 4:
         if ((active0 & 0x41890000781a4000L) != 0x0L || (active1 & 0x8L) != 0x0L)
            return 201;
         if ((active0 & 0xa236f95c05603800L) != 0x0L || (active1 & 0x1e0L) != 0x0L)
         {
            if (jjmatchedPos != 4)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 4;
            }
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 5:
         if ((active0 & 0xa224385424602800L) != 0x0L || (active1 & 0x1c0L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 5;
            return 201;
         }
         if ((active0 & 0x112c10801001000L) != 0x0L || (active1 & 0x20L) != 0x0L)
            return 201;
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 6:
         if ((active0 & 0x180024402000L) != 0x0L || (active1 & 0x40L) != 0x0L)
            return 201;
         if ((active0 & 0xa224205400200800L) != 0x0L || (active1 & 0x180L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 6;
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 7:
         if ((active0 & 0xa004000000200800L) != 0x0L || (active1 & 0x80L) != 0x0L)
            return 201;
         if ((active0 & 0x220205400000000L) != 0x0L || (active1 & 0x100L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 7;
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 8:
         if ((active0 & 0x200204000000000L) != 0x0L)
            return 201;
         if ((active0 & 0x20001400000000L) != 0x0L || (active1 & 0x100L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 8;
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 9:
         if ((active0 & 0x1400000000L) != 0x0L || (active1 & 0x100L) != 0x0L)
            return 201;
         if ((active0 & 0x20000000000000L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 9;
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 10:
         if ((active0 & 0x20000000000000L) != 0x0L)
         {
            jjmatchedKind = 95;
            jjmatchedPos = 10;
            return 201;
         }
         if ((active1 & 0x3800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 11:
         if ((active0 & 0x20000000000000L) != 0x0L)
            return 201;
         if ((active1 & 0x1800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 12:
         if ((active1 & 0x1800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      case 13:
         if ((active1 & 0x800L) != 0x0L)
         {
            if (jjmatchedPos < 2)
            {
               jjmatchedKind = 95;
               jjmatchedPos = 2;
            }
            return -1;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_0(int pos, long active0, long active1, long active2){
   return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1, active2), pos + 1);
}
private int jjStopAtPos(int pos, int kind)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   return pos + 1;
}
private int jjMoveStringLiteralDfa0_0(){
   switch(curChar)
   {
      case 10:
         return jjStopAtPos(0, 3);
      case 13:
         jjmatchedKind = 4;
         return jjMoveStringLiteralDfa1_0(0x4L, 0x0L, 0x0L);
      case 26:
         return jjStopAtPos(0, 148);
      case '!':
         jjmatchedKind = 110;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x20000000000000L, 0x800000L);
      case '#':
         return jjStopAtPos(0, 150);
      case '%':
         jjmatchedKind = 129;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x400L);
      case '&':
         jjmatchedKind = 126;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x80000000000000L, 0x80L);
      case '(':
         return jjStopAtPos(0, 98);
      case ')':
         return jjStopAtPos(0, 99);
      case '*':
         jjmatchedKind = 124;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x20L);
      case '+':
         jjmatchedKind = 122;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x100000000000000L, 0x8L);
      case ',':
         return jjStopAtPos(0, 105);
      case '-':
         jjmatchedKind = 123;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x200000000000000L, 0x8010L);
      case '.':
         jjmatchedKind = 106;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x204000L);
      case '/':
         jjmatchedKind = 125;
         return jjMoveStringLiteralDfa1_0(0x80L, 0x0L, 0x40L);
      case ':':
         jjmatchedKind = 113;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x10000L);
      case ';':
         return jjStopAtPos(0, 104);
      case '<':
         jjmatchedKind = 109;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x8000000000000L, 0x804L);
      case '=':
         jjmatchedKind = 108;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x4000000000000L, 0x0L);
      case '>':
         jjmatchedKind = 147;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x10000000000000L, 0x63000L);
      case '?':
         return jjStopAtPos(0, 112);
      case '@':
         return jjStopAtPos(0, 107);
      case '[':
         return jjStopAtPos(0, 102);
      case ']':
         return jjStopAtPos(0, 103);
      case '^':
         jjmatchedKind = 128;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x200L);
      case 'a':
         return jjMoveStringLiteralDfa1_0(0x1800L, 0x0L, 0x0L);
      case 'b':
         return jjMoveStringLiteralDfa1_0(0xe000L, 0x0L, 0x0L);
      case 'c':
         return jjMoveStringLiteralDfa1_0(0x3f0000L, 0x0L, 0x0L);
      case 'd':
         return jjMoveStringLiteralDfa1_0(0x1c00000L, 0x0L, 0x0L);
      case 'e':
         return jjMoveStringLiteralDfa1_0(0x6000000L, 0x40L, 0x0L);
      case 'f':
         return jjMoveStringLiteralDfa1_0(0xf8000000L, 0x0L, 0x0L);
      case 'g':
         return jjMoveStringLiteralDfa1_0(0x100000000L, 0x0L, 0x0L);
      case 'i':
         return jjMoveStringLiteralDfa1_0(0x7e00000000L, 0x0L, 0x0L);
      case 'l':
         return jjMoveStringLiteralDfa1_0(0x8000000000L, 0x0L, 0x0L);
      case 'm':
         return jjMoveStringLiteralDfa1_0(0x0L, 0x20L, 0x0L);
      case 'n':
         return jjMoveStringLiteralDfa1_0(0x70000000000L, 0x400L, 0x0L);
      case 'o':
         return jjMoveStringLiteralDfa1_0(0x0L, 0xcL, 0x0L);
      case 'p':
         return jjMoveStringLiteralDfa1_0(0x780000000000L, 0x80L, 0x0L);
      case 'r':
         return jjMoveStringLiteralDfa1_0(0x8000800000000000L, 0x200L, 0x0L);
      case 's':
         return jjMoveStringLiteralDfa1_0(0x3f000000000000L, 0x3800L, 0x0L);
      case 't':
         return jjMoveStringLiteralDfa1_0(0xfc0000000000000L, 0x101L, 0x0L);
      case 'u':
         return jjMoveStringLiteralDfa1_0(0x0L, 0x10L, 0x0L);
      case 'v':
         return jjMoveStringLiteralDfa1_0(0x3000000000000000L, 0x0L, 0x0L);
      case 'w':
         return jjMoveStringLiteralDfa1_0(0x4000000000000000L, 0x2L, 0x0L);
      case '{':
         return jjStopAtPos(0, 100);
      case '|':
         jjmatchedKind = 127;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x40000000000000L, 0x100L);
      case '}':
         return jjStopAtPos(0, 101);
      case '~':
         return jjStopAtPos(0, 111);
      default :
         return jjMoveNfa_0(0, 0);
   }
}
private int jjMoveStringLiteralDfa1_0(long active0, long active1, long active2){
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(0, active0, active1, active2);
      return 1;
   }
   switch(curChar)
   {
      case 10:
         if ((active0 & 0x4L) != 0x0L)
            return jjStopAtPos(1, 2);
         break;
      case '&':
         if ((active1 & 0x80000000000000L) != 0x0L)
            return jjStopAtPos(1, 119);
         break;
      case '*':
         if ((active0 & 0x80L) != 0x0L)
            return jjStartNfaWithStates_0(1, 7, 50);
         break;
      case '+':
         if ((active1 & 0x100000000000000L) != 0x0L)
            return jjStopAtPos(1, 120);
         break;
      case '-':
         if ((active1 & 0x200000000000000L) != 0x0L)
            return jjStopAtPos(1, 121);
         break;
      case '.':
         if ((active2 & 0x800000L) != 0x0L)
            return jjStopAtPos(1, 151);
         return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x204000L);
      case ':':
         if ((active2 & 0x10000L) != 0x0L)
            return jjStopAtPos(1, 144);
         break;
      case '<':
         if ((active2 & 0x4L) != 0x0L)
         {
            jjmatchedKind = 130;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x800L);
      case '=':
         if ((active1 & 0x4000000000000L) != 0x0L)
            return jjStopAtPos(1, 114);
         else if ((active1 & 0x8000000000000L) != 0x0L)
            return jjStopAtPos(1, 115);
         else if ((active1 & 0x10000000000000L) != 0x0L)
            return jjStopAtPos(1, 116);
         else if ((active1 & 0x20000000000000L) != 0x0L)
            return jjStopAtPos(1, 117);
         else if ((active2 & 0x8L) != 0x0L)
            return jjStopAtPos(1, 131);
         else if ((active2 & 0x10L) != 0x0L)
            return jjStopAtPos(1, 132);
         else if ((active2 & 0x20L) != 0x0L)
            return jjStopAtPos(1, 133);
         else if ((active2 & 0x40L) != 0x0L)
            return jjStopAtPos(1, 134);
         else if ((active2 & 0x80L) != 0x0L)
            return jjStopAtPos(1, 135);
         else if ((active2 & 0x100L) != 0x0L)
            return jjStopAtPos(1, 136);
         else if ((active2 & 0x200L) != 0x0L)
            return jjStopAtPos(1, 137);
         else if ((active2 & 0x400L) != 0x0L)
            return jjStopAtPos(1, 138);
         break;
      case '>':
         if ((active2 & 0x8000L) != 0x0L)
            return jjStopAtPos(1, 143);
         else if ((active2 & 0x40000L) != 0x0L)
         {
            jjmatchedKind = 146;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x23000L);
      case 'a':
         return jjMoveStringLiteralDfa2_0(active0, 0x90008030000L, active1, 0x0L, active2, 0x0L);
      case 'b':
         return jjMoveStringLiteralDfa2_0(active0, 0x800L, active1, 0x0L, active2, 0x0L);
      case 'e':
         return jjMoveStringLiteralDfa2_0(active0, 0x8000820000400000L, active1, 0x0L, active2, 0x0L);
      case 'f':
         if ((active0 & 0x200000000L) != 0x0L)
            return jjStartNfaWithStates_0(1, 33, 201);
         break;
      case 'h':
         return jjMoveStringLiteralDfa2_0(active0, 0x41c1000000040000L, active1, 0x0L, active2, 0x0L);
      case 'i':
         return jjMoveStringLiteralDfa2_0(active0, 0x30000000L, active1, 0x2L, active2, 0x0L);
      case 'l':
         return jjMoveStringLiteralDfa2_0(active0, 0x42080000L, active1, 0x0L, active2, 0x0L);
      case 'm':
         return jjMoveStringLiteralDfa2_0(active0, 0xc00000000L, active1, 0x0L, active2, 0x0L);
      case 'n':
         return jjMoveStringLiteralDfa2_0(active0, 0x7000000000L, active1, 0x0L, active2, 0x0L);
      case 'o':
         if ((active0 & 0x800000L) != 0x0L)
         {
            jjmatchedKind = 23;
            jjmatchedPos = 1;
         }
         else if ((active1 & 0x1L) != 0x0L)
            return jjStartNfaWithStates_0(1, 64, 201);
         return jjMoveStringLiteralDfa2_0(active0, 0x3000008181302000L, active1, 0x420L, active2, 0x0L);
      case 'p':
         return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0xcL, active2, 0x0L);
      case 'r':
         return jjMoveStringLiteralDfa2_0(active0, 0xe00300000004000L, active1, 0x180L, active2, 0x0L);
      case 's':
         return jjMoveStringLiteralDfa2_0(active0, 0x1000L, active1, 0x10L, active2, 0x0L);
      case 't':
         return jjMoveStringLiteralDfa2_0(active0, 0x6000000000000L, active1, 0x3800L, active2, 0x0L);
      case 'u':
         return jjMoveStringLiteralDfa2_0(active0, 0x8440000000000L, active1, 0x200L, active2, 0x0L);
      case 'w':
         return jjMoveStringLiteralDfa2_0(active0, 0x10000000000000L, active1, 0x0L, active2, 0x0L);
      case 'x':
         return jjMoveStringLiteralDfa2_0(active0, 0x4000000L, active1, 0x40L, active2, 0x0L);
      case 'y':
         return jjMoveStringLiteralDfa2_0(active0, 0x20000000008000L, active1, 0x0L, active2, 0x0L);
      case '|':
         if ((active1 & 0x40000000000000L) != 0x0L)
            return jjStopAtPos(1, 118);
         break;
      default :
         break;
   }
   return jjStartNfa_0(0, active0, active1, active2);
}
private int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1, long old2, long active2){
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_0(0, old0, old1, old2);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(1, active0, active1, active2);
      return 2;
   }
   switch(curChar)
   {
      case '.':
         if ((active2 & 0x4000L) != 0x0L)
            return jjStopAtPos(2, 142);
         break;
      case '/':
         if ((active2 & 0x200000L) != 0x0L)
            return jjStopAtPos(2, 149);
         break;
      case '=':
         if ((active2 & 0x800L) != 0x0L)
            return jjStopAtPos(2, 139);
         else if ((active2 & 0x1000L) != 0x0L)
            return jjStopAtPos(2, 140);
         break;
      case '>':
         if ((active2 & 0x20000L) != 0x0L)
         {
            jjmatchedKind = 145;
            jjmatchedPos = 2;
         }
         return jjMoveStringLiteralDfa3_0(active0, 0x0L, active1, 0x0L, active2, 0x2000L);
      case 'a':
         return jjMoveStringLiteralDfa3_0(active0, 0x2020000000c0000L, active1, 0x100L, active2, 0x0L);
      case 'b':
         return jjMoveStringLiteralDfa3_0(active0, 0x400000000000L, active1, 0x0L, active2, 0x0L);
      case 'c':
         return jjMoveStringLiteralDfa3_0(active0, 0x80000000000L, active1, 0x0L, active2, 0x0L);
      case 'd':
         return jjMoveStringLiteralDfa3_0(active0, 0x0L, active1, 0x20L, active2, 0x0L);
      case 'e':
         return jjMoveStringLiteralDfa3_0(active0, 0x4000L, active1, 0x1cL, active2, 0x0L);
      case 'f':
         return jjMoveStringLiteralDfa3_0(active0, 0x400000L, active1, 0x0L, active2, 0x0L);
      case 'i':
         return jjMoveStringLiteralDfa3_0(active0, 0x5050100000000000L, active1, 0x0L, active2, 0x0L);
      case 'l':
         return jjMoveStringLiteralDfa3_0(active0, 0x2000040008000000L, active1, 0x200L, active2, 0x0L);
      case 'n':
         return jjMoveStringLiteralDfa3_0(active0, 0x20008030300000L, active1, 0x0L, active2, 0x0L);
      case 'o':
         return jjMoveStringLiteralDfa3_0(active0, 0x1200040002000L, active1, 0x80L, active2, 0x0L);
      case 'p':
         return jjMoveStringLiteralDfa3_0(active0, 0x8000c00000000L, active1, 0x40L, active2, 0x0L);
      case 'q':
         return jjMoveStringLiteralDfa3_0(active0, 0x8000000000000000L, active1, 0x0L, active2, 0x0L);
      case 'r':
         if ((active0 & 0x80000000L) != 0x0L)
            return jjStartNfaWithStates_0(2, 31, 201);
         return jjMoveStringLiteralDfa3_0(active0, 0x184000000000000L, active1, 0x3800L, active2, 0x0L);
      case 's':
         return jjMoveStringLiteralDfa3_0(active0, 0x1002011800L, active1, 0x0L, active2, 0x0L);
      case 't':
         if ((active0 & 0x2000000000L) != 0x0L)
         {
            jjmatchedKind = 37;
            jjmatchedPos = 2;
         }
         else if ((active1 & 0x400L) != 0x0L)
            return jjStartNfaWithStates_0(2, 74, 201);
         return jjMoveStringLiteralDfa3_0(active0, 0x814104028000L, active1, 0x2L, active2, 0x0L);
      case 'u':
         return jjMoveStringLiteralDfa3_0(active0, 0x400000001000000L, active1, 0x0L, active2, 0x0L);
      case 'w':
         if ((active0 & 0x20000000000L) != 0x0L)
            return jjStartNfaWithStates_0(2, 41, 201);
         break;
      case 'y':
         if ((active0 & 0x800000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(2, 59, 201);
         break;
      default :
         break;
   }
   return jjStartNfa_0(1, active0, active1, active2);
}
private int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1, long old2, long active2){
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_0(1, old0, old1, old2);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(2, active0, active1, active2);
      return 3;
   }
   switch(curChar)
   {
      case '=':
         if ((active2 & 0x2000L) != 0x0L)
            return jjStopAtPos(3, 141);
         break;
      case '[':
         return jjMoveStringLiteralDfa4_0(active0, 0x0L, active1, 0x3800L, active2, 0x0L);
      case 'a':
         return jjMoveStringLiteralDfa4_0(active0, 0x2000000070404000L, active1, 0x0L, active2, 0x0L);
      case 'b':
         return jjMoveStringLiteralDfa4_0(active0, 0x1000000L, active1, 0x0L, active2, 0x0L);
      case 'c':
         return jjMoveStringLiteralDfa4_0(active0, 0x20000000020000L, active1, 0x0L, active2, 0x0L);
      case 'd':
         if ((active0 & 0x1000000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 60, 201);
         break;
      case 'e':
         if ((active0 & 0x8000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 15, 201);
         else if ((active0 & 0x10000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 16, 201);
         else if ((active0 & 0x2000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 25, 201);
         else if ((active0 & 0x400000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 58, 201);
         else if ((active1 & 0x200L) != 0x0L)
            return jjStartNfaWithStates_0(3, 73, 201);
         return jjMoveStringLiteralDfa4_0(active0, 0x8004004001000L, active1, 0x0L, active2, 0x0L);
      case 'g':
         if ((active0 & 0x8000000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 39, 201);
         break;
      case 'h':
         if ((active1 & 0x2L) != 0x0L)
            return jjStartNfaWithStates_0(3, 65, 201);
         break;
      case 'i':
         return jjMoveStringLiteralDfa4_0(active0, 0x4010000000000L, active1, 0x0L, active2, 0x0L);
      case 'k':
         return jjMoveStringLiteralDfa4_0(active0, 0x80000000000L, active1, 0x0L, active2, 0x0L);
      case 'l':
         if ((active0 & 0x40000000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 42, 201);
         return jjMoveStringLiteralDfa4_0(active0, 0x4000400400002000L, active1, 0x0L, active2, 0x0L);
      case 'n':
         if ((active1 & 0x4L) != 0x0L)
         {
            jjmatchedKind = 66;
            jjmatchedPos = 3;
         }
         return jjMoveStringLiteralDfa4_0(active0, 0x200000000000000L, active1, 0x108L, active2, 0x0L);
      case 'o':
         if ((active0 & 0x100000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 32, 201);
         return jjMoveStringLiteralDfa4_0(active0, 0x180000800000000L, active1, 0x40L, active2, 0x0L);
      case 'r':
         if ((active0 & 0x40000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 18, 201);
         return jjMoveStringLiteralDfa4_0(active0, 0x1000000000000L, active1, 0x0L, active2, 0x0L);
      case 's':
         if ((active0 & 0x40000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(3, 54, 201);
         else if ((active1 & 0x10L) != 0x0L)
            return jjStartNfaWithStates_0(3, 68, 201);
         return jjMoveStringLiteralDfa4_0(active0, 0x8180000L, active1, 0x0L, active2, 0x0L);
      case 't':
         return jjMoveStringLiteralDfa4_0(active0, 0x12201000200800L, active1, 0x0L, active2, 0x0L);
      case 'u':
         return jjMoveStringLiteralDfa4_0(active0, 0x8000800000000000L, active1, 0x20L, active2, 0x0L);
      case 'v':
         return jjMoveStringLiteralDfa4_0(active0, 0x100000000000L, active1, 0x80L, active2, 0x0L);
      default :
         break;
   }
   return jjStartNfa_0(2, active0, active1, active2);
}
private int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1, long old2, long active2){
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_0(2, old0, old1, old2);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(3, active0, active1, 0L);
      return 4;
   }
   switch(curChar)
   {
      case 'a':
         return jjMoveStringLiteralDfa5_0(active0, 0x181000000000L, active1, 0x0L);
      case 'c':
         return jjMoveStringLiteralDfa5_0(active0, 0x14000000000000L, active1, 0x0L);
      case 'e':
         if ((active0 & 0x8000000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 27, 201);
         else if ((active0 & 0x4000000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 62, 201);
         return jjMoveStringLiteralDfa5_0(active0, 0x200400002000L, active1, 0x1000L);
      case 'h':
         if ((active0 & 0x20000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 17, 201);
         return jjMoveStringLiteralDfa5_0(active0, 0x20000000000000L, active1, 0x0L);
      case 'i':
         return jjMoveStringLiteralDfa5_0(active0, 0x8002400000200000L, active1, 0x80L);
      case 'k':
         if ((active0 & 0x4000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 14, 201);
         break;
      case 'l':
         if ((active0 & 0x10000000L) != 0x0L)
         {
            jjmatchedKind = 28;
            jjmatchedPos = 4;
         }
         return jjMoveStringLiteralDfa5_0(active0, 0x21000000L, active1, 0x2020L);
      case 'n':
         return jjMoveStringLiteralDfa5_0(active0, 0x4000000L, active1, 0x0L);
      case 'r':
         if ((active0 & 0x8000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 51, 201);
         return jjMoveStringLiteralDfa5_0(active0, 0x804800001800L, active1, 0x40L);
      case 's':
         if ((active0 & 0x80000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 19, 201);
         else if ((active1 & 0x8L) != 0x0L)
            return jjStartNfaWithStates_0(4, 67, 201);
         return jjMoveStringLiteralDfa5_0(active0, 0x200000000000000L, active1, 0x900L);
      case 't':
         if ((active0 & 0x100000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 20, 201);
         else if ((active0 & 0x40000000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 30, 201);
         else if ((active0 & 0x1000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(4, 48, 201);
         return jjMoveStringLiteralDfa5_0(active0, 0x2000000000000000L, active1, 0x0L);
      case 'u':
         return jjMoveStringLiteralDfa5_0(active0, 0x400000L, active1, 0x0L);
      case 'v':
         return jjMoveStringLiteralDfa5_0(active0, 0x10000000000L, active1, 0x0L);
      case 'w':
         if ((active0 & 0x80000000000000L) != 0x0L)
         {
            jjmatchedKind = 55;
            jjmatchedPos = 4;
         }
         return jjMoveStringLiteralDfa5_0(active0, 0x100000000000000L, active1, 0x0L);
      default :
         break;
   }
   return jjStartNfa_0(3, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(3, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(4, active0, active1, 0L);
      return 5;
   }
   switch(curChar)
   {
      case 'a':
         return jjMoveStringLiteralDfa6_0(active0, 0x2800L, active1, 0x0L);
      case 'c':
         if ((active0 & 0x400000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 46, 201);
         else if ((active0 & 0x2000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 49, 201);
         return jjMoveStringLiteralDfa6_0(active0, 0x200000000000L, active1, 0x0L);
      case 'd':
         return jjMoveStringLiteralDfa6_0(active0, 0x4000000L, active1, 0x80L);
      case 'e':
         if ((active0 & 0x1000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 24, 201);
         else if ((active0 & 0x10000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 40, 201);
         else if ((active1 & 0x20L) != 0x0L)
            return jjStartNfaWithStates_0(5, 69, 201);
         return jjMoveStringLiteralDfa6_0(active0, 0x0L, active1, 0x2000L);
      case 'f':
         return jjMoveStringLiteralDfa6_0(active0, 0x4000000000L, active1, 0x0L);
      case 'g':
         return jjMoveStringLiteralDfa6_0(active0, 0x80000000000L, active1, 0x0L);
      case 'h':
         if ((active0 & 0x10000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 52, 201);
         break;
      case 'i':
         return jjMoveStringLiteralDfa6_0(active0, 0x2200000000000000L, active1, 0x100L);
      case 'l':
         return jjMoveStringLiteralDfa6_0(active0, 0x20400000L, active1, 0x0L);
      case 'm':
         return jjMoveStringLiteralDfa6_0(active0, 0x400000000L, active1, 0x0L);
      case 'n':
         if ((active0 & 0x800000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 47, 201);
         return jjMoveStringLiteralDfa6_0(active0, 0x1000200000L, active1, 0x1000L);
      case 'r':
         return jjMoveStringLiteralDfa6_0(active0, 0x8020000000000000L, active1, 0x0L);
      case 's':
         if ((active0 & 0x100000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 56, 201);
         break;
      case 't':
         if ((active0 & 0x1000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 12, 201);
         else if ((active0 & 0x800000000L) != 0x0L)
            return jjStartNfaWithStates_0(5, 35, 201);
         return jjMoveStringLiteralDfa6_0(active0, 0x4100000000000L, active1, 0x840L);
      default :
         break;
   }
   return jjStartNfa_0(4, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(4, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(5, active0, active1, 0L);
      return 6;
   }
   switch(curChar)
   {
      case 'a':
         return jjMoveStringLiteralDfa7_0(active0, 0x4000000000L, active1, 0x800L);
      case 'c':
         return jjMoveStringLiteralDfa7_0(active0, 0x1000000800L, active1, 0x0L);
      case 'd':
         return jjMoveStringLiteralDfa7_0(active0, 0x0L, active1, 0x1000L);
      case 'e':
         if ((active0 & 0x80000000000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 43, 201);
         else if ((active0 & 0x100000000000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 44, 201);
         return jjMoveStringLiteralDfa7_0(active0, 0x8200000400000000L, active1, 0x80L);
      case 'f':
         return jjMoveStringLiteralDfa7_0(active0, 0x4000000000000L, active1, 0x0L);
      case 'l':
         return jjMoveStringLiteralDfa7_0(active0, 0x2000000000000000L, active1, 0x0L);
      case 'n':
         if ((active0 & 0x2000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 13, 201);
         return jjMoveStringLiteralDfa7_0(active0, 0x0L, active1, 0x2000L);
      case 'o':
         return jjMoveStringLiteralDfa7_0(active0, 0x20000000000000L, active1, 0x0L);
      case 's':
         if ((active0 & 0x4000000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 26, 201);
         else if ((active1 & 0x40L) != 0x0L)
            return jjStartNfaWithStates_0(6, 70, 201);
         break;
      case 't':
         if ((active0 & 0x400000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 22, 201);
         return jjMoveStringLiteralDfa7_0(active0, 0x200000000000L, active1, 0x100L);
      case 'u':
         return jjMoveStringLiteralDfa7_0(active0, 0x200000L, active1, 0x0L);
      case 'y':
         if ((active0 & 0x20000000L) != 0x0L)
            return jjStartNfaWithStates_0(6, 29, 201);
         break;
      default :
         break;
   }
   return jjStartNfa_0(5, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(5, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(6, active0, active1, 0L);
      return 7;
   }
   switch(curChar)
   {
      case 'c':
         return jjMoveStringLiteralDfa8_0(active0, 0x4000000000L, active1, 0x0L);
      case 'e':
         if ((active0 & 0x200000L) != 0x0L)
            return jjStartNfaWithStates_0(7, 21, 201);
         else if ((active0 & 0x2000000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(7, 61, 201);
         return jjMoveStringLiteralDfa8_0(active0, 0x201000000000L, active1, 0x0L);
      case 'g':
         return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x2000L);
      case 'i':
         return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x100L);
      case 'n':
         return jjMoveStringLiteralDfa8_0(active0, 0x220000400000000L, active1, 0x0L);
      case 'p':
         if ((active0 & 0x4000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(7, 50, 201);
         break;
      case 'r':
         return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x800L);
      case 's':
         if ((active0 & 0x8000000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(7, 63, 201);
         else if ((active1 & 0x80L) != 0x0L)
            return jjStartNfaWithStates_0(7, 71, 201);
         return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x1000L);
      case 't':
         if ((active0 & 0x800L) != 0x0L)
            return jjStartNfaWithStates_0(7, 11, 201);
         break;
      default :
         break;
   }
   return jjStartNfa_0(6, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(6, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(7, active0, active1, 0L);
      return 8;
   }
   switch(curChar)
   {
      case 'W':
         return jjMoveStringLiteralDfa9_0(active0, 0x0L, active1, 0x1000L);
      case 'd':
         if ((active0 & 0x200000000000L) != 0x0L)
            return jjStartNfaWithStates_0(8, 45, 201);
         break;
      case 'e':
         if ((active0 & 0x4000000000L) != 0x0L)
            return jjStartNfaWithStates_0(8, 38, 201);
         break;
      case 'i':
         return jjMoveStringLiteralDfa9_0(active0, 0x20000000000000L, active1, 0x0L);
      case 'o':
         return jjMoveStringLiteralDfa9_0(active0, 0x1000000000L, active1, 0x0L);
      case 't':
         if ((active0 & 0x200000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(8, 57, 201);
         return jjMoveStringLiteralDfa9_0(active0, 0x400000000L, active1, 0x2800L);
      case 'v':
         return jjMoveStringLiteralDfa9_0(active0, 0x0L, active1, 0x100L);
      default :
         break;
   }
   return jjStartNfa_0(7, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(7, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(8, active0, active1, 0L);
      return 9;
   }
   switch(curChar)
   {
      case 'e':
         if ((active1 & 0x100L) != 0x0L)
            return jjStartNfaWithStates_0(9, 72, 201);
         break;
      case 'f':
         if ((active0 & 0x1000000000L) != 0x0L)
            return jjStartNfaWithStates_0(9, 36, 201);
         break;
      case 'h':
         return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x2000L);
      case 'i':
         return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x1000L);
      case 's':
         if ((active0 & 0x400000000L) != 0x0L)
            return jjStartNfaWithStates_0(9, 34, 201);
         return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x800L);
      case 'z':
         return jjMoveStringLiteralDfa10_0(active0, 0x20000000000000L, active1, 0x0L);
      default :
         break;
   }
   return jjStartNfa_0(8, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa10_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(8, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(9, active0, active1, 0L);
      return 10;
   }
   switch(curChar)
   {
      case 'W':
         return jjMoveStringLiteralDfa11_0(active0, 0x0L, active1, 0x800L);
      case ']':
         if ((active1 & 0x2000L) != 0x0L)
            return jjStopAtPos(10, 77);
         break;
      case 'e':
         return jjMoveStringLiteralDfa11_0(active0, 0x20000000000000L, active1, 0x0L);
      case 't':
         return jjMoveStringLiteralDfa11_0(active0, 0x0L, active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(9, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa11_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(9, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(10, active0, active1, 0L);
      return 11;
   }
   switch(curChar)
   {
      case 'd':
         if ((active0 & 0x20000000000000L) != 0x0L)
            return jjStartNfaWithStates_0(11, 53, 201);
         break;
      case 'h':
         return jjMoveStringLiteralDfa12_0(active0, 0x0L, active1, 0x1000L);
      case 'i':
         return jjMoveStringLiteralDfa12_0(active0, 0x0L, active1, 0x800L);
      default :
         break;
   }
   return jjStartNfa_0(10, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa12_0(long old0, long active0, long old1, long active1){
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(10, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(11, 0L, active1, 0L);
      return 12;
   }
   switch(curChar)
   {
      case ']':
         if ((active1 & 0x1000L) != 0x0L)
            return jjStopAtPos(12, 76);
         break;
      case 't':
         return jjMoveStringLiteralDfa13_0(active1, 0x800L);
      default :
         break;
   }
   return jjStartNfa_0(11, 0L, active1, 0L);
}
private int jjMoveStringLiteralDfa13_0(long old1, long active1){
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_0(11, 0L, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(12, 0L, active1, 0L);
      return 13;
   }
   switch(curChar)
   {
      case 'h':
         return jjMoveStringLiteralDfa14_0(active1, 0x800L);
      default :
         break;
   }
   return jjStartNfa_0(12, 0L, active1, 0L);
}
private int jjMoveStringLiteralDfa14_0(long old1, long active1){
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_0(12, 0L, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(13, 0L, active1, 0L);
      return 14;
   }
   switch(curChar)
   {
      case ']':
         if ((active1 & 0x800L) != 0x0L)
            return jjStopAtPos(14, 75);
         break;
      default :
         break;
   }
   return jjStartNfa_0(13, 0L, active1, 0L);
}
private int jjStartNfaWithStates_0(int pos, int kind, int state)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) { return pos + 1; }
   return jjMoveNfa_0(state, pos + 1);
}
static final long[] jjbitVec0 = {
   0x0L, 0x0L, 0x100000020L, 0x0L
};
static final long[] jjbitVec1 = {
   0x0L, 0x0L, 0x1L, 0x0L
};
static final long[] jjbitVec2 = {
   0x4000L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec3 = {
   0x830000003fffL, 0x180000000L, 0x0L, 0x0L
};
static final long[] jjbitVec4 = {
   0x1L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec5 = {
   0x0L, 0x0L, 0x0L, 0x8000000000000000L
};
static final long[] jjbitVec6 = {
   0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec8 = {
   0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec9 = {
   0xfff0000040220002L, 0xffffffffffffdfffL, 0xfffff02f7fffffffL, 0x12000000ff7fffffL
};
static final long[] jjbitVec10 = {
   0x0L, 0x0L, 0x420043c00000000L, 0xff7fffffff7fffffL
};
static final long[] jjbitVec11 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x501f0003ffc3L
};
static final long[] jjbitVec12 = {
   0x0L, 0xbcdf000000000000L, 0xfffffffbffffd740L, 0xffbfffffffffffffL
};
static final long[] jjbitVec13 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xfffffffffffffc03L, 0xffffffffffffffffL
};
static final long[] jjbitVec14 = {
   0xfffeffffffffffffL, 0xfffffffe027fffffL, 0x80ffL, 0x707ffffff0000L
};
static final long[] jjbitVec15 = {
   0xffffffff00000800L, 0xfffec000000007ffL, 0xffffffffffffffffL, 0x9c00c060002fffffL
};
static final long[] jjbitVec16 = {
   0xfffffffd0000L, 0xffffffffffffe000L, 0x2003fffffffffL, 0x43007fffffffc00L
};
static final long[] jjbitVec17 = {
   0x110043fffffL, 0x7ff01ffffffL, 0x3fdfffff00000000L, 0x0L
};
static final long[] jjbitVec18 = {
   0x23fffffffffffff0L, 0xfffe0003ff010000L, 0x23c5fdfffff99fe1L, 0x180f0003b0004000L
};
static final long[] jjbitVec19 = {
   0x36dfdfffff987e0L, 0x1c00005e000000L, 0x23edfdfffffbbfe0L, 0x202000300010000L
};
static final long[] jjbitVec20 = {
   0x23edfdfffff99fe0L, 0x20003b0000000L, 0x3ffc718d63dc7e8L, 0x200000000010000L
};
static final long[] jjbitVec21 = {
   0x23fffdfffffddfe0L, 0x307000000L, 0x23effdfffffddfe1L, 0x6000340000000L
};
static final long[] jjbitVec22 = {
   0x27fffffffffddfe0L, 0xfc00000380704000L, 0x2ffbfffffc7fffe0L, 0x7fL
};
static final long[] jjbitVec23 = {
   0x800dfffffffffffeL, 0x7fL, 0x200decaefef02596L, 0xf000005fL
};
static final long[] jjbitVec24 = {
   0x1L, 0x1ffffffffeffL, 0x1f00L, 0x0L
};
static final long[] jjbitVec25 = {
   0x800007ffffffffffL, 0xffe1c0623c3f0000L, 0xffffffff00004003L, 0xf7ffffffffff20bfL
};
static final long[] jjbitVec26 = {
   0xffffffffffffffffL, 0xffffffff3d7f3dffL, 0x7f3dffffffff3dffL, 0xffffffffff7fff3dL
};
static final long[] jjbitVec27 = {
   0xffffffffff3dffffL, 0x7ffffffL, 0xffffffff0000ffffL, 0x3f3fffffffffffffL
};
static final long[] jjbitVec28 = {
   0xffffffffffffffffL, 0xffff9fffffffffffL, 0xffffffff07fffffeL, 0x1ffc7ffffffffffL
};
static final long[] jjbitVec29 = {
   0x3ffff0003dfffL, 0x1dfff0003ffffL, 0xfffffffffffffL, 0x18800000L
};
static final long[] jjbitVec30 = {
   0xffffffff00000000L, 0xffffffffffffffL, 0xffff05ffffffff9fL, 0x3fffffffffffffL
};
static final long[] jjbitVec31 = {
   0x7fffffffL, 0x1f3fffffff0000L, 0xffff0fffffffffffL, 0x3ffL
};
static final long[] jjbitVec32 = {
   0xffffffff007fffffL, 0x1fffffL, 0x8000000000L, 0x0L
};
static final long[] jjbitVec33 = {
   0xfffffffffffe0L, 0xfe0L, 0xfc00c001fffffff8L, 0x3fffffffffL
};
static final long[] jjbitVec34 = {
   0xfffffffffL, 0x3ffffffffc00e000L, 0x1ffL, 0x63de0000000000L
};
static final long[] jjbitVec35 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x0L
};
static final long[] jjbitVec36 = {
   0xffffffff3f3fffffL, 0x3fffffffaaff3f3fL, 0x5fdfffffffffffffL, 0x1fdc1fff0fcf1fdcL
};
static final long[] jjbitVec37 = {
   0x8000000000000000L, 0x8002000000100001L, 0xffffffff1fff0000L, 0x0L
};
static final long[] jjbitVec38 = {
   0xf3ffbd503e2ffc84L, 0xffffffff000043e0L, 0x1ffL, 0x0L
};
static final long[] jjbitVec39 = {
   0xffff7fffffffffffL, 0xffffffff7fffffffL, 0xffffffffffffffffL, 0xc781fffffffffL
};
static final long[] jjbitVec40 = {
   0xffff20bfffffffffL, 0x80ffffffffffL, 0x7f7f7f7f007fffffL, 0x7f7f7f7fL
};
static final long[] jjbitVec41 = {
   0x800000000000L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec42 = {
   0x1f3e03fe000000e0L, 0xfffffffffffffffeL, 0xfffffffee07fffffL, 0xf7ffffffffffffffL
};
static final long[] jjbitVec43 = {
   0xfffe7fffffffffe0L, 0xffffffffffffffffL, 0x7ffffff00007fffL, 0xffff000000000000L
};
static final long[] jjbitVec44 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0x3fffffffffffffL, 0x0L
};
static final long[] jjbitVec45 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x7ffffffffffL
};
static final long[] jjbitVec46 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0x1fffL, 0x3fffffffffff0000L
};
static final long[] jjbitVec47 = {
   0xc00ffff1fffL, 0x80007fffffffffffL, 0xffffffff3fffffffL, 0xffffffffffffL
};
static final long[] jjbitVec48 = {
   0xfffffffcff800000L, 0xffffffffffffffffL, 0xff7ffffffff9ffL, 0xff80000000000000L
};
static final long[] jjbitVec49 = {
   0x1000007fffff7bbL, 0xfffffffffffffL, 0xffffffffffffcL, 0x28fc000000000000L
};
static final long[] jjbitVec50 = {
   0xffff003ffffffc00L, 0x1fffffff0000007fL, 0x7fffffffffff0L, 0x7c00ffdf00008000L
};
static final long[] jjbitVec51 = {
   0x1ffffffffffL, 0xc47fffff00000ff7L, 0x3e62ffffffffffffL, 0x1c07ff38000005L
};
static final long[] jjbitVec52 = {
   0xffff7f7f007e7e7eL, 0xffff003ff7ffffffL, 0xffffffffffffffffL, 0x7ffffffffL
};
static final long[] jjbitVec53 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffff000fffffffffL, 0xffffffffffff87fL
};
static final long[] jjbitVec54 = {
   0xffffffffffffffffL, 0xffff3fffffffffffL, 0xffffffffffffffffL, 0x3ffffffL
};
static final long[] jjbitVec55 = {
   0x5f7ffdffa0f8007fL, 0xffffffffffffffdbL, 0x3ffffffffffffL, 0xfffffffffff80000L
};
static final long[] jjbitVec56 = {
   0x3fffffffffffffffL, 0xffffffffffff0000L, 0xfffffffffffcffffL, 0x1fff0000000000ffL
};
static final long[] jjbitVec57 = {
   0x18000000000000L, 0xffdf02000000e000L, 0xffffffffffffffffL, 0x1fffffffffffffffL
};
static final long[] jjbitVec58 = {
   0x87fffffe00000010L, 0xffffffc007fffffeL, 0x7fffffffffffffffL, 0x631cfcfcfcL
};
static final long[] jjbitVec59 = {
   0x0L, 0x0L, 0x420243cffffffffL, 0xff7fffffff7fffffL
};
static final long[] jjbitVec60 = {
   0xffffffffffffffffL, 0xbcdfffffffffffffL, 0xfffffffbffffd740L, 0xffbfffffffffffffL
};
static final long[] jjbitVec61 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xfffffffffffffcfbL, 0xffffffffffffffffL
};
static final long[] jjbitVec62 = {
   0xfffeffffffffffffL, 0xfffffffe027fffffL, 0xbffffffffffe80ffL, 0x707ffffff00b6L
};
static final long[] jjbitVec63 = {
   0xffffffff17ff083fL, 0xffffc3ffffffffffL, 0xffffffffffffffffL, 0x9ffffdffbfefffffL
};
static final long[] jjbitVec64 = {
   0xffffffffffff8000L, 0xffffffffffffe7ffL, 0x3ffffffffffffL, 0x43fffffffffffffL
};
static final long[] jjbitVec65 = {
   0x3fffffffffffL, 0x7ff0fffffffL, 0x3fdfffff00000000L, 0xfffffffffff00000L
};
static final long[] jjbitVec66 = {
   0xffffffffffffffffL, 0xfffeffcfffffffffL, 0xf3c5fdfffff99fefL, 0x180fffcfb080799fL
};
static final long[] jjbitVec67 = {
   0xd36dfdfffff987eeL, 0x3fffc05e023987L, 0xf3edfdfffffbbfeeL, 0xfe02ffcf00013bbfL
};
static final long[] jjbitVec68 = {
   0xf3edfdfffff99feeL, 0x2ffcfb0c0399fL, 0xc3ffc718d63dc7ecL, 0x200ffc000813dc7L
};
static final long[] jjbitVec69 = {
   0xe3fffdfffffddfefL, 0xffcf07603ddfL, 0xf3effdfffffddfefL, 0x6ffcf40603ddfL
};
static final long[] jjbitVec70 = {
   0xfffffffffffddfefL, 0xfc00ffcf80f07ddfL, 0x2ffbfffffc7fffecL, 0xcffc0ff5f847fL
};
static final long[] jjbitVec71 = {
   0x87fffffffffffffeL, 0x3ff7fffL, 0x3bffecaefef02596L, 0xf3ff3f5fL
};
static final long[] jjbitVec72 = {
   0xc2a003ff03000001L, 0xfffe1ffffffffeffL, 0x1ffffffffeffffdfL, 0x40L
};
static final long[] jjbitVec73 = {
   0xffffffffffffffffL, 0xffffffffffff03ffL, 0xffffffff3fffffffL, 0xf7ffffffffff20bfL
};
static final long[] jjbitVec74 = {
   0xffffffffff3dffffL, 0xe7ffffffL, 0xffffffff0000ffffL, 0x3f3fffffffffffffL
};
static final long[] jjbitVec75 = {
   0x1fffff001fdfffL, 0xddfff000fffffL, 0xffffffffffffffffL, 0x3ff388fffffL
};
static final long[] jjbitVec76 = {
   0xffffffff03ff7800L, 0xffffffffffffffL, 0xffff07ffffffffffL, 0x3fffffffffffffL
};
static final long[] jjbitVec77 = {
   0xfff0fff7fffffffL, 0x1f3fffffffffc0L, 0xffff0fffffffffffL, 0x3ff03ffL
};
static final long[] jjbitVec78 = {
   0xffffffff0fffffffL, 0x9fffffff7fffffffL, 0x3fff008003ff03ffL, 0x0L
};
static final long[] jjbitVec79 = {
   0xffffffffffffffffL, 0xff80003ff0fffL, 0xffffffffffffffffL, 0xfffffffffffffL
};
static final long[] jjbitVec80 = {
   0xffffffffffffffL, 0x3fffffffffffe3ffL, 0x1ffL, 0x3fffffffff70000L
};
static final long[] jjbitVec81 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xfbffffffffffffffL
};
static final long[] jjbitVec82 = {
   0x80007c000000f800L, 0x8002ffdf00100001L, 0xffffffff1fff0000L, 0x1ffe21fff0000L
};
static final long[] jjbitVec83 = {
   0xffff7fffffffffffL, 0xffffffff7fffffffL, 0xffffffffffffffffL, 0xff81fffffffffL
};
static final long[] jjbitVec84 = {
   0xffff20bfffffffffL, 0x800080ffffffffffL, 0x7f7f7f7f007fffffL, 0xffffffff7f7f7f7fL
};
static final long[] jjbitVec85 = {
   0x1f3efffe000000e0L, 0xfffffffffffffffeL, 0xfffffffee67fffffL, 0xf7ffffffffffffffL
};
static final long[] jjbitVec86 = {
   0xfffffff1fffL, 0xbff0ffffffffffffL, 0xffffffffffffffffL, 0x3ffffffffffffL
};
static final long[] jjbitVec87 = {
   0x10000ffffffffffL, 0xfffffffffffffL, 0xffffffffffffffffL, 0x28ffffff03ff003fL
};
static final long[] jjbitVec88 = {
   0xffff3fffffffffffL, 0x1fffffff000fffffL, 0xffffffffffffffffL, 0x7fffffff03ff8001L
};
static final long[] jjbitVec89 = {
   0x7fffffffffffffL, 0xfc7fffff03ff3fffL, 0xffffffffffffffffL, 0x7cffff38000007L
};
static final long[] jjbitVec90 = {
   0xffff7f7f007e7e7eL, 0xffff003ff7ffffffL, 0xffffffffffffffffL, 0x3ff37ffffffffffL
};
static final long[] jjbitVec91 = {
   0x5f7ffdffe0f8007fL, 0xffffffffffffffdbL, 0x3ffffffffffffL, 0xfffffffffff80000L
};
static final long[] jjbitVec92 = {
   0x18ffff0000ffffL, 0xffdf02000000e000L, 0xffffffffffffffffL, 0x9fffffffffffffffL
};
static final long[] jjbitVec93 = {
   0x87fffffe03ff0010L, 0xffffffc007fffffeL, 0x7fffffffffffffffL, 0xe0000631cfcfcfcL
};
private int jjMoveNfa_0(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 201;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 201:
               case 32:
                  if ((0x3ff00100fffc1ffL & l) == 0x0L)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 0:
                  if ((0x3ff000000000000L & l) != 0x0L)
                  {
                     if (kind > 79)
                        kind = 79;
                     { jjCheckNAddStates(0, 42); }
                  }
                  else if ((0x100001200L & l) != 0x0L)
                  {
                     if (kind > 1)
                        kind = 1;
                  }
                  else if (curChar == 46)
                     { jjAddStates(43, 44); }
                  else if (curChar == 47)
                     { jjAddStates(45, 46); }
                  else if (curChar == 36)
                  {
                     if (kind > 95)
                        kind = 95;
                     { jjCheckNAddTwoStates(32, 38); }
                  }
                  else if (curChar == 34)
                     { jjCheckNAddStates(47, 50); }
                  else if (curChar == 39)
                     { jjAddStates(51, 53); }
                  if (curChar == 48)
                     { jjAddStates(54, 61); }
                  break;
               case 137:
                  if ((0x3ff000000000000L & l) != 0x0L)
                  {
                     if (kind > 86)
                        kind = 86;
                     { jjCheckNAddStates(62, 65); }
                  }
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(66, 70); }
                  break;
               case 45:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 50;
                  else if (curChar == 47)
                  {
                     if (kind > 5)
                        kind = 5;
                     { jjCheckNAddStates(71, 73); }
                  }
                  break;
               case 1:
                  if (curChar == 39)
                     { jjAddStates(51, 53); }
                  break;
               case 2:
                  if ((0xffffff7fffffdbffL & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 3:
                  if (curChar == 39 && kind > 93)
                     kind = 93;
                  break;
               case 5:
                  if ((0x8400000000L & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 6:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(7, 3); }
                  break;
               case 7:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 8:
                  if ((0xf000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 9;
                  break;
               case 9:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(7); }
                  break;
               case 11:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 12;
                  break;
               case 12:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 13;
                  break;
               case 13:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 14;
                  break;
               case 14:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 16:
                  if (curChar == 34)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 17:
                  if ((0xfffffffbffffdbffL & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 19:
                  if ((0x8400000000L & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 21:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 22;
                  break;
               case 22:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 23;
                  break;
               case 23:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 24;
                  break;
               case 24:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 26:
                  if (curChar == 34 && kind > 94)
                     kind = 94;
                  break;
               case 27:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(74, 78); }
                  break;
               case 28:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 29:
                  if ((0xf000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 30;
                  break;
               case 30:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(28); }
                  break;
               case 31:
                  if (curChar != 36)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 34:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 35;
                  break;
               case 35:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 36;
                  break;
               case 36:
               case 42:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(37); }
                  break;
               case 37:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 40:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 41;
                  break;
               case 41:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 42;
                  break;
               case 44:
                  if (curChar == 47)
                     { jjAddStates(45, 46); }
                  break;
               case 46:
                  if ((0xffffffffffffdbffL & l) == 0x0L)
                     break;
                  if (kind > 5)
                     kind = 5;
                  { jjCheckNAddStates(71, 73); }
                  break;
               case 47:
                  if ((0x2400L & l) != 0x0L && kind > 5)
                     kind = 5;
                  break;
               case 48:
                  if (curChar == 10 && kind > 5)
                     kind = 5;
                  break;
               case 49:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 48;
                  break;
               case 50:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 51;
                  break;
               case 51:
                  if ((0xffff7fffffffffffL & l) != 0x0L && kind > 6)
                     kind = 6;
                  break;
               case 52:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 50;
                  break;
               case 53:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 79)
                     kind = 79;
                  { jjCheckNAddStates(0, 42); }
                  break;
               case 54:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(54, 55); }
                  break;
               case 55:
               case 159:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(56); }
                  break;
               case 57:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(57, 58); }
                  break;
               case 58:
               case 170:
                  if ((0x3ff000000000000L & l) != 0x0L && kind > 79)
                     kind = 79;
                  break;
               case 59:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(59, 60); }
                  break;
               case 60:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(61); }
                  break;
               case 62:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(62, 63); }
                  break;
               case 63:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(64); }
                  break;
               case 64:
                  if (curChar == 46)
                     { jjCheckNAddStates(79, 82); }
                  break;
               case 65:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(83, 87); }
                  break;
               case 66:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(66, 67); }
                  break;
               case 67:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(88, 90); }
                  break;
               case 69:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(70); }
                  break;
               case 70:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(91, 94); }
                  break;
               case 71:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(71, 72); }
                  break;
               case 72:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(95, 97); }
                  break;
               case 75:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(98, 102); }
                  break;
               case 76:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(76, 77); }
                  break;
               case 77:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(78); }
                  break;
               case 79:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(80); }
                  break;
               case 80:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(103, 106); }
                  break;
               case 81:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(81, 82); }
                  break;
               case 82:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(107, 109); }
                  break;
               case 83:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(110, 114); }
                  break;
               case 84:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(84, 85); }
                  break;
               case 85:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(86, 73); }
                  break;
               case 87:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(88); }
                  break;
               case 88:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(115, 117); }
                  break;
               case 89:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(89, 90); }
                  break;
               case 90:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(88, 73); }
                  break;
               case 91:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(118, 121); }
                  break;
               case 92:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(92, 93); }
                  break;
               case 93:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(74); }
                  break;
               case 94:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(94, 95); }
                  break;
               case 95:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(96, 101); }
                  break;
               case 97:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(98); }
                  break;
               case 98:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(122, 124); }
                  break;
               case 99:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(99, 100); }
                  break;
               case 100:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(98, 101); }
                  break;
               case 102:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(125, 128); }
                  break;
               case 103:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(103, 104); }
                  break;
               case 104:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(105); }
                  break;
               case 106:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(107); }
                  break;
               case 107:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(129, 131); }
                  break;
               case 108:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(108, 109); }
                  break;
               case 109:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddTwoStates(107, 101); }
                  break;
               case 110:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(132, 135); }
                  break;
               case 111:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(111, 112); }
                  break;
               case 112:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(113); }
                  break;
               case 113:
                  if (curChar != 46)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(136, 138); }
                  break;
               case 114:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(139, 142); }
                  break;
               case 115:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(115, 116); }
                  break;
               case 116:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddTwoStates(117, 101); }
                  break;
               case 118:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(119); }
                  break;
               case 119:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(143, 145); }
                  break;
               case 120:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(120, 121); }
                  break;
               case 121:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddTwoStates(119, 101); }
                  break;
               case 122:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(146, 149); }
                  break;
               case 123:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(123, 124); }
                  break;
               case 124:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(126); }
                  break;
               case 127:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(127, 128); }
                  break;
               case 128:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(129); }
                  break;
               case 130:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(130, 131); }
                  break;
               case 131:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(132); }
                  break;
               case 133:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(133, 134); }
                  break;
               case 134:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(135); }
                  break;
               case 136:
                  if (curChar == 46)
                     { jjAddStates(43, 44); }
                  break;
               case 138:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(138, 139); }
                  break;
               case 139:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(150, 152); }
                  break;
               case 141:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(142); }
                  break;
               case 142:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(153, 156); }
                  break;
               case 143:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(143, 144); }
                  break;
               case 144:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(157, 159); }
                  break;
               case 145:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(160, 164); }
                  break;
               case 146:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(62, 65); }
                  break;
               case 147:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(147, 148); }
                  break;
               case 148:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddTwoStates(149, 101); }
                  break;
               case 150:
                  if ((0x280000000000L & l) != 0x0L)
                     { jjCheckNAdd(151); }
                  break;
               case 151:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(165, 167); }
                  break;
               case 152:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(152, 153); }
                  break;
               case 153:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddTwoStates(151, 101); }
                  break;
               case 154:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(168, 171); }
                  break;
               case 155:
                  if (curChar == 48)
                     { jjAddStates(54, 61); }
                  break;
               case 157:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(172, 174); }
                  break;
               case 158:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(158, 159); }
                  break;
               case 160:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(175, 177); }
                  break;
               case 161:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(161, 162); }
                  break;
               case 162:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(56); }
                  break;
               case 164:
                  if ((0x3000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(178, 180); }
                  break;
               case 165:
                  if ((0x3000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(165, 166); }
                  break;
               case 166:
                  if ((0x3000000000000L & l) != 0x0L)
                     { jjCheckNAdd(56); }
                  break;
               case 168:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 79)
                     kind = 79;
                  { jjCheckNAddTwoStates(169, 170); }
                  break;
               case 169:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(169, 170); }
                  break;
               case 171:
                  if ((0xff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 79)
                     kind = 79;
                  { jjCheckNAddTwoStates(172, 173); }
                  break;
               case 172:
                  if ((0xff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(172, 173); }
                  break;
               case 173:
                  if ((0xff000000000000L & l) != 0x0L && kind > 79)
                     kind = 79;
                  break;
               case 175:
                  if ((0x3000000000000L & l) == 0x0L)
                     break;
                  if (kind > 79)
                     kind = 79;
                  { jjCheckNAddTwoStates(176, 177); }
                  break;
               case 176:
                  if ((0x3000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(176, 177); }
                  break;
               case 177:
                  if ((0x3000000000000L & l) != 0x0L && kind > 79)
                     kind = 79;
                  break;
               case 179:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(181, 183); }
                  break;
               case 180:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(180, 181); }
                  break;
               case 181:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(182); }
                  break;
               case 182:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++] = 183;
                  break;
               case 183:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(184, 186); }
                  break;
               case 184:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(184, 185); }
                  break;
               case 185:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAdd(186); }
                  break;
               case 187:
                  if ((0x280000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 188;
                  break;
               case 188:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(187, 189); }
                  break;
               case 189:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(189, 190); }
                  break;
               case 190:
               case 200:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAdd(101); }
                  break;
               case 192:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddStates(190, 193); }
                  break;
               case 193:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(193, 194); }
                  break;
               case 194:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(195, 196); }
                  break;
               case 195:
                  if (curChar == 46)
                     { jjCheckNAdd(196); }
                  break;
               case 197:
                  if ((0x280000000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 198;
                  break;
               case 198:
                  if ((0x3ff000000000000L & l) == 0x0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  { jjCheckNAddStates(194, 196); }
                  break;
               case 199:
                  if ((0x3ff000000000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(199, 200); }
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               case 201:
                  if ((0x87fffffe87fffffeL & l) != 0x0L)
                  {
                     if (kind > 95)
                        kind = 95;
                     { jjCheckNAddTwoStates(32, 38); }
                  }
                  else if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 33;
                  break;
               case 0:
                  if ((0x7fffffe87fffffeL & l) != 0x0L)
                  {
                     if (kind > 95)
                        kind = 95;
                     { jjCheckNAddTwoStates(32, 38); }
                  }
                  else if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 39;
                  break;
               case 2:
                  if ((0xffffffffefffffffL & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 4:
                  if (curChar == 92)
                     { jjAddStates(197, 199); }
                  break;
               case 5:
                  if ((0x14404410000000L & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 10:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++] = 11;
                  break;
               case 11:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 12;
                  break;
               case 12:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 13;
                  break;
               case 13:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 14;
                  break;
               case 14:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAdd(3); }
                  break;
               case 15:
                  if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 10;
                  break;
               case 17:
                  if ((0xffffffffefffffffL & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 18:
                  if (curChar == 92)
                     { jjAddStates(200, 202); }
                  break;
               case 19:
                  if ((0x14404410000000L & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 20:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++] = 21;
                  break;
               case 21:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 22;
                  break;
               case 22:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 23;
                  break;
               case 23:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 24;
                  break;
               case 24:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddStates(47, 50); }
                  break;
               case 25:
                  if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 20;
                  break;
               case 31:
                  if ((0x7fffffe87fffffeL & l) == 0x0L)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 32:
                  if ((0x87fffffe87fffffeL & l) == 0x0L)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 33:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++] = 34;
                  break;
               case 34:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 35;
                  break;
               case 35:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 36;
                  break;
               case 36:
               case 42:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAdd(37); }
                  break;
               case 37:
                  if ((0x7e0000007eL & l) == 0x0L)
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 38:
                  if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 33;
                  break;
               case 39:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++] = 40;
                  break;
               case 40:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 41;
                  break;
               case 41:
                  if ((0x7e0000007eL & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 42;
                  break;
               case 43:
                  if (curChar == 92)
                     jjstateSet[jjnewStateCnt++] = 39;
                  break;
               case 46:
                  if (kind > 5)
                     kind = 5;
                  { jjAddStates(71, 73); }
                  break;
               case 51:
                  if (kind > 6)
                     kind = 6;
                  break;
               case 54:
                  if (curChar == 95)
                     { jjAddStates(203, 204); }
                  break;
               case 56:
                  if ((0x100000001000L & l) != 0x0L && kind > 78)
                     kind = 78;
                  break;
               case 57:
                  if (curChar == 95)
                     { jjAddStates(205, 206); }
                  break;
               case 59:
                  if (curChar == 95)
                     { jjAddStates(207, 208); }
                  break;
               case 61:
                  if (curChar == 73 && kind > 80)
                     kind = 80;
                  break;
               case 62:
                  if (curChar == 95)
                     { jjAddStates(209, 210); }
                  break;
               case 66:
                  if (curChar == 95)
                     { jjAddStates(211, 212); }
                  break;
               case 68:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(213, 214); }
                  break;
               case 71:
                  if (curChar == 95)
                     { jjAddStates(215, 216); }
                  break;
               case 73:
                  if ((0x5000000050L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 74;
                  break;
               case 74:
                  if (curChar == 66 && kind > 81)
                     kind = 81;
                  break;
               case 76:
                  if (curChar == 95)
                     { jjAddStates(217, 218); }
                  break;
               case 78:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(219, 220); }
                  break;
               case 81:
                  if (curChar == 95)
                     { jjAddStates(221, 222); }
                  break;
               case 84:
                  if (curChar == 95)
                     { jjAddStates(223, 224); }
                  break;
               case 86:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(225, 226); }
                  break;
               case 89:
                  if (curChar == 95)
                     { jjAddStates(227, 228); }
                  break;
               case 92:
                  if (curChar == 95)
                     { jjAddStates(229, 230); }
                  break;
               case 94:
                  if (curChar == 95)
                     { jjAddStates(231, 232); }
                  break;
               case 96:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(233, 234); }
                  break;
               case 99:
                  if (curChar == 95)
                     { jjAddStates(235, 236); }
                  break;
               case 101:
                  if ((0x5000000050L & l) != 0x0L && kind > 86)
                     kind = 86;
                  break;
               case 103:
                  if (curChar == 95)
                     { jjAddStates(237, 238); }
                  break;
               case 105:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(239, 240); }
                  break;
               case 108:
                  if (curChar == 95)
                     { jjAddStates(241, 242); }
                  break;
               case 111:
                  if (curChar == 95)
                     { jjAddStates(243, 244); }
                  break;
               case 115:
                  if (curChar == 95)
                     { jjAddStates(245, 246); }
                  break;
               case 117:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(247, 248); }
                  break;
               case 120:
                  if (curChar == 95)
                     { jjAddStates(249, 250); }
                  break;
               case 123:
                  if (curChar == 95)
                     { jjAddStates(251, 252); }
                  break;
               case 125:
                  if (curChar == 115 && kind > 152)
                     kind = 152;
                  break;
               case 126:
                  if (curChar == 109)
                     jjstateSet[jjnewStateCnt++] = 125;
                  break;
               case 127:
                  if (curChar == 95)
                     { jjAddStates(253, 254); }
                  break;
               case 129:
                  if (curChar == 115 && kind > 153)
                     kind = 153;
                  break;
               case 130:
                  if (curChar == 95)
                     { jjAddStates(255, 256); }
                  break;
               case 132:
                  if (curChar == 109 && kind > 154)
                     kind = 154;
                  break;
               case 133:
                  if (curChar == 95)
                     { jjAddStates(257, 258); }
                  break;
               case 135:
                  if (curChar == 104 && kind > 155)
                     kind = 155;
                  break;
               case 138:
                  if (curChar == 95)
                     { jjAddStates(259, 260); }
                  break;
               case 140:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(261, 262); }
                  break;
               case 143:
                  if (curChar == 95)
                     { jjAddStates(263, 264); }
                  break;
               case 147:
                  if (curChar == 95)
                     { jjAddStates(265, 266); }
                  break;
               case 149:
                  if ((0x2000000020L & l) != 0x0L)
                     { jjAddStates(267, 268); }
                  break;
               case 152:
                  if (curChar == 95)
                     { jjAddStates(269, 270); }
                  break;
               case 156:
                  if ((0x100000001000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 157;
                  break;
               case 157:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddStates(172, 174); }
                  break;
               case 158:
                  if ((0x7e8000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(158, 159); }
                  break;
               case 159:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAdd(56); }
                  break;
               case 161:
                  if (curChar == 95)
                     { jjAddStates(271, 272); }
                  break;
               case 163:
                  if ((0x400000004L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 164;
                  break;
               case 165:
                  if (curChar == 95)
                     { jjAddStates(273, 274); }
                  break;
               case 167:
                  if ((0x100000001000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 168;
                  break;
               case 168:
                  if ((0x7e0000007eL & l) == 0x0L)
                     break;
                  if (kind > 79)
                     kind = 79;
                  { jjCheckNAddTwoStates(169, 170); }
                  break;
               case 169:
                  if ((0x7e8000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(169, 170); }
                  break;
               case 170:
                  if ((0x7e0000007eL & l) != 0x0L && kind > 79)
                     kind = 79;
                  break;
               case 172:
                  if (curChar == 95)
                     { jjAddStates(275, 276); }
                  break;
               case 174:
                  if ((0x400000004L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 175;
                  break;
               case 176:
                  if (curChar == 95)
                     { jjAddStates(277, 278); }
                  break;
               case 178:
                  if ((0x100000001000000L & l) != 0x0L)
                     { jjCheckNAddTwoStates(179, 182); }
                  break;
               case 179:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddStates(181, 183); }
                  break;
               case 180:
                  if ((0x7e8000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(180, 181); }
                  break;
               case 181:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAdd(182); }
                  break;
               case 183:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddStates(184, 186); }
                  break;
               case 184:
                  if ((0x7e8000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(184, 185); }
                  break;
               case 185:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAdd(186); }
                  break;
               case 186:
                  if ((0x1000000010000L & l) != 0x0L)
                     { jjAddStates(279, 280); }
                  break;
               case 189:
                  if (curChar == 95)
                     { jjAddStates(281, 282); }
                  break;
               case 191:
                  if ((0x100000001000000L & l) != 0x0L)
                     jjstateSet[jjnewStateCnt++] = 192;
                  break;
               case 192:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddStates(190, 193); }
                  break;
               case 193:
                  if ((0x7e8000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(193, 194); }
                  break;
               case 194:
                  if ((0x7e0000007eL & l) != 0x0L)
                     { jjCheckNAddTwoStates(195, 196); }
                  break;
               case 196:
                  if ((0x1000000010000L & l) != 0x0L)
                     { jjAddStates(283, 284); }
                  break;
               case 199:
                  if (curChar == 95)
                     { jjAddStates(285, 286); }
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               case 201:
               case 32:
                  if (!jjCanMove_3(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 0:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                  {
                     if (kind > 1)
                        kind = 1;
                  }
                  if (jjCanMove_2(hiByte, i1, i2, l1, l2))
                  {
                     if (kind > 95)
                        kind = 95;
                     { jjCheckNAddTwoStates(32, 38); }
                  }
                  break;
               case 2:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2))
                     jjstateSet[jjnewStateCnt++] = 3;
                  break;
               case 17:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2))
                     { jjAddStates(47, 50); }
                  break;
               case 31:
                  if (!jjCanMove_2(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 95)
                     kind = 95;
                  { jjCheckNAddTwoStates(32, 38); }
                  break;
               case 46:
                  if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 5)
                     kind = 5;
                  { jjAddStates(71, 73); }
                  break;
               case 51:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2) && kind > 6)
                     kind = 6;
                  break;
               default : if (i1 == 0 || l1 == 0 || i2 == 0 ||  l2 == 0) break; else break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      i = jjnewStateCnt;
      jjnewStateCnt = startsAt;
      startsAt = 201 - jjnewStateCnt;
      if (i == startsAt)
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_1(){
   switch(curChar)
   {
      case '*':
         return jjMoveStringLiteralDfa1_1(0x100L);
      default :
         return 1;
   }
}
private int jjMoveStringLiteralDfa1_1(long active0){
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 1;
   }
   switch(curChar)
   {
      case '/':
         if ((active0 & 0x100L) != 0x0L)
            return jjStopAtPos(1, 8);
         break;
      default :
         return 2;
   }
   return 2;
}
private int jjMoveStringLiteralDfa0_2(){
   switch(curChar)
   {
      case '*':
         return jjMoveStringLiteralDfa1_2(0x200L);
      default :
         return 1;
   }
}
private int jjMoveStringLiteralDfa1_2(long active0){
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 1;
   }
   switch(curChar)
   {
      case '/':
         if ((active0 & 0x200L) != 0x0L)
            return jjStopAtPos(1, 9);
         break;
      default :
         return 2;
   }
   return 2;
}

/** Token literal values. */
public static final String[] jjstrLiteralImages = {
"", null, null, null, null, null, null, null, null, null, null, 
"\141\142\163\164\162\141\143\164", "\141\163\163\145\162\164", "\142\157\157\154\145\141\156", 
"\142\162\145\141\153", "\142\171\164\145", "\143\141\163\145", "\143\141\164\143\150", 
"\143\150\141\162", "\143\154\141\163\163", "\143\157\156\163\164", 
"\143\157\156\164\151\156\165\145", "\144\145\146\141\165\154\164", "\144\157", "\144\157\165\142\154\145", 
"\145\154\163\145", "\145\170\164\145\156\144\163", "\146\141\154\163\145", "\146\151\156\141\154", 
"\146\151\156\141\154\154\171", "\146\154\157\141\164", "\146\157\162", "\147\157\164\157", "\151\146", 
"\151\155\160\154\145\155\145\156\164\163", "\151\155\160\157\162\164", "\151\156\163\164\141\156\143\145\157\146", 
"\151\156\164", "\151\156\164\145\162\146\141\143\145", "\154\157\156\147", 
"\156\141\164\151\166\145", "\156\145\167", "\156\165\154\154", "\160\141\143\153\141\147\145", 
"\160\162\151\166\141\164\145", "\160\162\157\164\145\143\164\145\144", "\160\165\142\154\151\143", 
"\162\145\164\165\162\156", "\163\150\157\162\164", "\163\164\141\164\151\143", 
"\163\164\162\151\143\164\146\160", "\163\165\160\145\162", "\163\167\151\164\143\150", 
"\163\171\156\143\150\162\157\156\151\172\145\144", "\164\150\151\163", "\164\150\162\157\167", "\164\150\162\157\167\163", 
"\164\162\141\156\163\151\145\156\164", "\164\162\165\145", "\164\162\171", "\166\157\151\144", 
"\166\157\154\141\164\151\154\145", "\167\150\151\154\145", "\162\145\161\165\151\162\145\163", "\164\157", 
"\167\151\164\150", "\157\160\145\156", "\157\160\145\156\163", "\165\163\145\163", 
"\155\157\144\165\154\145", "\145\170\160\157\162\164\163", "\160\162\157\166\151\144\145\163", 
"\164\162\141\156\163\151\164\151\166\145", "\162\165\154\145", "\156\157\164", 
"\163\164\162\133\163\164\141\162\164\163\127\151\164\150\135", "\163\164\162\133\145\156\144\163\127\151\164\150\135", 
"\163\164\162\133\154\145\156\147\164\150\135", null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, null, null, null, null, null, null, "\50", "\51", "\173", "\175", "\133", 
"\135", "\73", "\54", "\56", "\100", "\75", "\74", "\41", "\176", "\77", "\72", 
"\75\75", "\74\75", "\76\75", "\41\75", "\174\174", "\46\46", "\53\53", "\55\55", "\53", 
"\55", "\52", "\57", "\46", "\174", "\136", "\45", "\74\74", "\53\75", "\55\75", 
"\52\75", "\57\75", "\46\75", "\174\75", "\136\75", "\45\75", "\74\74\75", "\76\76\75", 
"\76\76\76\75", "\56\56\56", "\55\76", "\72\72", "\76\76\76", "\76\76", "\76", "\32", 
"\56\56\57", "\43", "\41\56", null, null, null, null, };
protected Token jjFillToken()
{
   final Token t;
   final String curTokenImage;
   final int beginLine;
   final int endLine;
   final int beginColumn;
   final int endColumn;
   String im = jjstrLiteralImages[jjmatchedKind];
   curTokenImage = im == null ? input_stream.getImage() : im;
   beginLine = input_stream.getBeginLine();
   beginColumn = input_stream.getBeginColumn();
   endLine = input_stream.getEndLine();
   endColumn = input_stream.getEndColumn();
   t = Token.newToken(jjmatchedKind);
   t.kind = jjmatchedKind;
   t.image = curTokenImage;

   t.beginLine = beginLine;
   t.endLine = endLine;
   t.beginColumn = beginColumn;
   t.endColumn = endColumn;

   return t;
}
static final int[] jjnextStates = {
   54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 76, 77, 78, 84, 85, 
   86, 73, 92, 93, 74, 94, 95, 96, 101, 103, 104, 105, 111, 112, 113, 123, 
   124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 146, 45, 52, 17, 
   18, 25, 26, 2, 4, 15, 156, 160, 163, 167, 171, 174, 178, 191, 147, 148, 
   149, 101, 138, 139, 140, 73, 74, 46, 47, 49, 17, 18, 28, 25, 26, 65, 
   68, 73, 74, 66, 67, 68, 73, 74, 68, 73, 74, 71, 73, 74, 75, 70, 
   73, 74, 70, 71, 73, 74, 75, 81, 73, 74, 83, 80, 73, 74, 80, 81, 
   73, 74, 83, 89, 73, 91, 88, 89, 73, 91, 99, 101, 102, 98, 99, 101, 
   102, 108, 101, 110, 107, 108, 101, 110, 114, 117, 101, 115, 116, 117, 101, 120, 
   101, 122, 119, 120, 101, 122, 140, 73, 74, 143, 73, 74, 145, 142, 73, 74, 
   142, 143, 73, 74, 145, 152, 101, 154, 151, 152, 101, 154, 158, 159, 56, 161, 
   162, 56, 165, 166, 56, 180, 181, 182, 184, 185, 186, 189, 190, 101, 193, 194, 
   195, 196, 199, 200, 101, 5, 6, 8, 19, 27, 29, 54, 55, 57, 58, 59, 
   60, 62, 63, 66, 67, 69, 70, 71, 72, 76, 77, 79, 80, 81, 82, 84, 
   85, 87, 88, 89, 90, 92, 93, 94, 95, 97, 98, 99, 100, 103, 104, 106, 
   107, 108, 109, 111, 112, 115, 116, 118, 119, 120, 121, 123, 124, 127, 128, 130, 
   131, 133, 134, 138, 139, 141, 142, 143, 144, 147, 148, 150, 151, 152, 153, 161, 
   162, 165, 166, 172, 173, 176, 177, 187, 188, 189, 190, 197, 198, 199, 200, 
};
private static final boolean jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec0[i2] & l2) != 0L);
      case 22:
         return ((jjbitVec1[i2] & l2) != 0L);
      case 24:
         return ((jjbitVec2[i2] & l2) != 0L);
      case 32:
         return ((jjbitVec3[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec4[i2] & l2) != 0L);
      case 254:
         return ((jjbitVec5[i2] & l2) != 0L);
      default :
         return false;
   }
}
private static final boolean jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec8[i2] & l2) != 0L);
      default :
         if ((jjbitVec6[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec10[i2] & l2) != 0L);
      case 2:
         return ((jjbitVec11[i2] & l2) != 0L);
      case 3:
         return ((jjbitVec12[i2] & l2) != 0L);
      case 4:
         return ((jjbitVec13[i2] & l2) != 0L);
      case 5:
         return ((jjbitVec14[i2] & l2) != 0L);
      case 6:
         return ((jjbitVec15[i2] & l2) != 0L);
      case 7:
         return ((jjbitVec16[i2] & l2) != 0L);
      case 8:
         return ((jjbitVec17[i2] & l2) != 0L);
      case 9:
         return ((jjbitVec18[i2] & l2) != 0L);
      case 10:
         return ((jjbitVec19[i2] & l2) != 0L);
      case 11:
         return ((jjbitVec20[i2] & l2) != 0L);
      case 12:
         return ((jjbitVec21[i2] & l2) != 0L);
      case 13:
         return ((jjbitVec22[i2] & l2) != 0L);
      case 14:
         return ((jjbitVec23[i2] & l2) != 0L);
      case 15:
         return ((jjbitVec24[i2] & l2) != 0L);
      case 16:
         return ((jjbitVec25[i2] & l2) != 0L);
      case 18:
         return ((jjbitVec26[i2] & l2) != 0L);
      case 19:
         return ((jjbitVec27[i2] & l2) != 0L);
      case 20:
         return ((jjbitVec6[i2] & l2) != 0L);
      case 22:
         return ((jjbitVec28[i2] & l2) != 0L);
      case 23:
         return ((jjbitVec29[i2] & l2) != 0L);
      case 24:
         return ((jjbitVec30[i2] & l2) != 0L);
      case 25:
         return ((jjbitVec31[i2] & l2) != 0L);
      case 26:
         return ((jjbitVec32[i2] & l2) != 0L);
      case 27:
         return ((jjbitVec33[i2] & l2) != 0L);
      case 28:
         return ((jjbitVec34[i2] & l2) != 0L);
      case 29:
         return ((jjbitVec35[i2] & l2) != 0L);
      case 31:
         return ((jjbitVec36[i2] & l2) != 0L);
      case 32:
         return ((jjbitVec37[i2] & l2) != 0L);
      case 33:
         return ((jjbitVec38[i2] & l2) != 0L);
      case 44:
         return ((jjbitVec39[i2] & l2) != 0L);
      case 45:
         return ((jjbitVec40[i2] & l2) != 0L);
      case 46:
         return ((jjbitVec41[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec42[i2] & l2) != 0L);
      case 49:
         return ((jjbitVec43[i2] & l2) != 0L);
      case 77:
         return ((jjbitVec44[i2] & l2) != 0L);
      case 159:
         return ((jjbitVec45[i2] & l2) != 0L);
      case 164:
         return ((jjbitVec46[i2] & l2) != 0L);
      case 166:
         return ((jjbitVec47[i2] & l2) != 0L);
      case 167:
         return ((jjbitVec48[i2] & l2) != 0L);
      case 168:
         return ((jjbitVec49[i2] & l2) != 0L);
      case 169:
         return ((jjbitVec50[i2] & l2) != 0L);
      case 170:
         return ((jjbitVec51[i2] & l2) != 0L);
      case 171:
         return ((jjbitVec52[i2] & l2) != 0L);
      case 215:
         return ((jjbitVec53[i2] & l2) != 0L);
      case 250:
         return ((jjbitVec54[i2] & l2) != 0L);
      case 251:
         return ((jjbitVec55[i2] & l2) != 0L);
      case 253:
         return ((jjbitVec56[i2] & l2) != 0L);
      case 254:
         return ((jjbitVec57[i2] & l2) != 0L);
      case 255:
         return ((jjbitVec58[i2] & l2) != 0L);
      default :
         if ((jjbitVec9[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_3(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec59[i2] & l2) != 0L);
      case 2:
         return ((jjbitVec11[i2] & l2) != 0L);
      case 3:
         return ((jjbitVec60[i2] & l2) != 0L);
      case 4:
         return ((jjbitVec61[i2] & l2) != 0L);
      case 5:
         return ((jjbitVec62[i2] & l2) != 0L);
      case 6:
         return ((jjbitVec63[i2] & l2) != 0L);
      case 7:
         return ((jjbitVec64[i2] & l2) != 0L);
      case 8:
         return ((jjbitVec65[i2] & l2) != 0L);
      case 9:
         return ((jjbitVec66[i2] & l2) != 0L);
      case 10:
         return ((jjbitVec67[i2] & l2) != 0L);
      case 11:
         return ((jjbitVec68[i2] & l2) != 0L);
      case 12:
         return ((jjbitVec69[i2] & l2) != 0L);
      case 13:
         return ((jjbitVec70[i2] & l2) != 0L);
      case 14:
         return ((jjbitVec71[i2] & l2) != 0L);
      case 15:
         return ((jjbitVec72[i2] & l2) != 0L);
      case 16:
         return ((jjbitVec73[i2] & l2) != 0L);
      case 18:
         return ((jjbitVec26[i2] & l2) != 0L);
      case 19:
         return ((jjbitVec74[i2] & l2) != 0L);
      case 20:
         return ((jjbitVec6[i2] & l2) != 0L);
      case 22:
         return ((jjbitVec28[i2] & l2) != 0L);
      case 23:
         return ((jjbitVec75[i2] & l2) != 0L);
      case 24:
         return ((jjbitVec76[i2] & l2) != 0L);
      case 25:
         return ((jjbitVec77[i2] & l2) != 0L);
      case 26:
         return ((jjbitVec78[i2] & l2) != 0L);
      case 27:
         return ((jjbitVec79[i2] & l2) != 0L);
      case 28:
         return ((jjbitVec80[i2] & l2) != 0L);
      case 29:
         return ((jjbitVec81[i2] & l2) != 0L);
      case 31:
         return ((jjbitVec36[i2] & l2) != 0L);
      case 32:
         return ((jjbitVec82[i2] & l2) != 0L);
      case 33:
         return ((jjbitVec38[i2] & l2) != 0L);
      case 44:
         return ((jjbitVec83[i2] & l2) != 0L);
      case 45:
         return ((jjbitVec84[i2] & l2) != 0L);
      case 46:
         return ((jjbitVec41[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec85[i2] & l2) != 0L);
      case 49:
         return ((jjbitVec43[i2] & l2) != 0L);
      case 77:
         return ((jjbitVec44[i2] & l2) != 0L);
      case 159:
         return ((jjbitVec45[i2] & l2) != 0L);
      case 164:
         return ((jjbitVec46[i2] & l2) != 0L);
      case 166:
         return ((jjbitVec86[i2] & l2) != 0L);
      case 167:
         return ((jjbitVec48[i2] & l2) != 0L);
      case 168:
         return ((jjbitVec87[i2] & l2) != 0L);
      case 169:
         return ((jjbitVec88[i2] & l2) != 0L);
      case 170:
         return ((jjbitVec89[i2] & l2) != 0L);
      case 171:
         return ((jjbitVec90[i2] & l2) != 0L);
      case 215:
         return ((jjbitVec53[i2] & l2) != 0L);
      case 250:
         return ((jjbitVec54[i2] & l2) != 0L);
      case 251:
         return ((jjbitVec91[i2] & l2) != 0L);
      case 253:
         return ((jjbitVec56[i2] & l2) != 0L);
      case 254:
         return ((jjbitVec92[i2] & l2) != 0L);
      case 255:
         return ((jjbitVec93[i2] & l2) != 0L);
      default :
         if ((jjbitVec9[i1] & l1) != 0L)
            return true;
         return false;
   }
}

int curLexState = 0;
int defaultLexState = 0;
int jjnewStateCnt;
int jjround;
int jjmatchedPos;
int jjmatchedKind;

/** Get the next Token. */
public Token getNextToken() 
{
  Token specialToken = null;
  Token matchedToken;
  int curPos = 0;

  EOFLoop:
  for (;;)
  {
   try
   {
      curChar = input_stream.beginToken();
   }
   catch(final Exception e)
   {
      jjmatchedKind = 0;
      jjmatchedPos = -1;
      matchedToken = jjFillToken();
      matchedToken.specialToken = specialToken;
      CommonTokenAction(matchedToken);
      return matchedToken;
   }
   image = jjimage;
   image.setLength(0);
   jjimageLen = 0;

   for (;;)
   {
     switch(curLexState)
     {
       case 0:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_0();
         break;
       case 1:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_1();
         if (jjmatchedPos == 0 && jjmatchedKind > 10)
         {
            jjmatchedKind = 10;
         }
         break;
       case 2:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_2();
         if (jjmatchedPos == 0 && jjmatchedKind > 10)
         {
            jjmatchedKind = 10;
         }
         break;
     }
     if (jjmatchedKind != 0x7fffffff)
     {
        if (jjmatchedPos + 1 < curPos)
           input_stream.backup(curPos - jjmatchedPos - 1);
        if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
        {
           matchedToken = jjFillToken();
           matchedToken.specialToken = specialToken;
           TokenLexicalActions(matchedToken);
       if (jjnewLexState[jjmatchedKind] != -1)
         curLexState = jjnewLexState[jjmatchedKind];
           CommonTokenAction(matchedToken);
           return matchedToken;
        }
        else if ((jjtoSkip[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
        {
           if ((jjtoSpecial[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
           {
              matchedToken = jjFillToken();
              if (specialToken == null)
                 specialToken = matchedToken;
              else
              {
                 matchedToken.specialToken = specialToken;
                 specialToken = (specialToken.next = matchedToken);
              }
              SkipLexicalActions(matchedToken);
           }
           else
              SkipLexicalActions(null);
         if (jjnewLexState[jjmatchedKind] != -1)
           curLexState = jjnewLexState[jjmatchedKind];
           continue EOFLoop;
        }
        MoreLexicalActions();
      if (jjnewLexState[jjmatchedKind] != -1)
        curLexState = jjnewLexState[jjmatchedKind];
        curPos = 0;
        jjmatchedKind = 0x7fffffff;
        try {
           curChar = input_stream.readChar();
           continue;
        }
        catch (final java.io.IOException e1) { }
     }
     int error_line = input_stream.getEndLine();
     int error_column = input_stream.getEndColumn();
     String error_after = null;
     boolean EOFSeen = false;
     try {
       input_stream.readChar();
       input_stream.backup(1);
     }
     catch (final java.io.IOException e1) {
        EOFSeen = true;
        error_after = curPos <= 1 ? "" : input_stream.getImage();
        if (curChar == '\n' || curChar == '\r') {
           error_line++;
           error_column = 0;
        }
        else
           error_column++;
     }
     if (!EOFSeen) {
        input_stream.backup(1);
        error_after = curPos <= 1 ? "" : input_stream.getImage();
     }
     throw new TokenMgrException(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrException.LEXICAL_ERROR);
   }
  }
}

void SkipLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      default :
         break;
   }
}
void MoreLexicalActions()
{
   jjimageLen += (lengthOfMatch = jjmatchedPos + 1);
   switch(jjmatchedKind)
   {
      case 6 :
         image.append(input_stream.getSuffix(jjimageLen));
         jjimageLen = 0;
                                          input_stream.backup(1);
         break;
      default :
         break;
   }
}
void TokenLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      case 145 :
        image.append(jjstrLiteralImages[145]);
        lengthOfMatch = jjstrLiteralImages[145].length();
     matchedToken.kind = GT;
     matchedToken.realKind = RUNSIGNEDSHIFT;
     input_stream.backup(2);
         break;
      case 146 :
        image.append(jjstrLiteralImages[146]);
        lengthOfMatch = jjstrLiteralImages[146].length();
     matchedToken.kind = GT;
     matchedToken.realKind = RSIGNEDSHIFT;
     input_stream.backup(1);
         break;
      default :
         break;
   }
}
private void jjCheckNAdd(int state)
{
   if (jjrounds[state] != jjround)
   {
      jjstateSet[jjnewStateCnt++] = state;
      jjrounds[state] = jjround;
   }
}
private void jjAddStates(int start, int end)
{
   do {
      jjstateSet[jjnewStateCnt++] = jjnextStates[start];
   } while (start++ != end);
}
private void jjCheckNAddTwoStates(int state1, int state2)
{
   jjCheckNAdd(state1);
   jjCheckNAdd(state2);
}

private void jjCheckNAddStates(int start, int end)
{
   do {
      jjCheckNAdd(jjnextStates[start]);
   } while (start++ != end);
}

    /** Constructor. */
    public GeneratedDrlConstraintParserTokenManager(SimpleCharStream stream){
    input_stream = stream;
  }

  /** Constructor. */
  public GeneratedDrlConstraintParserTokenManager (SimpleCharStream stream, int lexState){
    ReInit(stream);
    SwitchTo(lexState);
  }

  /** Reinitialise parser. */
  
  public void ReInit(SimpleCharStream stream)
  {


    jjmatchedPos =
    jjnewStateCnt =
    0;
    curLexState = defaultLexState;
    input_stream = stream;
    ReInitRounds();
  }

  private void ReInitRounds()
  {
    int i;
    jjround = 0x80000001;
    for (i = 201; i-- > 0;)
      jjrounds[i] = 0x80000000;
  }

  /** Reinitialise parser. */
  public void ReInit(SimpleCharStream stream, int lexState)
  {
    ReInit(stream);
    SwitchTo(lexState);
  }

  /** Switch to specified lex state. */
  public void SwitchTo(int lexState)
  {
    if (lexState >= 3 || lexState < 0)
      throw new TokenMgrException("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrException.INVALID_LEXICAL_STATE);
    else
      curLexState = lexState;
  }


/** Lexer state names. */
public static final String[] lexStateNames = {
   "DEFAULT",
   "IN_JAVADOC_COMMENT",
   "IN_MULTI_LINE_COMMENT",
};

/** Lex State array. */
public static final int[] jjnewLexState = {
   -1, -1, -1, -1, -1, -1, 1, 2, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, 
};
static final long[] jjtoToken = {
   0xfffffffffffff801L, 0xfffffffce043ffffL, 0xfffffffL, 
};
static final long[] jjtoSkip = {
   0x33eL, 0x0L, 0x0L, 
};
static final long[] jjtoSpecial = {
   0x33eL, 0x0L, 0x0L, 
};
static final long[] jjtoMore = {
   0x4c0L, 0x0L, 0x0L, 
};
    protected SimpleCharStream  input_stream;

    private final int[] jjrounds = new int[201];
    private final int[] jjstateSet = new int[2 * 201];
    private final StringBuilder jjimage = new StringBuilder();
    private StringBuilder image = jjimage;
    private int jjimageLen;
    private int lengthOfMatch;
    protected int curChar;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy