/* Generated By:JJTree&JavaCC: Do not edit this line. JxpParserTokenManager.java */
/*
 * Copyright (C) 2004 TiongHiang Lee
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library 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.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not,  write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Email: thlee@onemindsoft.org
 */
package org.onemind.jxp.parser;
import java.io.*;
import java.util.*;
import org.onemind.commons.java.lang.*;

public class JxpParserTokenManager implements JxpParserConstants
{
  public  java.io.PrintStream debugStream = System.out;
  public  void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
private final int jjStopStringLiteralDfa_1(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x200000000L) != 0L)
            return 4;
         return -1;
      case 1:
         if ((active0 & 0x200000000L) != 0L)
            return 5;
         return -1;
      case 2:
         if ((active0 & 0x200000000L) != 0L)
            return 7;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_1(int pos, long active0)
{
   return jjMoveNfa_1(jjStopStringLiteralDfa_1(pos, active0), pos + 1);
}
private final int jjStopAtPos(int pos, int kind)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   return pos + 1;
}
private final int jjStartNfaWithStates_1(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_1(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_1()
{
   switch(curChar)
   {
      case 33:
         return jjMoveStringLiteralDfa1_1(0x200000000L);
      default :
         return jjMoveNfa_1(9, 0);
   }
}
private final int jjMoveStringLiteralDfa1_1(long active0)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 33:
         return jjMoveStringLiteralDfa2_1(active0, 0x200000000L);
      default :
         break;
   }
   return jjStartNfa_1(0, active0);
}
private final int jjMoveStringLiteralDfa2_1(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_1(0, old0); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(1, active0);
      return 2;
   }
   switch(curChar)
   {
      case 37:
         return jjMoveStringLiteralDfa3_1(active0, 0x200000000L);
      default :
         break;
   }
   return jjStartNfa_1(1, active0);
}
private final int jjMoveStringLiteralDfa3_1(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_1(1, old0); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(2, active0);
      return 3;
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x200000000L) != 0L)
            return jjStopAtPos(3, 33);
         break;
      default :
         break;
   }
   return jjStartNfa_1(2, active0);
}
private final void jjCheckNAdd(int state)
{
   if (jjrounds[state] != jjround)
   {
      jjstateSet[jjnewStateCnt++] = state;
      jjrounds[state] = jjround;
   }
}
private final void jjAddStates(int start, int end)
{
   do {
      jjstateSet[jjnewStateCnt++] = jjnextStates[start];
   } while (start++ != end);
}
private final void jjCheckNAddTwoStates(int state1, int state2)
{
   jjCheckNAdd(state1);
   jjCheckNAdd(state2);
}
private final void jjCheckNAddStates(int start, int end)
{
   do {
      jjCheckNAdd(jjnextStates[start]);
   } while (start++ != end);
}
private final void jjCheckNAddStates(int start)
{
   jjCheckNAdd(jjnextStates[start]);
   jjCheckNAdd(jjnextStates[start + 1]);
}
static final long[] jjbitVec0 = {
   0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec2 = {
   0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
private final int jjMoveNfa_1(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 9;
   int i = 1;
   jjstateSet[0] = startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 9:
                  if ((0xfffffffdffffffffL & l) != 0L)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddStates(0, 2);
                  }
                  else if (curChar == 33)
                     jjAddStates(3, 4);
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 1;
                  break;
               case 5:
                  if ((0xffffffdfffffffffL & l) != 0L)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddStates(0, 2);
                  }
                  else if (curChar == 37)
                     jjstateSet[jjnewStateCnt++] = 7;
                  break;
               case 4:
                  if (curChar == 33)
                     jjstateSet[jjnewStateCnt++] = 6;
                  if (curChar == 33)
                     jjstateSet[jjnewStateCnt++] = 5;
                  break;
               case 0:
                  if ((0xfffffffdffffffffL & l) == 0L)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               case 1:
                  if (curChar != 10)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               case 2:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 1;
                  break;
               case 3:
                  if (curChar == 33)
                     jjAddStates(3, 4);
                  break;
               case 6:
                  if (curChar == 37)
                     jjstateSet[jjnewStateCnt++] = 7;
                  break;
               case 7:
                  if ((0xbfffffffffffffffL & l) == 0L)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               case 8:
                  if (curChar == 33)
                     jjstateSet[jjnewStateCnt++] = 6;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 9:
               case 0:
               case 7:
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               case 5:
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 9:
               case 0:
               case 7:
                  if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               case 5:
                  if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddStates(0, 2);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 9 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjMoveStringLiteralDfa0_0()
{
   switch(curChar)
   {
      case 36:
         return jjMoveStringLiteralDfa1_0(0x1000L, 0x0L);
      case 44:
         jjmatchedKind = 173;
         return jjMoveNfa_0(0, 0);
      case 60:
         return jjMoveStringLiteralDfa1_0(0x400000f8eL, 0x0L);
      case 96:
         jjmatchedKind = 5;
         return jjMoveStringLiteralDfa1_0(0x40L, 0x0L);
      case 116:
         return jjMoveStringLiteralDfa1_0(0x0L, 0x100000000000L);
      default :
         return jjMoveNfa_0(0, 0);
   }
}
private final int jjMoveStringLiteralDfa1_0(long active0, long active2)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 0);
   }
   switch(curChar)
   {
      case 37:
         if ((active0 & 0x2L) != 0L)
         {
            jjmatchedKind = 1;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_0(active0, 0x400000588L, active2, 0L);
      case 74:
         return jjMoveStringLiteralDfa2_0(active0, 0x4L, active2, 0L);
      case 96:
         if ((active0 & 0x40L) != 0L)
         {
            jjmatchedKind = 6;
            jjmatchedPos = 1;
         }
         break;
      case 104:
         return jjMoveStringLiteralDfa2_0(active0, 0L, active2, 0x100000000000L);
      case 106:
         return jjMoveStringLiteralDfa2_0(active0, 0xa04L, active2, 0L);
      case 123:
         if ((active0 & 0x1000L) != 0L)
         {
            jjmatchedKind = 12;
            jjmatchedPos = 1;
         }
         break;
      default :
         break;
   }
   return jjMoveNfa_0(0, 1);
}
private final int jjMoveStringLiteralDfa2_0(long old0, long active0, long old2, long active2)
{
   if (((active0 &= old0) | (active2 &= old2)) == 0L)
      return jjMoveNfa_0(0, 1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 1);
   }
   switch(curChar)
   {
      case 33:
         if ((active0 & 0x100L) != 0L)
         {
            jjmatchedKind = 8;
            jjmatchedPos = 2;
         }
         return jjMoveStringLiteralDfa3_0(active0, 0x8L, active2, 0L);
      case 45:
         return jjMoveStringLiteralDfa3_0(active0, 0x400000000L, active2, 0L);
      case 61:
         if ((active0 & 0x400L) != 0L)
         {
            jjmatchedKind = 10;
            jjmatchedPos = 2;
         }
         break;
      case 64:
         if ((active0 & 0x80L) != 0L)
         {
            jjmatchedKind = 7;
            jjmatchedPos = 2;
         }
         break;
      case 83:
         return jjMoveStringLiteralDfa3_0(active0, 0x4L, active2, 0L);
      case 114:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active2, 0x100000000000L);
      case 115:
         return jjMoveStringLiteralDfa3_0(active0, 0xa04L, active2, 0L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 2);
}
private final int jjMoveStringLiteralDfa3_0(long old0, long active0, long old2, long active2)
{
   if (((active0 &= old0) | (active2 &= old2)) == 0L)
      return jjMoveNfa_0(0, 2);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 2);
   }
   switch(curChar)
   {
      case 33:
         if ((active0 & 0x8L) != 0L)
         {
            jjmatchedKind = 3;
            jjmatchedPos = 3;
         }
         break;
      case 45:
         if ((active0 & 0x400000000L) != 0L)
         {
            jjmatchedKind = 34;
            jjmatchedPos = 3;
         }
         break;
      case 80:
         return jjMoveStringLiteralDfa4_0(active0, 0x4L, active2, 0L);
      case 111:
         return jjMoveStringLiteralDfa4_0(active0, 0L, active2, 0x100000000000L);
      case 112:
         return jjMoveStringLiteralDfa4_0(active0, 0xa04L, active2, 0L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 3);
}
private final int jjMoveStringLiteralDfa4_0(long old0, long active0, long old2, long active2)
{
   if (((active0 &= old0) | (active2 &= old2)) == 0L)
      return jjMoveNfa_0(0, 3);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 3);
   }
   switch(curChar)
   {
      case 58:
         return jjMoveStringLiteralDfa5_0(active0, 0xa04L, active2, 0L);
      case 119:
         return jjMoveStringLiteralDfa5_0(active0, 0L, active2, 0x100000000000L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 4);
}
private final int jjMoveStringLiteralDfa5_0(long old0, long active0, long old2, long active2)
{
   if (((active0 &= old0) | (active2 &= old2)) == 0L)
      return jjMoveNfa_0(0, 4);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 4);
   }
   switch(curChar)
   {
      case 83:
         return jjMoveStringLiteralDfa6_0(active0, 0x4L, active2, 0L);
      case 100:
         return jjMoveStringLiteralDfa6_0(active0, 0x200L, active2, 0L);
      case 101:
         return jjMoveStringLiteralDfa6_0(active0, 0x800L, active2, 0L);
      case 115:
         if ((active2 & 0x100000000000L) != 0L)
         {
            jjmatchedKind = 172;
            jjmatchedPos = 5;
         }
         return jjMoveStringLiteralDfa6_0(active0, 0x4L, active2, 0L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 5);
}
private final int jjMoveStringLiteralDfa6_0(long old0, long active0, long old2, long active2)
{
   if (((active0 &= old0) | (active2 &= old2)) == 0L)
      return jjMoveNfa_0(0, 5);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 5);
   }
   switch(curChar)
   {
      case 67:
         return jjMoveStringLiteralDfa7_0(active0, 0x4L);
      case 99:
         return jjMoveStringLiteralDfa7_0(active0, 0x4L);
      case 101:
         return jjMoveStringLiteralDfa7_0(active0, 0x200L);
      case 120:
         return jjMoveStringLiteralDfa7_0(active0, 0x800L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 6);
}
private final int jjMoveStringLiteralDfa7_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 6);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 6);
   }
   switch(curChar)
   {
      case 82:
         return jjMoveStringLiteralDfa8_0(active0, 0x4L);
      case 99:
         return jjMoveStringLiteralDfa8_0(active0, 0x200L);
      case 112:
         return jjMoveStringLiteralDfa8_0(active0, 0x800L);
      case 114:
         return jjMoveStringLiteralDfa8_0(active0, 0x4L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 7);
}
private final int jjMoveStringLiteralDfa8_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 7);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 7);
   }
   switch(curChar)
   {
      case 73:
         return jjMoveStringLiteralDfa9_0(active0, 0x4L);
      case 105:
         return jjMoveStringLiteralDfa9_0(active0, 0x4L);
      case 108:
         return jjMoveStringLiteralDfa9_0(active0, 0x200L);
      case 114:
         return jjMoveStringLiteralDfa9_0(active0, 0x800L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 8);
}
private final int jjMoveStringLiteralDfa9_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 8);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 8);
   }
   switch(curChar)
   {
      case 80:
         return jjMoveStringLiteralDfa10_0(active0, 0x4L);
      case 97:
         return jjMoveStringLiteralDfa10_0(active0, 0x200L);
      case 101:
         return jjMoveStringLiteralDfa10_0(active0, 0x800L);
      case 112:
         return jjMoveStringLiteralDfa10_0(active0, 0x4L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 9);
}
private final int jjMoveStringLiteralDfa10_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 9);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 9);
   }
   switch(curChar)
   {
      case 84:
         return jjMoveStringLiteralDfa11_0(active0, 0x4L);
      case 114:
         return jjMoveStringLiteralDfa11_0(active0, 0x200L);
      case 115:
         return jjMoveStringLiteralDfa11_0(active0, 0x800L);
      case 116:
         return jjMoveStringLiteralDfa11_0(active0, 0x4L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 10);
}
private final int jjMoveStringLiteralDfa11_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 10);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 10);
   }
   switch(curChar)
   {
      case 76:
         return jjMoveStringLiteralDfa12_0(active0, 0x4L);
      case 97:
         return jjMoveStringLiteralDfa12_0(active0, 0x200L);
      case 108:
         return jjMoveStringLiteralDfa12_0(active0, 0x4L);
      case 115:
         return jjMoveStringLiteralDfa12_0(active0, 0x800L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 11);
}
private final int jjMoveStringLiteralDfa12_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 11);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 11);
   }
   switch(curChar)
   {
      case 69:
         return jjMoveStringLiteralDfa13_0(active0, 0x4L);
      case 101:
         return jjMoveStringLiteralDfa13_0(active0, 0x4L);
      case 105:
         return jjMoveStringLiteralDfa13_0(active0, 0x800L);
      case 116:
         return jjMoveStringLiteralDfa13_0(active0, 0x200L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 12);
}
private final int jjMoveStringLiteralDfa13_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 12);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 12);
   }
   switch(curChar)
   {
      case 84:
         return jjMoveStringLiteralDfa14_0(active0, 0x4L);
      case 105:
         return jjMoveStringLiteralDfa14_0(active0, 0x200L);
      case 111:
         return jjMoveStringLiteralDfa14_0(active0, 0x800L);
      case 116:
         return jjMoveStringLiteralDfa14_0(active0, 0x4L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 13);
}
private final int jjMoveStringLiteralDfa14_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 13);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 13);
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x4L) != 0L)
         {
            jjmatchedKind = 2;
            jjmatchedPos = 14;
         }
         break;
      case 110:
         return jjMoveStringLiteralDfa15_0(active0, 0x800L);
      case 111:
         return jjMoveStringLiteralDfa15_0(active0, 0x200L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 14);
}
private final int jjMoveStringLiteralDfa15_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 14);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 14);
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x800L) != 0L)
         {
            jjmatchedKind = 11;
            jjmatchedPos = 15;
         }
         break;
      case 110:
         return jjMoveStringLiteralDfa16_0(active0, 0x200L);
      default :
         break;
   }
   return jjMoveNfa_0(0, 15);
}
private final int jjMoveStringLiteralDfa16_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjMoveNfa_0(0, 15);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
   return jjMoveNfa_0(0, 15);
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x200L) != 0L)
         {
            jjmatchedKind = 9;
            jjmatchedPos = 16;
         }
         break;
      default :
         break;
   }
   return jjMoveNfa_0(0, 16);
}
private final int jjMoveNfa_0(int startState, int curPos)
{
   int strKind = jjmatchedKind;
   int strPos = jjmatchedPos;
   int seenUpto;
   input_stream.backup(seenUpto = curPos + 1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) { throw new Error("Internal Error"); }
   curPos = 0;
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 6;
   int i = 1;
   jjstateSet[0] = startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0xefffffefffffffffL & l) != 0L)
                  {
                     if (kind > 4)
                        kind = 4;
                     jjCheckNAddStates(5, 7);
                  }
                  else if ((0x1000001000000000L & l) != 0L)
                  {
                     if (kind > 4)
                        kind = 4;
                  }
                  if (curChar == 60)
                     jjstateSet[jjnewStateCnt++] = 5;
                  else if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 2;
                  break;
               case 1:
                  if ((0xefffffefffffffffL & l) == 0L)
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               case 2:
                  if (curChar != 10)
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               case 3:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 2;
                  break;
               case 4:
                  if (curChar == 60)
                     jjstateSet[jjnewStateCnt++] = 5;
                  break;
               case 5:
                  if ((0xefffffcfffffffffL & l) == 0L)
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
               case 1:
                  if ((0xfffffffeffffffffL & l) == 0L)
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               case 5:
                  if ((0xfffffbfeffffffffL & l) == 0L)
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
               case 1:
               case 5:
                  if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 4)
                     kind = 4;
                  jjCheckNAddStates(5, 7);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 6 - (jjnewStateCnt = startsAt)))
         break;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { break; }
   }
   if (jjmatchedPos > strPos)
      return curPos;

   int toRet = Math.max(curPos, seenUpto);

   if (curPos < toRet)
      for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
         try { curChar = input_stream.readChar(); }
         catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }

   if (jjmatchedPos < strPos)
   {
      jjmatchedKind = strKind;
      jjmatchedPos = strPos;
   }
   else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
      jjmatchedKind = strKind;

   return toRet;
}
private final int jjMoveStringLiteralDfa0_7()
{
   switch(curChar)
   {
      case 42:
         return jjMoveStringLiteralDfa1_7(0x20000000000L);
      default :
         return 1;
   }
}
private final int jjMoveStringLiteralDfa1_7(long active0)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 1;
   }
   switch(curChar)
   {
      case 47:
         if ((active0 & 0x20000000000L) != 0L)
            return jjStopAtPos(1, 41);
         break;
      default :
         return 2;
   }
   return 2;
}
private final int jjMoveStringLiteralDfa0_5()
{
   return jjMoveNfa_5(0, 0);
}
private final int jjMoveNfa_5(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 3;
   int i = 1;
   jjstateSet[0] = startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x2400L & l) != 0L)
                  {
                     if (kind > 39)
                        kind = 39;
                  }
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 1;
                  break;
               case 1:
                  if (curChar == 10 && kind > 39)
                     kind = 39;
                  break;
               case 2:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 1;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 3 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjMoveStringLiteralDfa0_6()
{
   switch(curChar)
   {
      case 42:
         return jjMoveStringLiteralDfa1_6(0x10000000000L);
      default :
         return 1;
   }
}
private final int jjMoveStringLiteralDfa1_6(long active0)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 1;
   }
   switch(curChar)
   {
      case 47:
         if ((active0 & 0x10000000000L) != 0L)
            return jjStopAtPos(1, 40);
         break;
      default :
         return 2;
   }
   return 2;
}
private final int jjStopStringLiteralDfa_3(int pos, long active0, long active1, long active2)
{
   switch (pos)
   {
      case 0:
         if ((active2 & 0x10020000000L) != 0L)
            return 0;
         if ((active1 & 0x1ffff00000000L) != 0L)
         {
            jjmatchedKind = 122;
            return 24;
         }
         if ((active2 & 0x20L) != 0L)
            return 9;
         return -1;
      case 1:
         if ((active1 & 0x67c000000000L) != 0L)
            return 24;
         if ((active1 & 0x1983f00000000L) != 0L)
         {
            if (jjmatchedPos != 1)
            {
               jjmatchedKind = 122;
               jjmatchedPos = 1;
            }
            return 24;
         }
         return -1;
      case 2:
         if ((active1 & 0x1902000000000L) != 0L)
            return 24;
         if ((active1 & 0x81f00000000L) != 0L)
         {
            if (jjmatchedPos != 2)
            {
               jjmatchedKind = 122;
               jjmatchedPos = 2;
            }
            return 24;
         }
         return -1;
      case 3:
         if ((active1 & 0x81400000000L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 3;
            return 24;
         }
         if ((active1 & 0xb00000000L) != 0L)
            return 24;
         return -1;
      case 4:
         if ((active1 & 0x80400000000L) != 0L)
            return 24;
         if ((active1 & 0x1000000000L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 4;
            return 24;
         }
         return -1;
      case 5:
         if ((active1 & 0x1000000000L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 5;
            return 24;
         }
         return -1;
      case 6:
         if ((active1 & 0x1000000000L) != 0L)
            return 24;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_3(int pos, long active0, long active1, long active2)
{
   return jjMoveNfa_3(jjStopStringLiteralDfa_3(pos, active0, active1, active2), pos + 1);
}
private final int jjStartNfaWithStates_3(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_3(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_3()
{
   switch(curChar)
   {
      case 33:
         jjmatchedKind = 138;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x20000L);
      case 37:
         jjmatchedKind = 157;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x10000000000L);
      case 38:
         jjmatchedKind = 154;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x2000080000L);
      case 40:
         return jjStopAtPos(0, 127);
      case 41:
         return jjStopAtPos(0, 128);
      case 42:
         jjmatchedKind = 152;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x800000000L);
      case 43:
         jjmatchedKind = 150;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x200100000L);
      case 44:
         return jjStopAtPos(0, 132);
      case 45:
         jjmatchedKind = 151;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x400200000L);
      case 46:
         return jjStartNfaWithStates_3(0, 133, 9);
      case 47:
         jjmatchedKind = 153;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x1000000000L);
      case 58:
         return jjStopAtPos(0, 141);
      case 59:
         return jjStopAtPos(0, 131);
      case 60:
         jjmatchedKind = 137;
         return jjMoveStringLiteralDfa1_3(0x18000000L, 0x0L, 0x20040008000L);
      case 61:
         jjmatchedKind = 135;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x4000L);
      case 62:
         jjmatchedKind = 136;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0xc0180010000L);
      case 63:
         return jjStopAtPos(0, 140);
      case 91:
         return jjStopAtPos(0, 129);
      case 93:
         return jjStopAtPos(0, 130);
      case 94:
         jjmatchedKind = 156;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x8000000000L);
      case 96:
         return jjStopAtPos(0, 134);
      case 97:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x2000000000L, 0x0L);
      case 100:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x800000000000L, 0x0L);
      case 101:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x84000000000L, 0x0L);
      case 102:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x400000000L, 0x0L);
      case 103:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x408000000000L, 0x0L);
      case 105:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x1000000000L, 0x0L);
      case 108:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x240000000000L, 0x0L);
      case 109:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x1020000000000L, 0x0L);
      case 110:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x100100000000L, 0x0L);
      case 111:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x10000000000L, 0x0L);
      case 112:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x800000000L, 0x0L);
      case 116:
         return jjMoveStringLiteralDfa1_3(0x0L, 0x200000000L, 0x0L);
      case 124:
         jjmatchedKind = 155;
         return jjMoveStringLiteralDfa1_3(0x0L, 0x0L, 0x4000040000L);
      case 125:
         return jjStopAtPos(0, 29);
      case 126:
         return jjStopAtPos(0, 139);
      default :
         return jjMoveNfa_3(4, 0);
   }
}
private final int jjMoveStringLiteralDfa1_3(long active0, long active1, long active2)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(0, active0, active1, active2);
      return 1;
   }
   switch(curChar)
   {
      case 38:
         if ((active2 & 0x80000L) != 0L)
            return jjStopAtPos(1, 147);
         break;
      case 43:
         if ((active2 & 0x100000L) != 0L)
            return jjStopAtPos(1, 148);
         break;
      case 45:
         if ((active2 & 0x200000L) != 0L)
            return jjStopAtPos(1, 149);
         break;
      case 47:
         return jjMoveStringLiteralDfa2_3(active0, 0x18000000L, active1, 0L, active2, 0L);
      case 60:
         if ((active2 & 0x40000000L) != 0L)
         {
            jjmatchedKind = 158;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0L, active2, 0x20000000000L);
      case 61:
         if ((active2 & 0x4000L) != 0L)
            return jjStopAtPos(1, 142);
         else if ((active2 & 0x8000L) != 0L)
            return jjStopAtPos(1, 143);
         else if ((active2 & 0x10000L) != 0L)
            return jjStopAtPos(1, 144);
         else if ((active2 & 0x20000L) != 0L)
            return jjStopAtPos(1, 145);
         else if ((active2 & 0x200000000L) != 0L)
            return jjStopAtPos(1, 161);
         else if ((active2 & 0x400000000L) != 0L)
            return jjStopAtPos(1, 162);
         else if ((active2 & 0x800000000L) != 0L)
            return jjStopAtPos(1, 163);
         else if ((active2 & 0x1000000000L) != 0L)
            return jjStopAtPos(1, 164);
         else if ((active2 & 0x2000000000L) != 0L)
            return jjStopAtPos(1, 165);
         else if ((active2 & 0x4000000000L) != 0L)
            return jjStopAtPos(1, 166);
         else if ((active2 & 0x8000000000L) != 0L)
            return jjStopAtPos(1, 167);
         else if ((active2 & 0x10000000000L) != 0L)
            return jjStopAtPos(1, 168);
         break;
      case 62:
         if ((active2 & 0x80000000L) != 0L)
         {
            jjmatchedKind = 159;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0L, active2, 0xc0100000000L);
      case 97:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0xc00000000L, active2, 0L);
      case 101:
         if ((active1 & 0x20000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 105, 24);
         else if ((active1 & 0x40000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 106, 24);
         else if ((active1 & 0x400000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 110, 24);
         break;
      case 105:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x800000000000L, active2, 0L);
      case 109:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x80000000000L, active2, 0L);
      case 110:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x3000000000L, active2, 0L);
      case 111:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x1100000000000L, active2, 0L);
      case 113:
         if ((active1 & 0x4000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 102, 24);
         break;
      case 114:
         if ((active1 & 0x10000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 104, 24);
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x200000000L, active2, 0L);
      case 116:
         if ((active1 & 0x8000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 103, 24);
         else if ((active1 & 0x200000000000L) != 0L)
            return jjStartNfaWithStates_3(1, 109, 24);
         break;
      case 117:
         return jjMoveStringLiteralDfa2_3(active0, 0L, active1, 0x100000000L, active2, 0L);
      case 124:
         if ((active2 & 0x40000L) != 0L)
            return jjStopAtPos(1, 146);
         break;
      default :
         break;
   }
   return jjStartNfa_3(0, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa2_3(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_3(0, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(1, active0, active1, active2);
      return 2;
   }
   switch(curChar)
   {
      case 61:
         if ((active2 & 0x20000000000L) != 0L)
            return jjStopAtPos(2, 169);
         else if ((active2 & 0x40000000000L) != 0L)
            return jjStopAtPos(2, 170);
         break;
      case 62:
         if ((active2 & 0x100000000L) != 0L)
         {
            jjmatchedKind = 160;
            jjmatchedPos = 2;
         }
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0L, active2, 0x80000000000L);
      case 99:
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0x1000000000L, active2, 0L);
      case 100:
         if ((active1 & 0x2000000000L) != 0L)
            return jjStartNfaWithStates_3(2, 101, 24);
         else if ((active1 & 0x1000000000000L) != 0L)
            return jjStartNfaWithStates_3(2, 112, 24);
         break;
      case 103:
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0x800000000L, active2, 0L);
      case 106:
         return jjMoveStringLiteralDfa3_3(active0, 0x18000000L, active1, 0L, active2, 0L);
      case 108:
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0x500000000L, active2, 0L);
      case 112:
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0x80000000000L, active2, 0L);
      case 116:
         if ((active1 & 0x100000000000L) != 0L)
            return jjStartNfaWithStates_3(2, 108, 24);
         break;
      case 117:
         return jjMoveStringLiteralDfa3_3(active0, 0L, active1, 0x200000000L, active2, 0L);
      case 118:
         if ((active1 & 0x800000000000L) != 0L)
            return jjStartNfaWithStates_3(2, 111, 24);
         break;
      default :
         break;
   }
   return jjStartNfa_3(1, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa3_3(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_3(1, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(2, active0, active1, active2);
      return 3;
   }
   switch(curChar)
   {
      case 61:
         if ((active2 & 0x80000000000L) != 0L)
            return jjStopAtPos(3, 171);
         break;
      case 101:
         if ((active1 & 0x200000000L) != 0L)
            return jjStartNfaWithStates_3(3, 97, 24);
         else if ((active1 & 0x800000000L) != 0L)
            return jjStartNfaWithStates_3(3, 99, 24);
         break;
      case 108:
         if ((active1 & 0x100000000L) != 0L)
            return jjStartNfaWithStates_3(3, 96, 24);
         return jjMoveStringLiteralDfa4_3(active0, 0L, active1, 0x1000000000L, active2, 0L);
      case 115:
         return jjMoveStringLiteralDfa4_3(active0, 0x18000000L, active1, 0x400000000L, active2, 0L);
      case 116:
         return jjMoveStringLiteralDfa4_3(active0, 0L, active1, 0x80000000000L, active2, 0L);
      default :
         break;
   }
   return jjStartNfa_3(2, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa4_3(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_3(2, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(3, active0, active1, 0L);
      return 4;
   }
   switch(curChar)
   {
      case 101:
         if ((active1 & 0x400000000L) != 0L)
            return jjStartNfaWithStates_3(4, 98, 24);
         break;
      case 112:
         return jjMoveStringLiteralDfa5_3(active0, 0x18000000L, active1, 0L);
      case 117:
         return jjMoveStringLiteralDfa5_3(active0, 0L, active1, 0x1000000000L);
      case 121:
         if ((active1 & 0x80000000000L) != 0L)
            return jjStartNfaWithStates_3(4, 107, 24);
         break;
      default :
         break;
   }
   return jjStartNfa_3(3, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa5_3(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_3(3, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(4, active0, active1, 0L);
      return 5;
   }
   switch(curChar)
   {
      case 58:
         return jjMoveStringLiteralDfa6_3(active0, 0x18000000L, active1, 0L);
      case 100:
         return jjMoveStringLiteralDfa6_3(active0, 0L, active1, 0x1000000000L);
      default :
         break;
   }
   return jjStartNfa_3(4, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa6_3(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_3(4, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(5, active0, active1, 0L);
      return 6;
   }
   switch(curChar)
   {
      case 100:
         return jjMoveStringLiteralDfa7_3(active0, 0x8000000L, active1, 0L);
      case 101:
         if ((active1 & 0x1000000000L) != 0L)
            return jjStartNfaWithStates_3(6, 100, 24);
         return jjMoveStringLiteralDfa7_3(active0, 0x10000000L, active1, 0L);
      default :
         break;
   }
   return jjStartNfa_3(5, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa7_3(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_3(5, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(6, active0, 0L, 0L);
      return 7;
   }
   switch(curChar)
   {
      case 101:
         return jjMoveStringLiteralDfa8_3(active0, 0x8000000L);
      case 120:
         return jjMoveStringLiteralDfa8_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(6, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa8_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(6, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(7, active0, 0L, 0L);
      return 8;
   }
   switch(curChar)
   {
      case 99:
         return jjMoveStringLiteralDfa9_3(active0, 0x8000000L);
      case 112:
         return jjMoveStringLiteralDfa9_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(7, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa9_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(7, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(8, active0, 0L, 0L);
      return 9;
   }
   switch(curChar)
   {
      case 108:
         return jjMoveStringLiteralDfa10_3(active0, 0x8000000L);
      case 114:
         return jjMoveStringLiteralDfa10_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(8, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa10_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(8, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(9, active0, 0L, 0L);
      return 10;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa11_3(active0, 0x8000000L);
      case 101:
         return jjMoveStringLiteralDfa11_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(9, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa11_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(9, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(10, active0, 0L, 0L);
      return 11;
   }
   switch(curChar)
   {
      case 114:
         return jjMoveStringLiteralDfa12_3(active0, 0x8000000L);
      case 115:
         return jjMoveStringLiteralDfa12_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(10, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa12_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(10, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(11, active0, 0L, 0L);
      return 12;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa13_3(active0, 0x8000000L);
      case 115:
         return jjMoveStringLiteralDfa13_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(11, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa13_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(11, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(12, active0, 0L, 0L);
      return 13;
   }
   switch(curChar)
   {
      case 105:
         return jjMoveStringLiteralDfa14_3(active0, 0x10000000L);
      case 116:
         return jjMoveStringLiteralDfa14_3(active0, 0x8000000L);
      default :
         break;
   }
   return jjStartNfa_3(12, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa14_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(12, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(13, active0, 0L, 0L);
      return 14;
   }
   switch(curChar)
   {
      case 105:
         return jjMoveStringLiteralDfa15_3(active0, 0x8000000L);
      case 111:
         return jjMoveStringLiteralDfa15_3(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_3(13, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa15_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(13, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(14, active0, 0L, 0L);
      return 15;
   }
   switch(curChar)
   {
      case 110:
         return jjMoveStringLiteralDfa16_3(active0, 0x10000000L);
      case 111:
         return jjMoveStringLiteralDfa16_3(active0, 0x8000000L);
      default :
         break;
   }
   return jjStartNfa_3(14, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa16_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(14, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(15, active0, 0L, 0L);
      return 16;
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x10000000L) != 0L)
            return jjStopAtPos(16, 28);
         break;
      case 110:
         return jjMoveStringLiteralDfa17_3(active0, 0x8000000L);
      default :
         break;
   }
   return jjStartNfa_3(15, active0, 0L, 0L);
}
private final int jjMoveStringLiteralDfa17_3(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_3(15, old0, 0L, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(16, active0, 0L, 0L);
      return 17;
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x8000000L) != 0L)
            return jjStopAtPos(17, 27);
         break;
      default :
         break;
   }
   return jjStartNfa_3(16, active0, 0L, 0L);
}
static final long[] jjbitVec3 = {
   0x1ff00000fffffffeL, 0xffffffffffffc000L, 0xffffffffL, 0x600000000000000L
};
static final long[] jjbitVec4 = {
   0x0L, 0x0L, 0x0L, 0xff7fffffff7fffffL
};
static final long[] jjbitVec5 = {
   0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec6 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffL, 0x0L
};
static final long[] jjbitVec7 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0x0L, 0x0L
};
static final long[] jjbitVec8 = {
   0x3fffffffffffL, 0x0L, 0x0L, 0x0L
};
private final int jjMoveNfa_3(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 61;
   int i = 1;
   jjstateSet[0] = startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(8, 14);
                  else if (curChar == 39)
                     jjCheckNAddStates(15, 19);
                  else if (curChar == 36)
                  {
                     if (kind > 122)
                        kind = 122;
                     jjCheckNAdd(24);
                  }
                  else if (curChar == 34)
                     jjCheckNAddStates(20, 22);
                  else if (curChar == 46)
                     jjCheckNAdd(9);
                  else if (curChar == 37)
                     jjstateSet[jjnewStateCnt++] = 0;
                  if ((0x3fe000000000000L & l) != 0L)
                  {
                     if (kind > 113)
                        kind = 113;
                     jjCheckNAddTwoStates(6, 7);
                  }
                  else if (curChar == 48)
                  {
                     if (kind > 113)
                        kind = 113;
                     jjCheckNAddStates(23, 25);
                  }
                  break;
               case 0:
                  if (curChar != 62)
                     break;
                  if (kind > 26)
                     kind = 26;
                  jjAddStates(26, 27);
                  break;
               case 1:
                  if ((0x2400L & l) != 0L && kind > 26)
                     kind = 26;
                  break;
               case 2:
                  if (curChar == 10 && kind > 26)
                     kind = 26;
                  break;
               case 3:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 2;
                  break;
               case 5:
                  if ((0x3fe000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(6, 7);
                  break;
               case 6:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(6, 7);
                  break;
               case 8:
                  if (curChar == 46)
                     jjCheckNAdd(9);
                  break;
               case 9:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(28, 30);
                  break;
               case 11:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(12);
                  break;
               case 12:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(12, 13);
                  break;
               case 14:
                  if (curChar == 34)
                     jjCheckNAddStates(20, 22);
                  break;
               case 15:
                  if ((0xfffffffbffffdbffL & l) != 0L)
                     jjCheckNAddStates(20, 22);
                  break;
               case 17:
                  if ((0x8400000000L & l) != 0L)
                     jjCheckNAddStates(20, 22);
                  break;
               case 18:
                  if (curChar == 34 && kind > 120)
                     kind = 120;
                  break;
               case 19:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(31, 34);
                  break;
               case 20:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(20, 22);
                  break;
               case 21:
                  if ((0xf000000000000L & l) != 0L)
                     jjstateSet[jjnewStateCnt++] = 22;
                  break;
               case 22:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(20);
                  break;
               case 23:
                  if (curChar != 36)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(24);
                  break;
               case 24:
                  if ((0x3ff001000000000L & l) == 0L)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(24);
                  break;
               case 25:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(8, 14);
                  break;
               case 26:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(26, 27);
                  break;
               case 27:
                  if (curChar != 46)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(35, 37);
                  break;
               case 28:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(35, 37);
                  break;
               case 30:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(31);
                  break;
               case 31:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(31, 13);
                  break;
               case 32:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(32, 33);
                  break;
               case 34:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(35);
                  break;
               case 35:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(35, 13);
                  break;
               case 36:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(38, 40);
                  break;
               case 38:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 39:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(39, 13);
                  break;
               case 40:
                  if (curChar != 48)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddStates(23, 25);
                  break;
               case 42:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(42, 7);
                  break;
               case 43:
                  if ((0xff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(43, 7);
                  break;
               case 44:
                  if (curChar == 39)
                     jjCheckNAddStates(15, 19);
                  break;
               case 45:
                  if ((0xffffff7fffffdbffL & l) != 0L)
                     jjCheckNAdd(46);
                  break;
               case 46:
                  if (curChar == 39 && kind > 119)
                     kind = 119;
                  break;
               case 48:
                  if ((0x8400000000L & l) != 0L)
                     jjCheckNAdd(46);
                  break;
               case 49:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(50, 46);
                  break;
               case 50:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(46);
                  break;
               case 51:
                  if ((0xf000000000000L & l) != 0L)
                     jjstateSet[jjnewStateCnt++] = 52;
                  break;
               case 52:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(50);
                  break;
               case 53:
                  if ((0xffffff7fffffdbffL & l) != 0L)
                     jjCheckNAddStates(41, 43);
                  break;
               case 55:
                  if ((0x8400000000L & l) != 0L)
                     jjCheckNAddStates(41, 43);
                  break;
               case 56:
                  if (curChar == 39 && kind > 121)
                     kind = 121;
                  break;
               case 57:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(44, 47);
                  break;
               case 58:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(41, 43);
                  break;
               case 59:
                  if ((0xf000000000000L & l) != 0L)
                     jjstateSet[jjnewStateCnt++] = 60;
                  break;
               case 60:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(58);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
               case 24:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(24);
                  break;
               case 7:
                  if ((0x100000001000L & l) != 0L && kind > 113)
                     kind = 113;
                  break;
               case 10:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(48, 49);
                  break;
               case 13:
                  if ((0x5000000050L & l) != 0L && kind > 117)
                     kind = 117;
                  break;
               case 15:
                  if ((0xffffffffefffffffL & l) != 0L)
                     jjCheckNAddStates(20, 22);
                  break;
               case 16:
                  if (curChar == 92)
                     jjAddStates(50, 52);
                  break;
               case 17:
                  if ((0x14404410000000L & l) != 0L)
                     jjCheckNAddStates(20, 22);
                  break;
               case 29:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(53, 54);
                  break;
               case 33:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(55, 56);
                  break;
               case 37:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(57, 58);
                  break;
               case 41:
                  if ((0x100000001000000L & l) != 0L)
                     jjCheckNAdd(42);
                  break;
               case 42:
                  if ((0x7e0000007eL & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(42, 7);
                  break;
               case 45:
                  if ((0xffffffffefffffffL & l) != 0L)
                     jjCheckNAdd(46);
                  break;
               case 47:
                  if (curChar == 92)
                     jjAddStates(59, 61);
                  break;
               case 48:
                  if ((0x14404410000000L & l) != 0L)
                     jjCheckNAdd(46);
                  break;
               case 53:
                  if ((0xffffffffefffffffL & l) != 0L)
                     jjCheckNAddStates(41, 43);
                  break;
               case 54:
                  if (curChar == 92)
                     jjAddStates(62, 64);
                  break;
               case 55:
                  if ((0x14404410000000L & l) != 0L)
                     jjCheckNAddStates(41, 43);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
               case 24:
                  if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(24);
                  break;
               case 15:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(20, 22);
                  break;
               case 45:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjstateSet[jjnewStateCnt++] = 46;
                  break;
               case 53:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(41, 43);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 61 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjMoveStringLiteralDfa0_4()
{
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa1_4(0x7800000000L);
      default :
         return 1;
   }
}
private final int jjMoveStringLiteralDfa1_4(long active0)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 1;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa2_4(active0, 0x7800000000L);
      default :
         return 2;
   }
}
private final int jjMoveStringLiteralDfa2_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return 2;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 2;
   }
   switch(curChar)
   {
      case 37:
         return jjMoveStringLiteralDfa3_4(active0, 0x7800000000L);
      default :
         return 3;
   }
}
private final int jjMoveStringLiteralDfa3_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return 3;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 3;
   }
   switch(curChar)
   {
      case 62:
         if ((active0 & 0x800000000L) != 0L)
         {
            jjmatchedKind = 35;
            jjmatchedPos = 3;
         }
         return jjMoveStringLiteralDfa4_4(active0, 0x7000000000L);
      default :
         return 4;
   }
}
private final int jjMoveStringLiteralDfa4_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return 4;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 4;
   }
   switch(curChar)
   {
      case 10:
         if ((active0 & 0x2000000000L) != 0L)
            return jjStopAtPos(4, 37);
         break;
      case 13:
         if ((active0 & 0x1000000000L) != 0L)
         {
            jjmatchedKind = 36;
            jjmatchedPos = 4;
         }
         return jjMoveStringLiteralDfa5_4(active0, 0x4000000000L);
      default :
         return 5;
   }
   return 5;
}
private final int jjMoveStringLiteralDfa5_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return 5;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      return 5;
   }
   switch(curChar)
   {
      case 10:
         if ((active0 & 0x4000000000L) != 0L)
            return jjStopAtPos(5, 38);
         break;
      default :
         return 6;
   }
   return 6;
}
private final int jjStopStringLiteralDfa_2(int pos, long active0, long active1, long active2)
{
   switch (pos)
   {
      case 0:
         if ((active2 & 0x10020000000L) != 0L)
            return 0;
         if ((active2 & 0x20040008200L) != 0L)
            return 22;
         if ((active0 & 0xfffff80000000000L) != 0L || (active1 & 0x77fffffffL) != 0L)
         {
            jjmatchedKind = 122;
            return 56;
         }
         if ((active0 & 0x140000000L) != 0L || (active2 & 0x1002000000L) != 0L)
            return 26;
         if ((active1 & 0x80000000L) != 0L || (active2 & 0x20L) != 0L)
            return 32;
         return -1;
      case 1:
         if ((active0 & 0x100000000L) != 0L)
            return 24;
         if ((active0 & 0x7f3ff80000000000L) != 0L || (active1 & 0x77fffffffL) != 0L)
         {
            if (jjmatchedPos != 1)
            {
               jjmatchedKind = 122;
               jjmatchedPos = 1;
            }
            return 56;
         }
         if ((active0 & 0x80c0000000000000L) != 0L)
            return 56;
         return -1;
      case 2:
         if ((active0 & 0x5fbff80000000000L) != 0L || (active1 & 0x76fbfff67L) != 0L)
         {
            if (jjmatchedPos != 2)
            {
               jjmatchedKind = 122;
               jjmatchedPos = 2;
            }
            return 56;
         }
         if ((active0 & 0x2000000000000000L) != 0L || (active1 & 0x10400098L) != 0L)
            return 56;
         return -1;
      case 3:
         if ((active0 & 0x1ebd380000000000L) != 0L || (active1 & 0x42f3bff57L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 3;
            return 56;
         }
         if ((active0 & 0x4102c00000000000L) != 0L || (active1 & 0x340840020L) != 0L)
            return 56;
         return -1;
      case 4:
         if ((active0 & 0x2b0180000000000L) != 0L || (active1 & 0x2d235f57L) != 0L)
         {
            if (jjmatchedPos != 4)
            {
               jjmatchedKind = 122;
               jjmatchedPos = 4;
            }
            return 56;
         }
         if ((active0 & 0x1c0d200000000000L) != 0L || (active1 & 0x40218a000L) != 0L)
            return 56;
         return -1;
      case 5:
         if ((active0 & 0xa30180000000000L) != 0L || (active1 & 0x25220715L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 5;
            return 56;
         }
         if ((active0 & 0x80000000000000L) != 0L || (active1 & 0x8115842L) != 0L)
            return 56;
         return -1;
      case 6:
         if ((active0 & 0x10080000000000L) != 0L || (active1 & 0x25220415L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 6;
            return 56;
         }
         if ((active0 & 0xa20100000000000L) != 0L || (active1 & 0x300L) != 0L)
            return 56;
         return -1;
      case 7:
         if ((active1 & 0x220415L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 7;
            return 56;
         }
         if ((active0 & 0x10080000000000L) != 0L || (active1 & 0x25000000L) != 0L)
            return 56;
         return -1;
      case 8:
         if ((active1 & 0x20005L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 8;
            return 56;
         }
         if ((active1 & 0x200410L) != 0L)
            return 56;
         return -1;
      case 9:
         if ((active1 & 0x20000L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 9;
            return 56;
         }
         if ((active1 & 0x5L) != 0L)
            return 56;
         return -1;
      case 10:
         if ((active1 & 0x20000L) != 0L)
         {
            jjmatchedKind = 122;
            jjmatchedPos = 10;
            return 56;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_2(int pos, long active0, long active1, long active2)
{
   return jjMoveNfa_2(jjStopStringLiteralDfa_2(pos, active0, active1, active2), pos + 1);
}
private final int jjStartNfaWithStates_2(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_2(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_2()
{
   switch(curChar)
   {
      case 33:
         jjmatchedKind = 138;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x20000L);
      case 37:
         jjmatchedKind = 157;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x10000000000L);
      case 38:
         jjmatchedKind = 154;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x2000080000L);
      case 40:
         return jjStopAtPos(0, 127);
      case 41:
         return jjStopAtPos(0, 128);
      case 42:
         jjmatchedKind = 152;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x800000000L);
      case 43:
         jjmatchedKind = 150;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x200100000L);
      case 44:
         return jjStopAtPos(0, 132);
      case 45:
         jjmatchedKind = 151;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x400200000L);
      case 46:
         jjmatchedKind = 133;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x80000000L, 0x0L);
      case 47:
         jjmatchedKind = 153;
         return jjMoveStringLiteralDfa1_2(0x140000000L, 0x0L, 0x1000000000L);
      case 58:
         return jjStopAtPos(0, 141);
      case 59:
         return jjStopAtPos(0, 131);
      case 60:
         jjmatchedKind = 137;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x20040008000L);
      case 61:
         jjmatchedKind = 135;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x4000L);
      case 62:
         jjmatchedKind = 136;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0xc0180010000L);
      case 63:
         return jjStopAtPos(0, 140);
      case 91:
         return jjStopAtPos(0, 129);
      case 93:
         return jjStopAtPos(0, 130);
      case 94:
         jjmatchedKind = 156;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x8000000000L);
      case 96:
         return jjStopAtPos(0, 134);
      case 97:
         return jjMoveStringLiteralDfa1_2(0x80000000000L, 0x8000000L, 0x0L);
      case 98:
         return jjMoveStringLiteralDfa1_2(0x700000000000L, 0x0L, 0x0L);
      case 99:
         return jjMoveStringLiteralDfa1_2(0x1f800000000000L, 0x0L, 0x0L);
      case 100:
         return jjMoveStringLiteralDfa1_2(0xe0000000000000L, 0x0L, 0x0L);
      case 101:
         return jjMoveStringLiteralDfa1_2(0x300000000000000L, 0x40000000L, 0x0L);
      case 102:
         return jjMoveStringLiteralDfa1_2(0x3c00000000000000L, 0x420000000L, 0x0L);
      case 103:
         return jjMoveStringLiteralDfa1_2(0x4000000000000000L, 0x0L, 0x0L);
      case 105:
         return jjMoveStringLiteralDfa1_2(0x8000000000000000L, 0x1fL, 0x0L);
      case 108:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x20L, 0x0L);
      case 110:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x1000000c0L, 0x0L);
      case 112:
         return jjMoveStringLiteralDfa1_2(0x0L, 0xf00L, 0x0L);
      case 114:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x1000L, 0x0L);
      case 115:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x403e000L, 0x0L);
      case 116:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x2007c0000L, 0x0L);
      case 118:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x11800000L, 0x0L);
      case 119:
         return jjMoveStringLiteralDfa1_2(0x0L, 0x2000000L, 0x0L);
      case 123:
         return jjStopAtPos(0, 125);
      case 124:
         jjmatchedKind = 155;
         return jjMoveStringLiteralDfa1_2(0x0L, 0x0L, 0x4000040000L);
      case 125:
         return jjStopAtPos(0, 126);
      case 126:
         return jjStopAtPos(0, 139);
      default :
         return jjMoveNfa_2(4, 0);
   }
}
private final int jjMoveStringLiteralDfa1_2(long active0, long active1, long active2)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(0, active0, active1, active2);
      return 1;
   }
   switch(curChar)
   {
      case 38:
         if ((active2 & 0x80000L) != 0L)
            return jjStopAtPos(1, 147);
         break;
      case 42:
         if ((active0 & 0x100000000L) != 0L)
            return jjStartNfaWithStates_2(1, 32, 24);
         break;
      case 43:
         if ((active2 & 0x100000L) != 0L)
            return jjStopAtPos(1, 148);
         break;
      case 45:
         if ((active2 & 0x200000L) != 0L)
            return jjStopAtPos(1, 149);
         break;
      case 46:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x80000000L, active2, 0L);
      case 47:
         if ((active0 & 0x40000000L) != 0L)
            return jjStopAtPos(1, 30);
         break;
      case 60:
         if ((active2 & 0x40000000L) != 0L)
         {
            jjmatchedKind = 158;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0L, active2, 0x20000000000L);
      case 61:
         if ((active2 & 0x4000L) != 0L)
            return jjStopAtPos(1, 142);
         else if ((active2 & 0x8000L) != 0L)
            return jjStopAtPos(1, 143);
         else if ((active2 & 0x10000L) != 0L)
            return jjStopAtPos(1, 144);
         else if ((active2 & 0x20000L) != 0L)
            return jjStopAtPos(1, 145);
         else if ((active2 & 0x200000000L) != 0L)
            return jjStopAtPos(1, 161);
         else if ((active2 & 0x400000000L) != 0L)
            return jjStopAtPos(1, 162);
         else if ((active2 & 0x800000000L) != 0L)
            return jjStopAtPos(1, 163);
         else if ((active2 & 0x1000000000L) != 0L)
            return jjStopAtPos(1, 164);
         else if ((active2 & 0x2000000000L) != 0L)
            return jjStopAtPos(1, 165);
         else if ((active2 & 0x4000000000L) != 0L)
            return jjStopAtPos(1, 166);
         else if ((active2 & 0x8000000000L) != 0L)
            return jjStopAtPos(1, 167);
         else if ((active2 & 0x10000000000L) != 0L)
            return jjStopAtPos(1, 168);
         break;
      case 62:
         if ((active2 & 0x80000000L) != 0L)
         {
            jjmatchedKind = 159;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0L, active2, 0xc0100000000L);
      case 97:
         return jjMoveStringLiteralDfa2_2(active0, 0x1800000000000L, active1, 0x410000140L, active2, 0L);
      case 98:
         return jjMoveStringLiteralDfa2_2(active0, 0x80000000000L, active1, 0L, active2, 0L);
      case 101:
         return jjMoveStringLiteralDfa2_2(active0, 0x20000000000000L, active1, 0x1080L, active2, 0L);
      case 102:
         if ((active0 & 0x8000000000000000L) != 0L)
            return jjStartNfaWithStates_2(1, 63, 56);
         break;
      case 104:
         return jjMoveStringLiteralDfa2_2(active0, 0x2000000000000L, active1, 0x21c2000L, active2, 0L);
      case 105:
         return jjMoveStringLiteralDfa2_2(active0, 0xc00000000000000L, active1, 0L, active2, 0L);
      case 108:
         return jjMoveStringLiteralDfa2_2(active0, 0x1104000000000000L, active1, 0L, active2, 0L);
      case 109:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x3L, active2, 0L);
      case 110:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x1cL, active2, 0L);
      case 111:
         if ((active0 & 0x40000000000000L) != 0L)
         {
            jjmatchedKind = 54;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_2(active0, 0x6098100000000000L, active1, 0x1800020L, active2, 0L);
      case 114:
         return jjMoveStringLiteralDfa2_2(active0, 0x200000000000L, active1, 0x200600600L, active2, 0L);
      case 115:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x8000000L, active2, 0L);
      case 116:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x4004000L, active2, 0L);
      case 117:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x120008800L, active2, 0L);
      case 119:
         return jjMoveStringLiteralDfa2_2(active0, 0L, active1, 0x10000L, active2, 0L);
      case 120:
         return jjMoveStringLiteralDfa2_2(active0, 0x200000000000000L, active1, 0x40000000L, active2, 0L);
      case 121:
         return jjMoveStringLiteralDfa2_2(active0, 0x400000000000L, active1, 0x20000L, active2, 0L);
      case 124:
         if ((active2 & 0x40000L) != 0L)
            return jjStopAtPos(1, 146);
         break;
      default :
         break;
   }
   return jjStartNfa_2(0, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa2_2(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_2(0, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(1, active0, active1, active2);
      return 2;
   }
   switch(curChar)
   {
      case 46:
         if ((active1 & 0x80000000L) != 0L)
            return jjStopAtPos(2, 95);
         break;
      case 61:
         if ((active2 & 0x20000000000L) != 0L)
            return jjStopAtPos(2, 169);
         else if ((active2 & 0x40000000000L) != 0L)
            return jjStopAtPos(2, 170);
         break;
      case 62:
         if ((active2 & 0x100000000L) != 0L)
         {
            jjmatchedKind = 160;
            jjmatchedPos = 2;
         }
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0L, active2, 0x80000000000L);
      case 97:
         return jjMoveStringLiteralDfa3_2(active0, 0x6000000000000L, active1, 0x204000L, active2, 0L);
      case 98:
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x800L, active2, 0L);
      case 99:
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x100L, active2, 0L);
      case 101:
         return jjMoveStringLiteralDfa3_2(active0, 0x200000000000L, active1, 0L, active2, 0L);
      case 102:
         return jjMoveStringLiteralDfa3_2(active0, 0x20000000000000L, active1, 0L, active2, 0L);
      case 105:
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x42850200L, active2, 0L);
      case 108:
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x501000000L, active2, 0L);
      case 110:
         return jjMoveStringLiteralDfa3_2(active0, 0xc18000000000000L, active1, 0x20020020L, active2, 0L);
      case 111:
         return jjMoveStringLiteralDfa3_2(active0, 0x1000100000000000L, active1, 0x2400L, active2, 0L);
      case 112:
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x8003L, active2, 0L);
      case 114:
         if ((active0 & 0x2000000000000000L) != 0L)
            return jjStartNfaWithStates_2(2, 61, 56);
         else if ((active1 & 0x10000000L) != 0L)
            return jjStartNfaWithStates_2(2, 92, 56);
         return jjMoveStringLiteralDfa3_2(active0, 0L, active1, 0x4180000L, active2, 0L);
      case 115:
         return jjMoveStringLiteralDfa3_2(active0, 0x100880000000000L, active1, 0x8000004L, active2, 0L);
      case 116:
         if ((active1 & 0x8L) != 0L)
         {
            jjmatchedKind = 67;
            jjmatchedPos = 2;
         }
         return jjMoveStringLiteralDfa3_2(active0, 0x4201400000000000L, active1, 0x1050L, active2, 0L);
      case 117:
         return jjMoveStringLiteralDfa3_2(active0, 0x80000000000000L, active1, 0x200000000L, active2, 0L);
      case 119:
         if ((active1 & 0x80L) != 0L)
            return jjStartNfaWithStates_2(2, 71, 56);
         break;
      case 121:
         if ((active1 & 0x400000L) != 0L)
            return jjStartNfaWithStates_2(2, 86, 56);
         break;
      default :
         break;
   }
   return jjStartNfa_2(1, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa3_2(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_2(1, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(2, active0, active1, active2);
      return 3;
   }
   switch(curChar)
   {
      case 61:
         if ((active2 & 0x80000000000L) != 0L)
            return jjStopAtPos(3, 171);
         break;
      case 97:
         return jjMoveStringLiteralDfa4_2(active0, 0x1c20200000000000L, active1, 0x1000000L, active2, 0L);
      case 98:
         return jjMoveStringLiteralDfa4_2(active0, 0x80000000000000L, active1, 0L, active2, 0L);
      case 99:
         return jjMoveStringLiteralDfa4_2(active0, 0x1000000000000L, active1, 0x20020000L, active2, 0L);
      case 100:
         if ((active1 & 0x800000L) != 0L)
            return jjStartNfaWithStates_2(3, 87, 56);
         break;
      case 101:
         if ((active0 & 0x400000000000L) != 0L)
            return jjStartNfaWithStates_2(3, 46, 56);
         else if ((active0 & 0x800000000000L) != 0L)
            return jjStartNfaWithStates_2(3, 47, 56);
         else if ((active0 & 0x100000000000000L) != 0L)
            return jjStartNfaWithStates_2(3, 56, 56);
         else if ((active1 & 0x200000000L) != 0L)
            return jjStartNfaWithStates_2(3, 97, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0x200000000000000L, active1, 0x8008010L, active2, 0L);
      case 103:
         if ((active1 & 0x20L) != 0L)
            return jjStartNfaWithStates_2(3, 69, 56);
         break;
      case 105:
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x4000040L, active2, 0L);
      case 107:
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x100L, active2, 0L);
      case 108:
         if ((active1 & 0x100000000L) != 0L)
            return jjStartNfaWithStates_2(3, 96, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0x100000000000L, active1, 0x2000801L, active2, 0L);
      case 110:
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x200000L, active2, 0L);
      case 111:
         if ((active0 & 0x4000000000000000L) != 0L)
            return jjStartNfaWithStates_2(3, 62, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x180002L, active2, 0L);
      case 114:
         if ((active0 & 0x2000000000000L) != 0L)
            return jjStartNfaWithStates_2(3, 49, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x2000L, active2, 0L);
      case 115:
         if ((active1 & 0x40000L) != 0L)
            return jjStartNfaWithStates_2(3, 82, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0xc000000000000L, active1, 0x400000000L, active2, 0L);
      case 116:
         if ((active1 & 0x40000000L) != 0L)
            return jjStartNfaWithStates_2(3, 94, 56);
         return jjMoveStringLiteralDfa4_2(active0, 0x10080000000000L, active1, 0x14404L, active2, 0L);
      case 117:
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x1000L, active2, 0L);
      case 118:
         return jjMoveStringLiteralDfa4_2(active0, 0L, active1, 0x200L, active2, 0L);
      default :
         break;
   }
   return jjStartNfa_2(2, active0, active1, active2);
}
private final int jjMoveStringLiteralDfa4_2(long old0, long active0, long old1, long active1, long old2, long active2)
{
   if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
      return jjStartNfa_2(2, old0, old1, old2); 
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(3, active0, active1, 0L);
      return 4;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x304L);
      case 99:
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x4010000L);
      case 101:
         if ((active1 & 0x2000000L) != 0L)
            return jjStartNfaWithStates_2(4, 89, 56);
         else if ((active1 & 0x400000000L) != 0L)
            return jjStartNfaWithStates_2(4, 98, 56);
         return jjMoveStringLiteralDfa5_2(active0, 0x100000000000L, active1, 0x401L);
      case 104:
         if ((active0 & 0x1000000000000L) != 0L)
            return jjStartNfaWithStates_2(4, 48, 56);
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x20000L);
      case 105:
         return jjMoveStringLiteralDfa5_2(active0, 0x10000000000000L, active1, 0x4800L);
      case 107:
         if ((active0 & 0x200000000000L) != 0L)
            return jjStartNfaWithStates_2(4, 45, 56);
         break;
      case 108:
         if ((active0 & 0x400000000000000L) != 0L)
         {
            jjmatchedKind = 58;
            jjmatchedPos = 4;
         }
         return jjMoveStringLiteralDfa5_2(active0, 0x880000000000000L, active1, 0L);
      case 110:
         return jjMoveStringLiteralDfa5_2(active0, 0x200000000000000L, active1, 0L);
      case 114:
         if ((active1 & 0x8000L) != 0L)
            return jjStartNfaWithStates_2(4, 79, 56);
         return jjMoveStringLiteralDfa5_2(active0, 0x80000000000L, active1, 0x8001012L);
      case 115:
         if ((active0 & 0x4000000000000L) != 0L)
            return jjStartNfaWithStates_2(4, 50, 56);
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x200000L);
      case 116:
         if ((active0 & 0x8000000000000L) != 0L)
            return jjStartNfaWithStates_2(4, 51, 56);
         else if ((active0 & 0x1000000000000000L) != 0L)
            return jjStartNfaWithStates_2(4, 60, 56);
         else if ((active1 & 0x2000L) != 0L)
            return jjStartNfaWithStates_2(4, 77, 56);
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x21000000L);
      case 117:
         return jjMoveStringLiteralDfa5_2(active0, 0x20000000000000L, active1, 0L);
      case 118:
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x40L);
      case 119:
         if ((active1 & 0x80000L) != 0L)
         {
            jjmatchedKind = 83;
            jjmatchedPos = 4;
         }
         return jjMoveStringLiteralDfa5_2(active0, 0L, active1, 0x100000L);
      default :
         break;
   }
   return jjStartNfa_2(3, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa5_2(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_2(3, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(4, active0, active1, 0L);
      return 5;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa6_2(active0, 0x180000000000L, active1, 0L);
      case 99:
         if ((active1 & 0x800L) != 0L)
            return jjStartNfaWithStates_2(5, 75, 56);
         else if ((active1 & 0x4000L) != 0L)
            return jjStartNfaWithStates_2(5, 78, 56);
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x400L);
      case 100:
         return jjMoveStringLiteralDfa6_2(active0, 0x200000000000000L, active1, 0L);
      case 101:
         if ((active0 & 0x80000000000000L) != 0L)
            return jjStartNfaWithStates_2(5, 55, 56);
         else if ((active1 & 0x40L) != 0L)
            return jjStartNfaWithStates_2(5, 70, 56);
         break;
      case 102:
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x10L);
      case 103:
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x100L);
      case 104:
         if ((active1 & 0x10000L) != 0L)
            return jjStartNfaWithStates_2(5, 80, 56);
         break;
      case 105:
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x21200000L);
      case 108:
         return jjMoveStringLiteralDfa6_2(active0, 0x820000000000000L, active1, 0L);
      case 109:
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x1L);
      case 110:
         if ((active1 & 0x1000L) != 0L)
            return jjStartNfaWithStates_2(5, 76, 56);
         return jjMoveStringLiteralDfa6_2(active0, 0x10000000000000L, active1, 0x4L);
      case 114:
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x20000L);
      case 115:
         if ((active1 & 0x100000L) != 0L)
            return jjStartNfaWithStates_2(5, 84, 56);
         break;
      case 116:
         if ((active1 & 0x2L) != 0L)
            return jjStartNfaWithStates_2(5, 65, 56);
         else if ((active1 & 0x8000000L) != 0L)
            return jjStartNfaWithStates_2(5, 91, 56);
         return jjMoveStringLiteralDfa6_2(active0, 0L, active1, 0x4000200L);
      default :
         break;
   }
   return jjStartNfa_2(4, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa6_2(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_2(4, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(5, active0, active1, 0L);
      return 6;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x10L);
      case 99:
         return jjMoveStringLiteralDfa7_2(active0, 0x80000000000L, active1, 0x4L);
      case 101:
         if ((active1 & 0x100L) != 0L)
            return jjStartNfaWithStates_2(6, 72, 56);
         else if ((active1 & 0x200L) != 0L)
            return jjStartNfaWithStates_2(6, 73, 56);
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x200001L);
      case 102:
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x4000000L);
      case 108:
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x1000000L);
      case 110:
         if ((active0 & 0x100000000000L) != 0L)
            return jjStartNfaWithStates_2(6, 44, 56);
         break;
      case 111:
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x20020000L);
      case 115:
         if ((active0 & 0x200000000000000L) != 0L)
            return jjStartNfaWithStates_2(6, 57, 56);
         break;
      case 116:
         if ((active0 & 0x20000000000000L) != 0L)
            return jjStartNfaWithStates_2(6, 53, 56);
         return jjMoveStringLiteralDfa7_2(active0, 0L, active1, 0x400L);
      case 117:
         return jjMoveStringLiteralDfa7_2(active0, 0x10000000000000L, active1, 0L);
      case 121:
         if ((active0 & 0x800000000000000L) != 0L)
            return jjStartNfaWithStates_2(6, 59, 56);
         break;
      default :
         break;
   }
   return jjStartNfa_2(5, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa7_2(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_2(5, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(6, active0, active1, 0L);
      return 7;
   }
   switch(curChar)
   {
      case 99:
         return jjMoveStringLiteralDfa8_2(active0, 0L, active1, 0x10L);
      case 101:
         if ((active0 & 0x10000000000000L) != 0L)
            return jjStartNfaWithStates_2(7, 52, 56);
         else if ((active1 & 0x1000000L) != 0L)
            return jjStartNfaWithStates_2(7, 88, 56);
         return jjMoveStringLiteralDfa8_2(active0, 0L, active1, 0x404L);
      case 110:
         if ((active1 & 0x20000000L) != 0L)
            return jjStartNfaWithStates_2(7, 93, 56);
         return jjMoveStringLiteralDfa8_2(active0, 0L, active1, 0x220001L);
      case 112:
         if ((active1 & 0x4000000L) != 0L)
            return jjStartNfaWithStates_2(7, 90, 56);
         break;
      case 116:
         if ((active0 & 0x80000000000L) != 0L)
            return jjStartNfaWithStates_2(7, 43, 56);
         break;
      default :
         break;
   }
   return jjStartNfa_2(6, active0, active1, 0L);
}
private final int jjMoveStringLiteralDfa8_2(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_2(6, old0, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(7, 0L, active1, 0L);
      return 8;
   }
   switch(curChar)
   {
      case 100:
         if ((active1 & 0x400L) != 0L)
            return jjStartNfaWithStates_2(8, 74, 56);
         break;
      case 101:
         if ((active1 & 0x10L) != 0L)
            return jjStartNfaWithStates_2(8, 68, 56);
         break;
      case 105:
         return jjMoveStringLiteralDfa9_2(active1, 0x20000L);
      case 111:
         return jjMoveStringLiteralDfa9_2(active1, 0x4L);
      case 116:
         if ((active1 & 0x200000L) != 0L)
            return jjStartNfaWithStates_2(8, 85, 56);
         return jjMoveStringLiteralDfa9_2(active1, 0x1L);
      default :
         break;
   }
   return jjStartNfa_2(7, 0L, active1, 0L);
}
private final int jjMoveStringLiteralDfa9_2(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_2(7, 0L, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(8, 0L, active1, 0L);
      return 9;
   }
   switch(curChar)
   {
      case 102:
         if ((active1 & 0x4L) != 0L)
            return jjStartNfaWithStates_2(9, 66, 56);
         break;
      case 115:
         if ((active1 & 0x1L) != 0L)
            return jjStartNfaWithStates_2(9, 64, 56);
         break;
      case 122:
         return jjMoveStringLiteralDfa10_2(active1, 0x20000L);
      default :
         break;
   }
   return jjStartNfa_2(8, 0L, active1, 0L);
}
private final int jjMoveStringLiteralDfa10_2(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_2(8, 0L, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(9, 0L, active1, 0L);
      return 10;
   }
   switch(curChar)
   {
      case 101:
         return jjMoveStringLiteralDfa11_2(active1, 0x20000L);
      default :
         break;
   }
   return jjStartNfa_2(9, 0L, active1, 0L);
}
private final int jjMoveStringLiteralDfa11_2(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_2(9, 0L, old1, 0L);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(10, 0L, active1, 0L);
      return 11;
   }
   switch(curChar)
   {
      case 100:
         if ((active1 & 0x20000L) != 0L)
            return jjStartNfaWithStates_2(11, 81, 56);
         break;
      default :
         break;
   }
   return jjStartNfa_2(10, 0L, active1, 0L);
}
private final int jjMoveNfa_2(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 76;
   int i = 1;
   jjstateSet[0] = startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(65, 71);
                  else if (curChar == 36)
                  {
                     if (kind > 122)
                        kind = 122;
                     jjCheckNAdd(56);
                  }
                  else if (curChar == 34)
                     jjCheckNAddStates(72, 74);
                  else if (curChar == 39)
                     jjAddStates(75, 76);
                  else if (curChar == 46)
                     jjCheckNAdd(32);
                  else if (curChar == 47)
                     jjstateSet[jjnewStateCnt++] = 26;
                  else if (curChar == 60)
                     jjstateSet[jjnewStateCnt++] = 22;
                  else if (curChar == 37)
                     jjstateSet[jjnewStateCnt++] = 0;
                  if ((0x3fe000000000000L & l) != 0L)
                  {
                     if (kind > 113)
                        kind = 113;
                     jjCheckNAddTwoStates(29, 30);
                  }
                  else if (curChar == 48)
                  {
                     if (kind > 113)
                        kind = 113;
                     jjCheckNAddStates(77, 79);
                  }
                  break;
               case 0:
                  if (curChar != 62)
                     break;
                  if (kind > 19)
                     kind = 19;
                  jjAddStates(26, 27);
                  break;
               case 1:
                  if ((0x2400L & l) != 0L && kind > 19)
                     kind = 19;
                  break;
               case 2:
                  if (curChar == 10 && kind > 19)
                     kind = 19;
                  break;
               case 3:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 2;
                  break;
               case 5:
                  if (curChar != 62)
                     break;
                  if (kind > 20)
                     kind = 20;
                  jjAddStates(80, 81);
                  break;
               case 6:
                  if ((0x2400L & l) != 0L && kind > 20)
                     kind = 20;
                  break;
               case 7:
                  if (curChar == 10 && kind > 20)
                     kind = 20;
                  break;
               case 8:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++] = 7;
                  break;
               case 18:
                  if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 17;
                  break;
               case 22:
                  if (curChar == 47)
                     jjstateSet[jjnewStateCnt++] = 21;
                  break;
               case 23:
                  if (curChar == 60)
                     jjstateSet[jjnewStateCnt++] = 22;
                  break;
               case 24:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 25;
                  break;
               case 25:
                  if ((0xffff7fffffffffffL & l) != 0L && kind > 31)
                     kind = 31;
                  break;
               case 26:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 24;
                  break;
               case 27:
                  if (curChar == 47)
                     jjstateSet[jjnewStateCnt++] = 26;
                  break;
               case 28:
                  if ((0x3fe000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(29, 30);
                  break;
               case 29:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(29, 30);
                  break;
               case 31:
                  if (curChar == 46)
                     jjCheckNAdd(32);
                  break;
               case 32:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(82, 84);
                  break;
               case 34:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(35);
                  break;
               case 35:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(35, 36);
                  break;
               case 37:
                  if (curChar == 39)
                     jjAddStates(75, 76);
                  break;
               case 38:
                  if ((0xffffff7fffffdbffL & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 39:
                  if (curChar == 39 && kind > 119)
                     kind = 119;
                  break;
               case 41:
                  if ((0x8400000000L & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 42:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(43, 39);
                  break;
               case 43:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 44:
                  if ((0xf000000000000L & l) != 0L)
                     jjstateSet[jjnewStateCnt++] = 45;
                  break;
               case 45:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(43);
                  break;
               case 46:
                  if (curChar == 34)
                     jjCheckNAddStates(72, 74);
                  break;
               case 47:
                  if ((0xfffffffbffffdbffL & l) != 0L)
                     jjCheckNAddStates(72, 74);
                  break;
               case 49:
                  if ((0x8400000000L & l) != 0L)
                     jjCheckNAddStates(72, 74);
                  break;
               case 50:
                  if (curChar == 34 && kind > 120)
                     kind = 120;
                  break;
               case 51:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(85, 88);
                  break;
               case 52:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAddStates(72, 74);
                  break;
               case 53:
                  if ((0xf000000000000L & l) != 0L)
                     jjstateSet[jjnewStateCnt++] = 54;
                  break;
               case 54:
                  if ((0xff000000000000L & l) != 0L)
                     jjCheckNAdd(52);
                  break;
               case 55:
                  if (curChar != 36)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(56);
                  break;
               case 56:
                  if ((0x3ff001000000000L & l) == 0L)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(56);
                  break;
               case 57:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(65, 71);
                  break;
               case 58:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(58, 59);
                  break;
               case 59:
                  if (curChar != 46)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(89, 91);
                  break;
               case 60:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddStates(89, 91);
                  break;
               case 62:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(63);
                  break;
               case 63:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(63, 36);
                  break;
               case 64:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(64, 65);
                  break;
               case 66:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(67);
                  break;
               case 67:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAddTwoStates(67, 36);
                  break;
               case 68:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(92, 94);
                  break;
               case 70:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(71);
                  break;
               case 71:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(71, 36);
                  break;
               case 72:
                  if (curChar != 48)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddStates(77, 79);
                  break;
               case 74:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(74, 30);
                  break;
               case 75:
                  if ((0xff000000000000L & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(75, 30);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
               case 56:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(56);
                  break;
               case 9:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++] = 5;
                  break;
               case 10:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++] = 9;
                  break;
               case 11:
                  if (curChar == 108)
                     jjstateSet[jjnewStateCnt++] = 10;
                  break;
               case 12:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++] = 11;
                  break;
               case 13:
                  if (curChar == 112)
                     jjstateSet[jjnewStateCnt++] = 12;
                  break;
               case 14:
                  if (curChar == 105)
                     jjstateSet[jjnewStateCnt++] = 13;
                  break;
               case 15:
                  if (curChar == 114)
                     jjstateSet[jjnewStateCnt++] = 14;
                  break;
               case 16:
                  if (curChar == 99)
                     jjstateSet[jjnewStateCnt++] = 15;
                  break;
               case 17:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++] = 16;
                  break;
               case 19:
                  if (curChar == 112)
                     jjstateSet[jjnewStateCnt++] = 18;
                  break;
               case 20:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++] = 19;
                  break;
               case 21:
                  if (curChar == 106)
                     jjstateSet[jjnewStateCnt++] = 20;
                  break;
               case 25:
                  if (kind > 31)
                     kind = 31;
                  break;
               case 30:
                  if ((0x100000001000L & l) != 0L && kind > 113)
                     kind = 113;
                  break;
               case 33:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(55, 56);
                  break;
               case 36:
                  if ((0x5000000050L & l) != 0L && kind > 117)
                     kind = 117;
                  break;
               case 38:
                  if ((0xffffffffefffffffL & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 40:
                  if (curChar == 92)
                     jjAddStates(95, 97);
                  break;
               case 41:
                  if ((0x14404410000000L & l) != 0L)
                     jjCheckNAdd(39);
                  break;
               case 47:
                  if ((0xffffffffefffffffL & l) != 0L)
                     jjCheckNAddStates(72, 74);
                  break;
               case 48:
                  if (curChar == 92)
                     jjAddStates(98, 100);
                  break;
               case 49:
                  if ((0x14404410000000L & l) != 0L)
                     jjCheckNAddStates(72, 74);
                  break;
               case 61:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(101, 102);
                  break;
               case 65:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(103, 104);
                  break;
               case 69:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(105, 106);
                  break;
               case 73:
                  if ((0x100000001000000L & l) != 0L)
                     jjCheckNAdd(74);
                  break;
               case 74:
                  if ((0x7e0000007eL & l) == 0L)
                     break;
                  if (kind > 113)
                     kind = 113;
                  jjCheckNAddTwoStates(74, 30);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 4:
               case 56:
                  if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 122)
                     kind = 122;
                  jjCheckNAdd(56);
                  break;
               case 25:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2) && kind > 31)
                     kind = 31;
                  break;
               case 38:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjstateSet[jjnewStateCnt++] = 39;
                  break;
               case 47:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(72, 74);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 76 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
static final int[] jjnextStates = {
   0, 2, 3, 4, 8, 1, 3, 4, 26, 27, 32, 33, 36, 37, 13, 45, 
   47, 53, 54, 56, 15, 16, 18, 41, 43, 7, 1, 3, 9, 10, 13, 15, 
   16, 20, 18, 28, 29, 13, 36, 37, 13, 53, 54, 56, 53, 54, 58, 56, 
   11, 12, 17, 19, 21, 30, 31, 34, 35, 38, 39, 48, 49, 51, 55, 57, 
   59, 58, 59, 64, 65, 68, 69, 36, 47, 48, 50, 38, 40, 73, 75, 30, 
   6, 8, 32, 33, 36, 47, 48, 52, 50, 60, 61, 36, 68, 69, 36, 41, 
   42, 44, 49, 51, 53, 62, 63, 66, 67, 70, 71, 
};
private static final boolean jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec2[i2] & l2) != 0L);
      default : 
         if ((jjbitVec0[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec4[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec5[i2] & l2) != 0L);
      case 49:
         return ((jjbitVec6[i2] & l2) != 0L);
      case 51:
         return ((jjbitVec7[i2] & l2) != 0L);
      case 61:
         return ((jjbitVec8[i2] & l2) != 0L);
      default : 
         if ((jjbitVec3[i1] & l1) != 0L)
            return true;
         return false;
   }
}
public static final String[] jjstrLiteralImages = {
"", null, null, null, null, "\140", "\140\140", "\74\45\100", "\74\45\41", 
"\74\152\163\160\72\144\145\143\154\141\162\141\164\151\157\156\76", "\74\45\75", "\74\152\163\160\72\145\170\160\162\145\163\163\151\157\156\76", 
"\44\173", null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, "\74\57\152\163\160\72\144\145\143\154\141\162\141\164\151\157\156\76", 
"\74\57\152\163\160\72\145\170\160\162\145\163\163\151\157\156\76", "\175", null, null, null, null, null, null, null, null, null, null, null, null, 
null, "\141\142\163\164\162\141\143\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\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", "\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\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\171", "\166\157\151\144", "\166\157\154\141\164\151\154\145", 
"\167\150\151\154\145", "\163\164\162\151\143\164\146\160", "\141\163\163\145\162\164", 
"\166\141\162", "\146\165\156\143\164\151\157\156", "\145\170\151\164", "\56\56\56", 
"\156\165\154\154", "\164\162\165\145", "\146\141\154\163\145", "\160\141\147\145", 
"\151\156\143\154\165\144\145", "\141\156\144", "\145\161", "\147\164", "\157\162", "\155\145", "\154\145", 
"\145\155\160\164\171", "\156\157\164", "\154\164", "\147\145", "\144\151\166", "\155\157\144", null, 
null, null, null, null, null, null, null, null, null, null, null, "\173", "\175", 
"\50", "\51", "\133", "\135", "\73", "\54", "\56", "\140", "\75", "\76", "\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", "\76\76", "\76\76\76", "\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", 
"\164\150\162\157\167\163", "\54", };
public static final String[] lexStateNames = {
   "DEFAULT", 
   "NO_PARSE", 
   "JAVA", 
   "JXP", 
   "IN_COMMENT", 
   "IN_SINGLE_LINE_COMMENT", 
   "IN_FORMAL_COMMENT", 
   "IN_MULTI_LINE_COMMENT", 
};
public static final int[] jjnewLexState = {
   -1, 2, 2, 1, -1, 2, -1, 3, 2, 2, 3, 3, 3, -1, -1, -1, -1, -1, -1, 0, 0, -1, -1, -1, -1, 
   -1, 0, 0, 0, 0, 5, 6, 7, 0, 4, 0, 0, 0, 0, 2, 2, 2, -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, 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, 
};
static final long[] jjtoToken = {
   0xfffff8003c003ff1L, 0xe7a3ffffffffffffL, 0x3fffffffffffL, 
};
static final long[] jjtoSkip = {
   0x3fa03ffc00eL, 0x0L, 0x0L, 
};
static final long[] jjtoSpecial = {
   0x3f80000000eL, 0x0L, 0x0L, 
};
static final long[] jjtoMore = {
   0x405c0000000L, 0x0L, 0x0L, 
};
protected JavaCharStream input_stream;
private final int[] jjrounds = new int[76];
private final int[] jjstateSet = new int[152];
StringBuffer image;
int jjimageLen;
int lengthOfMatch;
protected char curChar;
public JxpParserTokenManager(JavaCharStream stream)
{
   if (JavaCharStream.staticFlag)
      throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
   input_stream = stream;
}
public JxpParserTokenManager(JavaCharStream stream, int lexState)
{
   this(stream);
   SwitchTo(lexState);
}
public void ReInit(JavaCharStream stream)
{
   jjmatchedPos = jjnewStateCnt = 0;
   curLexState = defaultLexState;
   input_stream = stream;
   ReInitRounds();
}
private final void ReInitRounds()
{
   int i;
   jjround = 0x80000001;
   for (i = 76; i-- > 0;)
      jjrounds[i] = 0x80000000;
}
public void ReInit(JavaCharStream stream, int lexState)
{
   ReInit(stream);
   SwitchTo(lexState);
}
public void SwitchTo(int lexState)
{
   if (lexState >= 8 || lexState < 0)
      throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
   else
      curLexState = lexState;
}

protected Token jjFillToken()
{
   Token t = Token.newToken(jjmatchedKind);
   t.kind = jjmatchedKind;
   String im = jjstrLiteralImages[jjmatchedKind];
   t.image = (im == null) ? input_stream.GetImage() : im;
   t.beginLine = input_stream.getBeginLine();
   t.beginColumn = input_stream.getBeginColumn();
   t.endLine = input_stream.getEndLine();
   t.endColumn = input_stream.getEndColumn();
   return t;
}

int curLexState = 0;
int defaultLexState = 0;
int jjnewStateCnt;
int jjround;
int jjmatchedPos;
int jjmatchedKind;

public Token getNextToken() 
{
  int kind;
  Token specialToken = null;
  Token matchedToken;
  int curPos = 0;

  EOFLoop :
  for (;;)
  {   
   try   
   {     
      curChar = input_stream.BeginToken();
   }     
   catch(java.io.IOException e)
   {        
      jjmatchedKind = 0;
      matchedToken = jjFillToken();
      matchedToken.specialToken = specialToken;
      return matchedToken;
   }
   image = null;
   jjimageLen = 0;

   for (;;)
   {
     switch(curLexState)
     {
       case 0:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_0();
         break;
       case 1:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_1();
         break;
       case 2:
         try { input_stream.backup(0);
            while (curChar <= 32 && (0x100003600L & (1L << curChar)) != 0L)
               curChar = input_stream.BeginToken();
         }
         catch (java.io.IOException e1) { continue EOFLoop; }
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_2();
         break;
       case 3:
         try { input_stream.backup(0);
            while (curChar <= 32 && (0x100003600L & (1L << curChar)) != 0L)
               curChar = input_stream.BeginToken();
         }
         catch (java.io.IOException e1) { continue EOFLoop; }
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_3();
         break;
       case 4:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_4();
         if (jjmatchedPos == 0 && jjmatchedKind > 42)
         {
            jjmatchedKind = 42;
         }
         break;
       case 5:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_5();
         if (jjmatchedPos == 0 && jjmatchedKind > 42)
         {
            jjmatchedKind = 42;
         }
         break;
       case 6:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_6();
         if (jjmatchedPos == 0 && jjmatchedKind > 42)
         {
            jjmatchedKind = 42;
         }
         break;
       case 7:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_7();
         if (jjmatchedPos == 0 && jjmatchedKind > 42)
         {
            jjmatchedKind = 42;
         }
         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];
           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 (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 (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 TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
   }
  }
}

void SkipLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      default :
         break;
   }
}
void MoreLexicalActions()
{
   jjimageLen += (lengthOfMatch = jjmatchedPos + 1);
   switch(jjmatchedKind)
   {
      case 31 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
                                                          input_stream.backup(1);
         break;
      default : 
         break;
   }
}
void TokenLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      case 120 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
            matchedToken.image = JxpParser.normalizeStringLiteral(image, '\"');
         break;
      case 121 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
            matchedToken.image = JxpParser.normalizeStringLiteral(image, '\'');
         break;
      default : 
         break;
   }
}
}
