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

org.xmlbeam.util.intern.duplex.XParserTokenManager Maven / Gradle / Ivy

Go to download

The coolest XML library for Java around. Define typesafe views (projections) to xml. Use XPath to read and write XML. Bind XML to Java collections. Requires at least Java6, supports Java8 features and has no further runtime dependencies.

There is a newer version: 1.4.24
Show newest version
/* Generated By:JJTree&JavaCC: Do not edit this line. XParserTokenManager.java */
package org.xmlbeam.util.intern.duplex;
import org.xmlbeam.util.intern.duplex.Node;
import org.xmlbeam.util.intern.duplex.SimpleNode;
import java.util.Stack;

/** Token Manager. */
public class XParserTokenManager implements XParserConstants
{
            public Stack stateStack = new Stack();
            // private Vector persistentLexStates  = new Vector();
            static final int PARENMARKER = 2000;
            public int offset = 0;


        void CommonTokenAction(Token t) {}


            /**
              * Push the current state onto the state stack.
              */
            private void pushState()
            {

                stateStack.addElement(new Integer(curLexState));
            }

            /**
              * Push the given state onto the state stack.
              * @param state Must be a valid state.
              */
            private void pushState(int state)
            {

                stateStack.push(new Integer(state));
            }

            /**
              * Pop the state on the state stack, and switch to that state.
              */
            private void popState()
            {
                if (stateStack.size() == 0)
                {
                    printLinePos();
                }

                int nextState = ((Integer) stateStack.pop()).intValue();

                if(nextState == PARENMARKER)
                    printLinePos();
                SwitchTo(nextState);
            }

            /**
              * Push the given state onto the state stack.
              * @param state Must be a valid state.
              */
            private boolean isState(int state)
            {
                for (int i = 0; i < stateStack.size(); i++) {
                    if(((Integer) stateStack.elementAt(i)).intValue() == state)
                    {
                        return true;
                    }
                }
                return false;
            }

            /**
              * Push a parenthesis state.  This pushes, in addition to the
              * lexical state value, a special marker that lets
              * resetParenStateOrSwitch(int state)
              * know if it should pop and switch.  Used for the comma operator.
              */
            private void pushParenState(int commaState, int rparState)
            {
                stateStack.push(new Integer(rparState));
                stateStack.push(new Integer(commaState));
                stateStack.push(new Integer(PARENMARKER));
                SwitchTo(commaState);
            }


            /**
              * Print the current line position.
              */
            public void printLinePos()
            {
                System.err.println("Line: " + input_stream.getEndLine());
            }

  /** Debug output. */
  public  java.io.PrintStream debugStream = System.out;
  /** Set debug output. */
  public  void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
private int jjMoveStringLiteralDfa0_4()
{
   return jjMoveNfa_4(0, 0);
}
private int jjMoveNfa_4(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      else
      {
         int i2 = (curChar & 0xff) >> 6;
         long l2 = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_1()
{
   return jjMoveNfa_1(0, 0);
}
static final long[] jjbitVec0 = {
   0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x7fffffffffffffffL
};
static final long[] jjbitVec2 = {
   0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec3 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x1fffffffL
};
private int jjMoveNfa_1(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0xfffffffffffffffeL & l) == 0L)
                     break;
                  kind = 80;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  kind = 80;
                  jjstateSet[jjnewStateCnt++] = 0;
                  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);
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 80)
                     kind = 80;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_5()
{
   return jjMoveNfa_5(0, 0);
}
private int jjMoveNfa_5(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_9()
{
   return jjMoveNfa_9(0, 0);
}
private int jjMoveNfa_9(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x4000000000000000L) != 0L || (active1 & 0x2L) != 0L)
            return 52;
         if ((active0 & 0x1000L) != 0L || (active1 & 0x100000L) != 0L)
            return 0;
         if ((active1 & 0x20000L) != 0L)
         {
            jjmatchedKind = 89;
            return 15;
         }
         if ((active0 & 0x3efe9fc1fef7cf78L) != 0L || (active1 & 0x2000ffe8L) != 0L)
         {
            jjmatchedKind = 104;
            return 53;
         }
         if ((active0 & 0x80000L) != 0L)
            return 17;
         if ((active0 & 0x1000400000080L) != 0L || (active1 & 0x200000L) != 0L)
         {
            jjmatchedKind = 108;
            return -1;
         }
         return -1;
      case 1:
         if ((active0 & 0x1fc05a050860L) != 0L)
            return 53;
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         if ((active0 & 0x3efe8001a4f2c718L) != 0L || (active1 & 0x2000ffe8L) != 0L)
         {
            if (jjmatchedPos != 1)
            {
               jjmatchedKind = 104;
               jjmatchedPos = 1;
            }
            return 53;
         }
         if ((active1 & 0x100000L) != 0L)
            return 1;
         if ((active0 & 0x1000400000080L) != 0L || (active1 & 0x200000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 108;
               jjmatchedPos = 0;
            }
            return -1;
         }
         return -1;
      case 2:
         if ((active0 & 0x520050L) != 0L)
            return 53;
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         if ((active0 & 0x3efe8001aea0c708L) != 0L || (active1 & 0x2000ffe8L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 2;
            return 53;
         }
         return -1;
      case 3:
         if ((active0 & 0x800018020c100L) != 0L || (active1 & 0x2c0L) != 0L)
            return 53;
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         if ((active0 & 0x3ef680002e800608L) != 0L || (active1 & 0x2000fd28L) != 0L)
         {
            if (jjmatchedPos != 3)
            {
               jjmatchedKind = 104;
               jjmatchedPos = 3;
            }
            return 53;
         }
         return -1;
      case 4:
         if ((active0 & 0x800020800200L) != 0L)
            return 53;
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         if ((active0 & 0x3ef600008e000408L) != 0L || (active1 & 0x2000fd28L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 4;
            return 53;
         }
         return -1;
      case 5:
         if ((active0 & 0x200000004000008L) != 0L)
            return 53;
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         if ((active0 & 0x3cf600008a000400L) != 0L || (active1 & 0x2000fd28L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 5;
            return 53;
         }
         return -1;
      case 6:
         if ((active1 & 0x4400L) != 0L)
            return 53;
         if ((active0 & 0x3cf600008a000400L) != 0L || (active1 & 0x2000b928L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 6;
            return 53;
         }
         if ((active1 & 0x20000L) != 0L)
         {
            if (jjmatchedPos == 0)
            {
               jjmatchedKind = 89;
               jjmatchedPos = 0;
            }
            return -1;
         }
         return -1;
      case 7:
         if ((active0 & 0x2400000088000000L) != 0L || (active1 & 0x20000008L) != 0L)
            return 53;
         if ((active0 & 0x18f6000002000400L) != 0L || (active1 & 0xb920L) != 0L)
         {
            if (jjmatchedPos != 7)
            {
               jjmatchedKind = 104;
               jjmatchedPos = 7;
            }
            return 53;
         }
         return -1;
      case 8:
         if ((active0 & 0x18e4000002000400L) != 0L || (active1 & 0x800L) != 0L)
            return 53;
         if ((active0 & 0x2012000000000000L) != 0L || (active1 & 0xb120L) != 0L)
         {
            if (jjmatchedPos != 8)
            {
               jjmatchedKind = 104;
               jjmatchedPos = 8;
            }
            return 53;
         }
         return -1;
      case 9:
         if ((active0 & 0x12000000000000L) != 0L)
            return 53;
         if ((active0 & 0x2820000000000000L) != 0L || (active1 & 0xb920L) != 0L)
         {
            if (jjmatchedPos != 9)
            {
               jjmatchedKind = 104;
               jjmatchedPos = 9;
            }
            return 53;
         }
         return -1;
      case 10:
         if ((active0 & 0x2830000000000000L) != 0L || (active1 & 0xb920L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 10;
            return 53;
         }
         return -1;
      case 11:
         if ((active0 & 0x2830000000000000L) != 0L || (active1 & 0xb920L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 11;
            return 53;
         }
         return -1;
      case 12:
         if ((active1 & 0x100L) != 0L)
            return 53;
         if ((active0 & 0x2830000000000000L) != 0L || (active1 & 0xb820L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 12;
            return 53;
         }
         return -1;
      case 13:
         if ((active1 & 0x8820L) != 0L)
            return 53;
         if ((active0 & 0x2830000000000000L) != 0L || (active1 & 0x3000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 13;
            return 53;
         }
         return -1;
      case 14:
         if ((active0 & 0x2830000000000000L) != 0L || (active1 & 0x3000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 14;
            return 53;
         }
         return -1;
      case 15:
         if ((active0 & 0x2000000000000000L) != 0L || (active1 & 0x2000L) != 0L)
            return 53;
         if ((active0 & 0x830000000000000L) != 0L || (active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 15;
            return 53;
         }
         return -1;
      case 16:
         if ((active0 & 0x820000000000000L) != 0L)
            return 53;
         if ((active0 & 0x10000000000000L) != 0L || (active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 16;
            return 53;
         }
         return -1;
      case 17:
         if ((active0 & 0x10000000000000L) != 0L)
            return 53;
         if ((active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 17;
            return 53;
         }
         return -1;
      case 18:
         if ((active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 18;
            return 53;
         }
         return -1;
      case 19:
         if ((active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 19;
            return 53;
         }
         return -1;
      case 20:
         if ((active1 & 0x1000L) != 0L)
         {
            jjmatchedKind = 104;
            jjmatchedPos = 20;
            return 53;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_0(int pos, long active0, long active1)
{
   return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1), pos + 1);
}
private int jjStopAtPos(int pos, int kind)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   return pos + 1;
}
private int jjMoveStringLiteralDfa0_0()
{
   switch(curChar)
   {
      case 32:
         return jjMoveStringLiteralDfa1_0(0x0L, 0x20000L);
      case 33:
         return jjMoveStringLiteralDfa1_0(0x400000000L, 0x0L);
      case 35:
         return jjStopAtPos(0, 66);
      case 36:
         return jjStopAtPos(0, 2);
      case 40:
         jjmatchedKind = 12;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x100000L);
      case 41:
         return jjStopAtPos(0, 13);
      case 42:
         return jjStartNfaWithStates_0(0, 19, 17);
      case 43:
         return jjStopAtPos(0, 92);
      case 44:
         return jjStopAtPos(0, 1);
      case 45:
         return jjStopAtPos(0, 91);
      case 46:
         jjmatchedKind = 65;
         return jjMoveStringLiteralDfa1_0(0x4000000000000000L, 0x0L);
      case 47:
         jjmatchedKind = 102;
         return jjMoveStringLiteralDfa1_0(0x0L, 0x8000000000L);
      case 58:
         return jjMoveStringLiteralDfa1_0(0x1000000000080L, 0x200000L);
      case 60:
         jjmatchedKind = 101;
         return jjMoveStringLiteralDfa1_0(0x200800000000L, 0x0L);
      case 61:
         return jjStopAtPos(0, 33);
      case 62:
         jjmatchedKind = 36;
         return jjMoveStringLiteralDfa1_0(0x402000000000L, 0x0L);
      case 63:
         return jjStopAtPos(0, 68);
      case 64:
         return jjStopAtPos(0, 56);
      case 91:
         return jjStopAtPos(0, 63);
      case 93:
         return jjStopAtPos(0, 64);
      case 97:
         return jjMoveStringLiteralDfa1_0(0x2404000040020000L, 0x0L);
      case 99:
         return jjMoveStringLiteralDfa1_0(0x800180000000L, 0x400L);
      case 100:
         return jjMoveStringLiteralDfa1_0(0x12000000100000L, 0x100L);
      case 101:
         return jjMoveStringLiteralDfa1_0(0x4004008200L, 0x20004020L);
      case 102:
         return jjMoveStringLiteralDfa1_0(0x60000000000010L, 0x8L);
      case 103:
         return jjMoveStringLiteralDfa1_0(0xc0000000000L, 0x0L);
      case 105:
         return jjMoveStringLiteralDfa1_0(0x10000a200820L, 0x40L);
      case 108:
         return jjMoveStringLiteralDfa1_0(0x30000000040L, 0x0L);
      case 109:
         return jjMoveStringLiteralDfa1_0(0x400000L, 0x0L);
      case 110:
         return jjMoveStringLiteralDfa1_0(0x80008000000000L, 0x880L);
      case 111:
         return jjMoveStringLiteralDfa1_0(0x10010000L, 0x0L);
      case 112:
         return jjMoveStringLiteralDfa1_0(0x1a00000000000000L, 0x1000L);
      case 114:
         return jjMoveStringLiteralDfa1_0(0x8L, 0x0L);
      case 115:
         return jjMoveStringLiteralDfa1_0(0x8000000000500L, 0xa000L);
      case 116:
         return jjMoveStringLiteralDfa1_0(0x20044000L, 0x200L);
      case 117:
         return jjMoveStringLiteralDfa1_0(0x800000L, 0x0L);
      case 123:
         return jjStopAtPos(0, 99);
      case 124:
         return jjStopAtPos(0, 24);
      case 125:
         return jjStopAtPos(0, 100);
      default :
         return jjMoveNfa_0(4, 0);
   }
}
private int jjMoveStringLiteralDfa1_0(long active0, long active1)
{
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(0, active0, active1);
      return 1;
   }
   switch(curChar)
   {
      case 41:
         if ((active1 & 0x200000L) != 0L)
            return jjStopAtPos(1, 85);
         break;
      case 46:
         if ((active0 & 0x4000000000000000L) != 0L)
            return jjStopAtPos(1, 62);
         break;
      case 47:
         if ((active1 & 0x8000000000L) != 0L)
            return jjStopAtPos(1, 103);
         break;
      case 58:
         if ((active0 & 0x1000000000000L) != 0L)
            return jjStopAtPos(1, 48);
         else if ((active1 & 0x100000L) != 0L)
            return jjStartNfaWithStates_0(1, 84, 1);
         break;
      case 60:
         if ((active0 & 0x200000000000L) != 0L)
            return jjStopAtPos(1, 45);
         break;
      case 61:
         if ((active0 & 0x80L) != 0L)
            return jjStopAtPos(1, 7);
         else if ((active0 & 0x400000000L) != 0L)
            return jjStopAtPos(1, 34);
         else if ((active0 & 0x800000000L) != 0L)
            return jjStopAtPos(1, 35);
         else if ((active0 & 0x2000000000L) != 0L)
            return jjStopAtPos(1, 37);
         break;
      case 62:
         if ((active0 & 0x400000000000L) != 0L)
            return jjStopAtPos(1, 46);
         break;
      case 97:
         return jjMoveStringLiteralDfa2_0(active0, 0x280000180000400L, active1, 0x800L);
      case 99:
         return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0xa000L);
      case 100:
         return jjMoveStringLiteralDfa2_0(active0, 0x200000L, active1, 0L);
      case 101:
         if ((active0 & 0x8000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 39, 53);
         else if ((active0 & 0x20000000000L) != 0L)
         {
            jjmatchedKind = 41;
            jjmatchedPos = 1;
         }
         else if ((active0 & 0x80000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 43, 53);
         return jjMoveStringLiteralDfa2_0(active0, 0x1a000000000048L, active1, 0x200L);
      case 102:
         if ((active0 & 0x800L) != 0L)
            return jjStartNfaWithStates_0(1, 11, 53);
         else if ((active0 & 0x10000000L) != 0L)
            return jjStartNfaWithStates_0(1, 28, 53);
         break;
      case 104:
         return jjMoveStringLiteralDfa2_0(active0, 0x800000004000L, active1, 0L);
      case 105:
         return jjMoveStringLiteralDfa2_0(active0, 0x100000L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa2_0(active0, 0x8000L, active1, 0x4000L);
      case 109:
         return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x20L);
      case 110:
         if ((active0 & 0x20L) != 0L)
         {
            jjmatchedKind = 5;
            jjmatchedPos = 1;
         }
         return jjMoveStringLiteralDfa2_0(active0, 0x240000000a820000L, active1, 0L);
      case 111:
         if ((active0 & 0x40000L) != 0L)
            return jjStartNfaWithStates_0(1, 18, 53);
         return jjMoveStringLiteralDfa2_0(active0, 0x60000000400110L, active1, 0x580L);
      case 113:
         if ((active0 & 0x4000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 38, 53);
         break;
      case 114:
         if ((active0 & 0x10000L) != 0L)
            return jjStartNfaWithStates_0(1, 16, 53);
         return jjMoveStringLiteralDfa2_0(active0, 0x1800000020000000L, active1, 0x1000L);
      case 115:
         if ((active0 & 0x40000000L) != 0L)
            return jjStartNfaWithStates_0(1, 30, 53);
         else if ((active0 & 0x100000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 44, 53);
         break;
      case 116:
         if ((active0 & 0x10000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 40, 53);
         else if ((active0 & 0x40000000000L) != 0L)
            return jjStartNfaWithStates_0(1, 42, 53);
         return jjMoveStringLiteralDfa2_0(active0, 0x4000000000000L, active1, 0x40L);
      case 117:
         return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0x20008L);
      case 118:
         return jjMoveStringLiteralDfa2_0(active0, 0x200L, active1, 0L);
      case 120:
         return jjMoveStringLiteralDfa2_0(active0, 0x4000000L, active1, 0x20000000L);
      default :
         break;
   }
   return jjStartNfa_0(0, active0, active1);
}
private int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(0, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(1, active0, active1);
      return 2;
   }
   switch(curChar)
   {
      case 99:
         return jjMoveStringLiteralDfa3_0(active0, 0x2400000004000000L, active1, 0x100L);
      case 100:
         if ((active0 & 0x20000L) != 0L)
            return jjStartNfaWithStates_0(2, 17, 53);
         else if ((active0 & 0x400000L) != 0L)
            return jjStartNfaWithStates_0(2, 22, 53);
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x80L);
      case 101:
         return jjMoveStringLiteralDfa3_0(active0, 0x1800000020004200L, active1, 0x4040L);
      case 104:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0xa000L);
      case 105:
         return jjMoveStringLiteralDfa3_0(active0, 0x800000a00000L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa3_0(active0, 0x68000000000000L, active1, 0L);
      case 109:
         return jjMoveStringLiteralDfa3_0(active0, 0x80000000000100L, active1, 0xc00L);
      case 110:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x8L);
      case 111:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x1000L);
      case 112:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x20L);
      case 114:
         if ((active0 & 0x10L) != 0L)
            return jjStartNfaWithStates_0(2, 4, 53);
         return jjMoveStringLiteralDfa3_0(active0, 0x200000000000000L, active1, 0L);
      case 115:
         return jjMoveStringLiteralDfa3_0(active0, 0x12000188008000L, active1, 0x20000L);
      case 116:
         if ((active0 & 0x40L) != 0L)
            return jjStartNfaWithStates_0(2, 6, 53);
         return jjMoveStringLiteralDfa3_0(active0, 0x4000002000408L, active1, 0x20000000L);
      case 118:
         if ((active0 & 0x100000L) != 0L)
            return jjStartNfaWithStates_0(2, 20, 53);
         break;
      case 120:
         return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x200L);
      default :
         break;
   }
   return jjStartNfa_0(1, active0, active1);
}
private int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(1, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(2, active0, active1);
      return 3;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa4_0(active0, 0x20000000L, active1, 0L);
      case 99:
         return jjMoveStringLiteralDfa4_0(active0, 0x1812000000000000L, active1, 0x1008L);
      case 101:
         if ((active0 & 0x100L) != 0L)
            return jjStartNfaWithStates_0(3, 8, 53);
         else if ((active0 & 0x8000L) != 0L)
            return jjStartNfaWithStates_0(3, 15, 53);
         else if ((active1 & 0x80L) != 0L)
            return jjStartNfaWithStates_0(3, 71, 53);
         return jjMoveStringLiteralDfa4_0(active0, 0x2680000006000000L, active1, 0x2000a800L);
      case 102:
         if ((active0 & 0x8000000000000L) != 0L)
            return jjStartNfaWithStates_0(3, 51, 53);
         break;
      case 105:
         return jjMoveStringLiteralDfa4_0(active0, 0x400L, active1, 0x20000L);
      case 108:
         return jjMoveStringLiteralDfa4_0(active0, 0x60800000000000L, active1, 0L);
      case 109:
         if ((active1 & 0x40L) != 0L)
            return jjStartNfaWithStates_0(3, 70, 53);
         return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x4400L);
      case 110:
         if ((active0 & 0x4000L) != 0L)
            return jjStartNfaWithStates_0(3, 14, 53);
         break;
      case 111:
         return jjMoveStringLiteralDfa4_0(active0, 0x800000L, active1, 0L);
      case 114:
         return jjMoveStringLiteralDfa4_0(active0, 0x4000000000200L, active1, 0L);
      case 116:
         if ((active0 & 0x100000000L) != 0L)
         {
            jjmatchedKind = 32;
            jjmatchedPos = 3;
         }
         else if ((active1 & 0x200L) != 0L)
            return jjStartNfaWithStates_0(3, 73, 53);
         return jjMoveStringLiteralDfa4_0(active0, 0x88000000L, active1, 0x20L);
      case 117:
         return jjMoveStringLiteralDfa4_0(active0, 0x8L, active1, 0x100L);
      case 118:
         if ((active0 & 0x200000L) != 0L)
            return jjStartNfaWithStates_0(3, 21, 53);
         break;
      default :
         break;
   }
   return jjStartNfa_0(2, active0, active1);
}
private int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(2, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(3, active0, active1);
      return 4;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa5_0(active0, 0x88000000L, active1, 0L);
      case 100:
         if ((active0 & 0x800000000000L) != 0L)
            return jjStartNfaWithStates_0(4, 47, 53);
         break;
      case 101:
         return jjMoveStringLiteralDfa5_0(active0, 0x1812000000000000L, active1, 0x5400L);
      case 105:
         return jjMoveStringLiteralDfa5_0(active0, 0x4000000000000L, active1, 0L);
      case 109:
         return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0xa100L);
      case 110:
         if ((active0 & 0x800000L) != 0L)
            return jjStartNfaWithStates_0(4, 23, 53);
         return jjMoveStringLiteralDfa5_0(active0, 0x200000000000000L, active1, 0x20000L);
      case 111:
         return jjMoveStringLiteralDfa5_0(active0, 0x60000000000000L, active1, 0L);
      case 112:
         return jjMoveStringLiteralDfa5_0(active0, 0x4000000L, active1, 0L);
      case 114:
         return jjMoveStringLiteralDfa5_0(active0, 0x2000008L, active1, 0x20000000L);
      case 115:
         return jjMoveStringLiteralDfa5_0(active0, 0x2480000000000400L, active1, 0x800L);
      case 116:
         if ((active0 & 0x20000000L) != 0L)
            return jjStartNfaWithStates_0(4, 29, 53);
         return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x8L);
      case 121:
         if ((active0 & 0x200L) != 0L)
            return jjStartNfaWithStates_0(4, 9, 53);
         return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x20L);
      default :
         break;
   }
   return jjStartNfa_0(3, active0, active1);
}
private int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(3, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(4, active0, active1);
      return 5;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x20L);
      case 97:
         return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0xa000L);
      case 98:
         return jjMoveStringLiteralDfa6_0(active0, 0x4000080000000L, active1, 0L);
      case 100:
         return jjMoveStringLiteralDfa6_0(active0, 0x1800000000000000L, active1, 0L);
      case 101:
         return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x100L);
      case 102:
         return jjMoveStringLiteralDfa6_0(active0, 0x400L, active1, 0L);
      case 103:
         return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x20000L);
      case 105:
         return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x8L);
      case 110:
         if ((active0 & 0x8L) != 0L)
            return jjStartNfaWithStates_0(5, 3, 53);
         return jjMoveStringLiteralDfa6_0(active0, 0x12000008000000L, active1, 0x20004400L);
      case 112:
         return jjMoveStringLiteralDfa6_0(active0, 0x80000000000000L, active1, 0x800L);
      case 115:
         return jjMoveStringLiteralDfa6_0(active0, 0x2000000L, active1, 0x1000L);
      case 116:
         if ((active0 & 0x4000000L) != 0L)
            return jjStartNfaWithStates_0(5, 26, 53);
         else if ((active0 & 0x200000000000000L) != 0L)
            return jjStartNfaWithStates_0(5, 57, 53);
         return jjMoveStringLiteralDfa6_0(active0, 0x2400000000000000L, active1, 0L);
      case 119:
         return jjMoveStringLiteralDfa6_0(active0, 0x60000000000000L, active1, 0L);
      default :
         break;
   }
   return jjStartNfa_0(4, active0, active1);
}
private int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(4, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(5, active0, active1);
      return 6;
   }
   switch(curChar)
   {
      case 32:
         if ((active1 & 0x20000L) != 0L)
            return jjStopAtPos(6, 81);
         break;
      case 45:
         return jjMoveStringLiteralDfa7_0(active0, 0L, active1, 0xa000L);
      case 97:
         return jjMoveStringLiteralDfa7_0(active0, 0x80000000000000L, active1, 0x20000800L);
      case 99:
         return jjMoveStringLiteralDfa7_0(active0, 0x8000000L, active1, 0L);
      case 100:
         return jjMoveStringLiteralDfa7_0(active0, 0x12000000000000L, active1, 0L);
      case 101:
         return jjMoveStringLiteralDfa7_0(active0, 0x2000000L, active1, 0L);
      case 105:
         return jjMoveStringLiteralDfa7_0(active0, 0x1860000000000400L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa7_0(active0, 0x80000000L, active1, 0L);
      case 110:
         return jjMoveStringLiteralDfa7_0(active0, 0L, active1, 0x100L);
      case 111:
         return jjMoveStringLiteralDfa7_0(active0, 0x2400000000000000L, active1, 0x8L);
      case 115:
         return jjMoveStringLiteralDfa7_0(active0, 0L, active1, 0x1020L);
      case 116:
         if ((active1 & 0x400L) != 0L)
            return jjStartNfaWithStates_0(6, 74, 53);
         else if ((active1 & 0x4000L) != 0L)
            return jjStartNfaWithStates_0(6, 78, 53);
         break;
      case 117:
         return jjMoveStringLiteralDfa7_0(active0, 0x4000000000000L, active1, 0L);
      default :
         break;
   }
   return jjStartNfa_0(5, active0, active1);
}
private int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(5, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(6, active0, active1);
      return 7;
   }
   switch(curChar)
   {
      case 97:
         return jjMoveStringLiteralDfa8_0(active0, 0x12000000000000L, active1, 0x2000L);
      case 99:
         return jjMoveStringLiteralDfa8_0(active0, 0x80000002000000L, active1, 0x800L);
      case 101:
         if ((active0 & 0x8000000L) != 0L)
            return jjStartNfaWithStates_0(7, 27, 53);
         else if ((active0 & 0x80000000L) != 0L)
            return jjStartNfaWithStates_0(7, 31, 53);
         return jjMoveStringLiteralDfa8_0(active0, 0x400L, active1, 0x8020L);
      case 105:
         return jjMoveStringLiteralDfa8_0(active0, 0L, active1, 0x1000L);
      case 108:
         if ((active1 & 0x20000000L) != 0L)
            return jjStartNfaWithStates_0(7, 93, 53);
         break;
      case 110:
         if ((active1 & 0x8L) != 0L)
            return jjStartNfaWithStates_0(7, 67, 53);
         return jjMoveStringLiteralDfa8_0(active0, 0x1860000000000000L, active1, 0L);
      case 114:
         if ((active0 & 0x400000000000000L) != 0L)
         {
            jjmatchedKind = 58;
            jjmatchedPos = 7;
         }
         return jjMoveStringLiteralDfa8_0(active0, 0x2000000000000000L, active1, 0L);
      case 116:
         return jjMoveStringLiteralDfa8_0(active0, 0x4000000000000L, active1, 0x100L);
      default :
         break;
   }
   return jjStartNfa_0(6, active0, active1);
}
private int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(6, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(7, active0, active1);
      return 8;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa9_0(active0, 0x2000000000000000L, active1, 0x100L);
      case 101:
         if ((active0 & 0x4000000000000L) != 0L)
            return jjStartNfaWithStates_0(8, 50, 53);
         else if ((active0 & 0x80000000000000L) != 0L)
         {
            jjmatchedKind = 55;
            jjmatchedPos = 8;
         }
         return jjMoveStringLiteralDfa9_0(active0, 0L, active1, 0x800L);
      case 103:
         if ((active0 & 0x40000000000000L) != 0L)
         {
            jjmatchedKind = 54;
            jjmatchedPos = 8;
         }
         else if ((active0 & 0x1000000000000000L) != 0L)
         {
            jjmatchedKind = 60;
            jjmatchedPos = 8;
         }
         return jjMoveStringLiteralDfa9_0(active0, 0x820000000000000L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa9_0(active0, 0L, active1, 0x8000L);
      case 110:
         return jjMoveStringLiteralDfa9_0(active0, 0x12000000000000L, active1, 0x1000L);
      case 113:
         return jjMoveStringLiteralDfa9_0(active0, 0L, active1, 0x20L);
      case 115:
         if ((active0 & 0x400L) != 0L)
            return jjStartNfaWithStates_0(8, 10, 53);
         break;
      case 116:
         if ((active0 & 0x2000000L) != 0L)
            return jjStartNfaWithStates_0(8, 25, 53);
         return jjMoveStringLiteralDfa9_0(active0, 0L, active1, 0x2000L);
      default :
         break;
   }
   return jjStartNfa_0(7, active0, active1);
}
private int jjMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(7, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(8, active0, active1);
      return 9;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa10_0(active0, 0x820000000000000L, active1, 0x800L);
      case 101:
         return jjMoveStringLiteralDfa10_0(active0, 0L, active1, 0x8000L);
      case 103:
         return jjMoveStringLiteralDfa10_0(active0, 0L, active1, 0x1000L);
      case 110:
         return jjMoveStringLiteralDfa10_0(active0, 0L, active1, 0x100L);
      case 111:
         return jjMoveStringLiteralDfa10_0(active0, 0x2000000000000000L, active1, 0L);
      case 116:
         if ((active0 & 0x2000000000000L) != 0L)
         {
            jjmatchedKind = 49;
            jjmatchedPos = 9;
         }
         return jjMoveStringLiteralDfa10_0(active0, 0x10000000000000L, active1, 0x2000L);
      case 117:
         return jjMoveStringLiteralDfa10_0(active0, 0L, active1, 0x20L);
      default :
         break;
   }
   return jjStartNfa_0(8, active0, active1);
}
private int jjMoveStringLiteralDfa10_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(8, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(9, active0, active1);
      return 10;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa11_0(active0, 0x10000000000000L, active1, 0x1000L);
      case 101:
         return jjMoveStringLiteralDfa11_0(active0, 0L, active1, 0x20L);
      case 109:
         return jjMoveStringLiteralDfa11_0(active0, 0L, active1, 0x8000L);
      case 110:
         return jjMoveStringLiteralDfa11_0(active0, 0L, active1, 0x800L);
      case 111:
         return jjMoveStringLiteralDfa11_0(active0, 0L, active1, 0x100L);
      case 114:
         return jjMoveStringLiteralDfa11_0(active0, 0x2000000000000000L, active1, 0x2000L);
      case 115:
         return jjMoveStringLiteralDfa11_0(active0, 0x820000000000000L, active1, 0L);
      default :
         break;
   }
   return jjStartNfa_0(9, active0, active1);
}
private int jjMoveStringLiteralDfa11_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(9, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(10, active0, active1);
      return 11;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa12_0(active0, 0x2000000000000000L, active1, 0L);
      case 100:
         return jjMoveStringLiteralDfa12_0(active0, 0L, active1, 0x100L);
      case 101:
         return jjMoveStringLiteralDfa12_0(active0, 0L, active1, 0x8000L);
      case 105:
         return jjMoveStringLiteralDfa12_0(active0, 0x820000000000000L, active1, 0x3000L);
      case 110:
         return jjMoveStringLiteralDfa12_0(active0, 0L, active1, 0x20L);
      case 111:
         return jjMoveStringLiteralDfa12_0(active0, 0x10000000000000L, active1, 0x800L);
      default :
         break;
   }
   return jjStartNfa_0(10, active0, active1);
}
private int jjMoveStringLiteralDfa12_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(10, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(11, active0, active1);
      return 12;
   }
   switch(curChar)
   {
      case 98:
         return jjMoveStringLiteralDfa13_0(active0, 0x820000000000000L, active1, 0x2000L);
      case 99:
         return jjMoveStringLiteralDfa13_0(active0, 0L, active1, 0x20L);
      case 100:
         return jjMoveStringLiteralDfa13_0(active0, 0L, active1, 0x800L);
      case 101:
         if ((active1 & 0x100L) != 0L)
            return jjStartNfaWithStates_0(12, 72, 53);
         break;
      case 110:
         return jjMoveStringLiteralDfa13_0(active0, 0L, active1, 0x9000L);
      case 114:
         return jjMoveStringLiteralDfa13_0(active0, 0x10000000000000L, active1, 0L);
      case 115:
         return jjMoveStringLiteralDfa13_0(active0, 0x2000000000000000L, active1, 0L);
      default :
         break;
   }
   return jjStartNfa_0(11, active0, active1);
}
private int jjMoveStringLiteralDfa13_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(11, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(12, active0, active1);
      return 13;
   }
   switch(curChar)
   {
      case 45:
         return jjMoveStringLiteralDfa14_0(active0, 0x10000000000000L, active1, 0L);
      case 101:
         if ((active1 & 0x20L) != 0L)
            return jjStartNfaWithStates_0(13, 69, 53);
         else if ((active1 & 0x800L) != 0L)
            return jjStartNfaWithStates_0(13, 75, 53);
         return jjMoveStringLiteralDfa14_0(active0, 0x2000000000000000L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa14_0(active0, 0x820000000000000L, active1, 0L);
      case 115:
         return jjMoveStringLiteralDfa14_0(active0, 0L, active1, 0x1000L);
      case 116:
         if ((active1 & 0x8000L) != 0L)
            return jjStartNfaWithStates_0(13, 79, 53);
         break;
      case 117:
         return jjMoveStringLiteralDfa14_0(active0, 0L, active1, 0x2000L);
      default :
         break;
   }
   return jjStartNfa_0(12, active0, active1);
}
private int jjMoveStringLiteralDfa14_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(12, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(13, active0, active1);
      return 14;
   }
   switch(curChar)
   {
      case 105:
         return jjMoveStringLiteralDfa15_0(active0, 0x820000000000000L, active1, 0L);
      case 108:
         return jjMoveStringLiteralDfa15_0(active0, 0x2000000000000000L, active1, 0L);
      case 115:
         return jjMoveStringLiteralDfa15_0(active0, 0x10000000000000L, active1, 0L);
      case 116:
         return jjMoveStringLiteralDfa15_0(active0, 0L, active1, 0x3000L);
      default :
         break;
   }
   return jjStartNfa_0(13, active0, active1);
}
private int jjMoveStringLiteralDfa15_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(13, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(14, active0, active1);
      return 15;
   }
   switch(curChar)
   {
      case 101:
         if ((active1 & 0x2000L) != 0L)
            return jjStartNfaWithStates_0(15, 77, 53);
         return jjMoveStringLiteralDfa16_0(active0, 0x10000000000000L, active1, 0L);
      case 102:
         if ((active0 & 0x2000000000000000L) != 0L)
            return jjStartNfaWithStates_0(15, 61, 53);
         break;
      case 110:
         return jjMoveStringLiteralDfa16_0(active0, 0x820000000000000L, active1, 0L);
      case 114:
         return jjMoveStringLiteralDfa16_0(active0, 0L, active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(14, active0, active1);
}
private int jjMoveStringLiteralDfa16_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(14, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(15, active0, active1);
      return 16;
   }
   switch(curChar)
   {
      case 103:
         if ((active0 & 0x20000000000000L) != 0L)
            return jjStartNfaWithStates_0(16, 53, 53);
         else if ((active0 & 0x800000000000000L) != 0L)
            return jjStartNfaWithStates_0(16, 59, 53);
         break;
      case 108:
         return jjMoveStringLiteralDfa17_0(active0, 0x10000000000000L, active1, 0L);
      case 117:
         return jjMoveStringLiteralDfa17_0(active0, 0L, active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(15, active0, active1);
}
private int jjMoveStringLiteralDfa17_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(15, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(16, active0, active1);
      return 17;
   }
   switch(curChar)
   {
      case 99:
         return jjMoveStringLiteralDfa18_0(active0, 0L, active1, 0x1000L);
      case 102:
         if ((active0 & 0x10000000000000L) != 0L)
            return jjStartNfaWithStates_0(17, 52, 53);
         break;
      default :
         break;
   }
   return jjStartNfa_0(16, active0, active1);
}
private int jjMoveStringLiteralDfa18_0(long old0, long active0, long old1, long active1)
{
   if (((active0 &= old0) | (active1 &= old1)) == 0L)
      return jjStartNfa_0(16, old0, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(17, 0L, active1);
      return 18;
   }
   switch(curChar)
   {
      case 116:
         return jjMoveStringLiteralDfa19_0(active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(17, 0L, active1);
}
private int jjMoveStringLiteralDfa19_0(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_0(17, 0L, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(18, 0L, active1);
      return 19;
   }
   switch(curChar)
   {
      case 105:
         return jjMoveStringLiteralDfa20_0(active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(18, 0L, active1);
}
private int jjMoveStringLiteralDfa20_0(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_0(18, 0L, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(19, 0L, active1);
      return 20;
   }
   switch(curChar)
   {
      case 111:
         return jjMoveStringLiteralDfa21_0(active1, 0x1000L);
      default :
         break;
   }
   return jjStartNfa_0(19, 0L, active1);
}
private int jjMoveStringLiteralDfa21_0(long old1, long active1)
{
   if (((active1 &= old1)) == 0L)
      return jjStartNfa_0(19, 0L, old1);
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(20, 0L, active1);
      return 21;
   }
   switch(curChar)
   {
      case 110:
         if ((active1 & 0x1000L) != 0L)
            return jjStartNfaWithStates_0(21, 76, 53);
         break;
      default :
         break;
   }
   return jjStartNfa_0(20, 0L, active1);
}
private int jjStartNfaWithStates_0(int pos, int kind, int state)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   try { curChar = input_stream.readChar(); }
   catch(java.io.IOException e) { return pos + 1; }
   return jjMoveNfa_0(state, pos + 1);
}
static final long[] jjbitVec4 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x3fffffffffffffffL
};
static final long[] jjbitVec5 = {
   0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec6 = {
   0x0L, 0xffffffffffffc000L, 0xfffff0007fffffffL, 0x7fffffL
};
static final long[] jjbitVec7 = {
   0x0L, 0x0L, 0x0L, 0xff7fffffff7fffffL
};
static final long[] jjbitVec8 = {
   0x7ff3ffffffffffffL, 0x7ffffffffffffdfeL, 0xffffffffffffffffL, 0xfc31ffffffffe00fL
};
static final long[] jjbitVec9 = {
   0xffffffL, 0xffffffffffff0000L, 0xf80001ffffffffffL, 0x3L
};
static final long[] jjbitVec10 = {
   0x0L, 0x0L, 0xfffffffbffffd740L, 0xffffd547f7fffL
};
static final long[] jjbitVec11 = {
   0xffffffffffffdffeL, 0xffffffffdffeffffL, 0xffffffffffff0003L, 0x33fcfffffff199fL
};
static final long[] jjbitVec12 = {
   0xfffe000000000000L, 0xfffffffe027fffffL, 0x7fL, 0x707ffffff0000L
};
static final long[] jjbitVec13 = {
   0x7fffffe00000000L, 0xfffe0000000007feL, 0x7cffffffffffffffL, 0x60002f7fffL
};
static final long[] jjbitVec14 = {
   0x23ffffffffffffe0L, 0x3ff000000L, 0x3c5fdfffff99fe0L, 0x30003b0000000L
};
static final long[] jjbitVec15 = {
   0x36dfdfffff987e0L, 0x1c00005e000000L, 0x23edfdfffffbafe0L, 0x100000000L
};
static final long[] jjbitVec16 = {
   0x23cdfdfffff99fe0L, 0x3b0000000L, 0x3bfc718d63dc7e0L, 0x0L
};
static final long[] jjbitVec17 = {
   0x3effdfffffddfe0L, 0x300000000L, 0x3effdfffffddfe0L, 0x340000000L
};
static final long[] jjbitVec18 = {
   0x3fffdfffffddfe0L, 0x300000000L, 0x0L, 0x0L
};
static final long[] jjbitVec19 = {
   0xd7ffffffffffeL, 0x3fL, 0x200d6caefef02596L, 0x1fL
};
static final long[] jjbitVec20 = {
   0x0L, 0x3fffffffeffL, 0x0L, 0x0L
};
static final long[] jjbitVec21 = {
   0x0L, 0x0L, 0xffffffff00000000L, 0x7fffffffff003fL
};
static final long[] jjbitVec22 = {
   0x500000000007daedL, 0x2c62ab82315001L, 0xf580c90040000000L, 0x201080000000007L
};
static final long[] jjbitVec23 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffff0fffffffL, 0x3ffffffffffffffL
};
static final long[] jjbitVec24 = {
   0xffffffff3f3fffffL, 0x3fffffffaaff3f3fL, 0x5fdfffffffffffffL, 0x1fdc1fff0fcf1fdcL
};
static final long[] jjbitVec25 = {
   0x4c4000000000L, 0x0L, 0x7L, 0x0L
};
static final long[] jjbitVec26 = {
   0x3fe00000080L, 0xfffffffffffffffeL, 0xfffffffe001fffffL, 0x7ffffffffffffffL
};
static final long[] jjbitVec27 = {
   0x1fffffffffe0L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec28 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0x3fffffffffL, 0x0L
};
static final long[] jjbitVec29 = {
   0xffffffffffffffffL, 0xffffffffffffffffL, 0xfffffffffL, 0x0L
};
static final long[] jjbitVec30 = {
   0x0L, 0x0L, 0x80000000000000L, 0xff7fffffff7fffffL
};
static final long[] jjbitVec31 = {
   0xffffffL, 0xffffffffffff0000L, 0xf80001ffffffffffL, 0x30003L
};
static final long[] jjbitVec32 = {
   0xffffffffffffffffL, 0x30000003fL, 0xfffffffbffffd7c0L, 0xffffd547f7fffL
};
static final long[] jjbitVec33 = {
   0xffffffffffffdffeL, 0xffffffffdffeffffL, 0xffffffffffff007bL, 0x33fcfffffff199fL
};
static final long[] jjbitVec34 = {
   0xfffe000000000000L, 0xfffffffe027fffffL, 0xbbfffffbfffe007fL, 0x707ffffff0016L
};
static final long[] jjbitVec35 = {
   0x7fffffe00000000L, 0xffff03ff0007ffffL, 0x7cffffffffffffffL, 0x3ff3dffffef7fffL
};
static final long[] jjbitVec36 = {
   0xf3ffffffffffffeeL, 0xffcfff1e3fffL, 0xd3c5fdfffff99feeL, 0x3ffcfb080399fL
};
static final long[] jjbitVec37 = {
   0xd36dfdfffff987e4L, 0x1fffc05e003987L, 0xf3edfdfffffbafeeL, 0xffc100003bbfL
};
static final long[] jjbitVec38 = {
   0xf3cdfdfffff99feeL, 0xffc3b0c0398fL, 0xc3bfc718d63dc7ecL, 0xff8000803dc7L
};
static final long[] jjbitVec39 = {
   0xc3effdfffffddfeeL, 0xffc300603ddfL, 0xc3effdfffffddfecL, 0xffc340603ddfL
};
static final long[] jjbitVec40 = {
   0xc3fffdfffffddfecL, 0xffc300803dcfL, 0x0L, 0x0L
};
static final long[] jjbitVec41 = {
   0x7ff7ffffffffffeL, 0x3ff7fffL, 0x3bff6caefef02596L, 0x3ff3f5fL
};
static final long[] jjbitVec42 = {
   0xc2a003ff03000000L, 0xfffe03fffffffeffL, 0x2fe3ffffebf0fdfL, 0x0L
};
static final long[] jjbitVec43 = {
   0x0L, 0x0L, 0x0L, 0x21fff0000L
};
static final long[] jjbitVec44 = {
   0x3efffe000000a0L, 0xfffffffffffffffeL, 0xfffffffe661fffffL, 0x77ffffffffffffffL
};
private int jjMoveNfa_0(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 52;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 52:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(0, 2);
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(42, 29);
                  if ((0x3ff000000000000L & l) != 0L)
                  {
                     if (kind > 86)
                        kind = 86;
                     jjCheckNAdd(41);
                  }
                  break;
               case 4:
                  if ((0xffffffff00002600L & l) != 0L)
                  {
                     if (kind > 108)
                        kind = 108;
                  }
                  if ((0x3ff000000000000L & l) != 0L)
                  {
                     if (kind > 82)
                        kind = 82;
                     jjCheckNAddStates(3, 12);
                  }
                  else if ((0x100002600L & l) != 0L)
                  {
                     if (kind > 89)
                        kind = 89;
                     jjCheckNAdd(15);
                  }
                  else if (curChar == 46)
                     jjCheckNAddStates(13, 15);
                  else if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 17;
                  else if (curChar == 39)
                     jjCheckNAddStates(16, 18);
                  else if (curChar == 34)
                     jjCheckNAddStates(19, 21);
                  else if (curChar == 40)
                     jjstateSet[jjnewStateCnt++] = 0;
                  break;
               case 53:
                  if ((0x3ff600000000000L & l) != 0L)
                     jjCheckNAddTwoStates(49, 50);
                  else if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 51;
                  if ((0x3ff600000000000L & l) != 0L)
                  {
                     if (kind > 104)
                        kind = 104;
                     jjCheckNAdd(48);
                  }
                  else if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 47;
                  if ((0x3ff600000000000L & l) != 0L)
                     jjCheckNAddTwoStates(45, 46);
                  break;
               case 0:
                  if (curChar == 58)
                     jjCheckNAdd(1);
                  break;
               case 1:
                  if ((0xffffffff00002600L & l) != 0L)
                     jjCheckNAddTwoStates(1, 3);
                  break;
               case 2:
                  if (curChar == 41 && kind > 83)
                     kind = 83;
                  break;
               case 3:
                  if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 2;
                  break;
               case 5:
               case 6:
                  if (curChar == 34)
                     jjCheckNAddStates(19, 21);
                  break;
               case 7:
                  if (curChar == 34)
                     jjstateSet[jjnewStateCnt++] = 6;
                  break;
               case 8:
                  if ((0xfffffffbffffffffL & l) != 0L)
                     jjCheckNAddStates(19, 21);
                  break;
               case 9:
                  if (curChar == 34 && kind > 88)
                     kind = 88;
                  break;
               case 10:
               case 11:
                  if (curChar == 39)
                     jjCheckNAddStates(16, 18);
                  break;
               case 12:
                  if (curChar == 39)
                     jjstateSet[jjnewStateCnt++] = 11;
                  break;
               case 13:
                  if ((0xffffff7fffffffffL & l) != 0L)
                     jjCheckNAddStates(16, 18);
                  break;
               case 14:
                  if (curChar == 39 && kind > 88)
                     kind = 88;
                  break;
               case 15:
                  if ((0x100002600L & l) == 0L)
                     break;
                  if (kind > 89)
                     kind = 89;
                  jjCheckNAdd(15);
                  break;
               case 16:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++] = 17;
                  break;
               case 17:
                  if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 18;
                  break;
               case 19:
                  if ((0x3ff600000000000L & l) == 0L)
                     break;
                  if (kind > 107)
                     kind = 107;
                  jjstateSet[jjnewStateCnt++] = 19;
                  break;
               case 20:
                  if ((0xffffffff00002600L & l) != 0L && kind > 108)
                     kind = 108;
                  break;
               case 21:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 82)
                     kind = 82;
                  jjCheckNAddStates(3, 12);
                  break;
               case 22:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 82)
                     kind = 82;
                  jjCheckNAdd(22);
                  break;
               case 23:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(23, 24);
                  break;
               case 24:
                  if (curChar != 46)
                     break;
                  if (kind > 86)
                     kind = 86;
                  jjCheckNAdd(25);
                  break;
               case 25:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  jjCheckNAdd(25);
                  break;
               case 26:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(22, 24);
                  break;
               case 27:
                  if (curChar == 46)
                     jjCheckNAddTwoStates(28, 29);
                  break;
               case 28:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(28, 29);
                  break;
               case 30:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(31);
                  break;
               case 31:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 87)
                     kind = 87;
                  jjCheckNAdd(31);
                  break;
               case 32:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(25, 28);
                  break;
               case 33:
                  if (curChar == 46)
                     jjCheckNAddStates(29, 31);
                  break;
               case 34:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(29, 31);
                  break;
               case 36:
                  if ((0x280000000000L & l) != 0L)
                     jjCheckNAdd(37);
                  break;
               case 37:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(37, 38);
                  break;
               case 39:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjstateSet[jjnewStateCnt++] = 39;
                  break;
               case 40:
                  if (curChar == 46)
                     jjCheckNAddStates(13, 15);
                  break;
               case 41:
                  if ((0x3ff000000000000L & l) == 0L)
                     break;
                  if (kind > 86)
                     kind = 86;
                  jjCheckNAdd(41);
                  break;
               case 42:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddTwoStates(42, 29);
                  break;
               case 43:
                  if ((0x3ff000000000000L & l) != 0L)
                     jjCheckNAddStates(0, 2);
                  break;
               case 45:
                  if ((0x3ff600000000000L & l) != 0L)
                     jjCheckNAddTwoStates(45, 46);
                  break;
               case 46:
                  if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 47;
                  break;
               case 48:
                  if ((0x3ff600000000000L & l) == 0L)
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAdd(48);
                  break;
               case 49:
                  if ((0x3ff600000000000L & l) != 0L)
                     jjCheckNAddTwoStates(49, 50);
                  break;
               case 50:
                  if (curChar == 58)
                     jjstateSet[jjnewStateCnt++] = 51;
                  break;
               case 51:
                  if (curChar == 42 && kind > 106)
                     kind = 106;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         do
         {
            switch(jjstateSet[--i])
            {
               case 4:
                  if (kind > 108)
                     kind = 108;
                  if ((0x7fffffe87fffffeL & l) != 0L)
                  {
                     if (kind > 104)
                        kind = 104;
                     jjCheckNAddStates(32, 36);
                  }
                  break;
               case 53:
                  if ((0x7fffffe87fffffeL & l) != 0L)
                     jjCheckNAddTwoStates(49, 50);
                  if ((0x7fffffe87fffffeL & l) != 0L)
                  {
                     if (kind > 104)
                        kind = 104;
                     jjCheckNAdd(48);
                  }
                  if ((0x7fffffe87fffffeL & l) != 0L)
                     jjCheckNAddTwoStates(45, 46);
                  break;
               case 1:
                  jjAddStates(37, 38);
                  break;
               case 8:
                  jjAddStates(19, 21);
                  break;
               case 13:
                  jjAddStates(16, 18);
                  break;
               case 18:
               case 19:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 107)
                     kind = 107;
                  jjCheckNAdd(19);
                  break;
               case 20:
                  if (kind > 108)
                     kind = 108;
                  break;
               case 29:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(39, 40);
                  break;
               case 35:
                  if ((0x2000000020L & l) != 0L)
                     jjAddStates(41, 42);
                  break;
               case 38:
               case 39:
                  if ((0x7fffffe07fffffeL & l) == 0L)
                     break;
                  if (kind > 117)
                     kind = 117;
                  jjCheckNAdd(39);
                  break;
               case 44:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAddStates(32, 36);
                  break;
               case 45:
                  if ((0x7fffffe87fffffeL & l) != 0L)
                     jjCheckNAddTwoStates(45, 46);
                  break;
               case 47:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAdd(48);
                  break;
               case 48:
                  if ((0x7fffffe87fffffeL & l) == 0L)
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAdd(48);
                  break;
               case 49:
                  if ((0x7fffffe87fffffeL & l) != 0L)
                     jjCheckNAddTwoStates(49, 50);
                  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);
         do
         {
            switch(jjstateSet[--i])
            {
               case 4:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2))
                  {
                     if (kind > 108)
                        kind = 108;
                  }
                  if (jjCanMove_3(hiByte, i1, i2, l1, l2))
                  {
                     if (kind > 104)
                        kind = 104;
                     jjCheckNAddStates(32, 36);
                  }
                  break;
               case 53:
                  if (jjCanMove_4(hiByte, i1, i2, l1, l2))
                     jjCheckNAddTwoStates(45, 46);
                  if (jjCanMove_4(hiByte, i1, i2, l1, l2))
                  {
                     if (kind > 104)
                        kind = 104;
                     jjCheckNAdd(48);
                  }
                  if (jjCanMove_4(hiByte, i1, i2, l1, l2))
                     jjCheckNAddTwoStates(49, 50);
                  break;
               case 1:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2))
                     jjAddStates(37, 38);
                  break;
               case 8:
                  if (jjCanMove_2(hiByte, i1, i2, l1, l2))
                     jjAddStates(19, 21);
                  break;
               case 13:
                  if (jjCanMove_2(hiByte, i1, i2, l1, l2))
                     jjAddStates(16, 18);
                  break;
               case 18:
                  if (!jjCanMove_3(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 107)
                     kind = 107;
                  jjCheckNAdd(19);
                  break;
               case 19:
                  if (!jjCanMove_4(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 107)
                     kind = 107;
                  jjCheckNAdd(19);
                  break;
               case 20:
                  if (jjCanMove_1(hiByte, i1, i2, l1, l2) && kind > 108)
                     kind = 108;
                  break;
               case 44:
                  if (!jjCanMove_3(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAddStates(32, 36);
                  break;
               case 45:
                  if (jjCanMove_4(hiByte, i1, i2, l1, l2))
                     jjCheckNAddTwoStates(45, 46);
                  break;
               case 47:
                  if (!jjCanMove_3(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAdd(48);
                  break;
               case 48:
                  if (!jjCanMove_4(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 104)
                     kind = 104;
                  jjCheckNAdd(48);
                  break;
               case 49:
                  if (jjCanMove_4(hiByte, i1, i2, l1, l2))
                     jjCheckNAddTwoStates(49, 50);
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 52 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_3()
{
   return jjMoveNfa_3(0, 0);
}
private int jjMoveNfa_3(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_6()
{
   return jjMoveNfa_6(0, 0);
}
private int jjMoveNfa_6(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_7()
{
   return jjMoveNfa_7(0, 0);
}
private int jjMoveNfa_7(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_8()
{
   return jjMoveNfa_8(0, 0);
}
private int jjMoveNfa_8(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
private int jjMoveStringLiteralDfa0_2()
{
   return jjMoveNfa_2(0, 0);
}
private int jjMoveNfa_2(int startState, int curPos)
{
   int startsAt = 0;
   jjnewStateCnt = 1;
   int i = 1;
   jjstateSet[0] = startState;
   int kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x100002600L & l) == 0L)
                     break;
                  kind = 89;
                  jjstateSet[jjnewStateCnt++] = 0;
                  break;
               default : break;
            }
         } while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         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);
         do
         {
            switch(jjstateSet[--i])
            {
               default : break;
            }
         } while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
         return curPos;
      try { curChar = input_stream.readChar(); }
      catch(java.io.IOException e) { return curPos; }
   }
}
static final int[] jjnextStates = {
   43, 35, 38, 22, 23, 24, 26, 27, 29, 32, 33, 35, 38, 41, 42, 43, 
   12, 13, 14, 7, 8, 9, 26, 27, 29, 32, 33, 35, 38, 34, 35, 38, 
   45, 46, 48, 49, 50, 1, 3, 30, 31, 36, 37, 
};
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);
      case 255:
         return ((jjbitVec3[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 ((jjbitVec2[i2] & l2) != 0L);
      case 255:
         return ((jjbitVec4[i2] & l2) != 0L);
      default :
         if ((jjbitVec0[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec2[i2] & l2) != 0L);
      default :
         if ((jjbitVec5[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_3(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec7[i2] & l2) != 0L);
      case 1:
         return ((jjbitVec8[i2] & l2) != 0L);
      case 2:
         return ((jjbitVec9[i2] & l2) != 0L);
      case 3:
         return ((jjbitVec10[i2] & l2) != 0L);
      case 4:
         return ((jjbitVec11[i2] & l2) != 0L);
      case 5:
         return ((jjbitVec12[i2] & l2) != 0L);
      case 6:
         return ((jjbitVec13[i2] & l2) != 0L);
      case 9:
         return ((jjbitVec14[i2] & l2) != 0L);
      case 10:
         return ((jjbitVec15[i2] & l2) != 0L);
      case 11:
         return ((jjbitVec16[i2] & l2) != 0L);
      case 12:
         return ((jjbitVec17[i2] & l2) != 0L);
      case 13:
         return ((jjbitVec18[i2] & l2) != 0L);
      case 14:
         return ((jjbitVec19[i2] & l2) != 0L);
      case 15:
         return ((jjbitVec20[i2] & l2) != 0L);
      case 16:
         return ((jjbitVec21[i2] & l2) != 0L);
      case 17:
         return ((jjbitVec22[i2] & l2) != 0L);
      case 30:
         return ((jjbitVec23[i2] & l2) != 0L);
      case 31:
         return ((jjbitVec24[i2] & l2) != 0L);
      case 33:
         return ((jjbitVec25[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec26[i2] & l2) != 0L);
      case 49:
         return ((jjbitVec27[i2] & l2) != 0L);
      case 159:
         return ((jjbitVec28[i2] & l2) != 0L);
      case 215:
         return ((jjbitVec29[i2] & l2) != 0L);
      default :
         if ((jjbitVec6[i1] & l1) != 0L)
            return true;
         return false;
   }
}
private static final boolean jjCanMove_4(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec30[i2] & l2) != 0L);
      case 1:
         return ((jjbitVec8[i2] & l2) != 0L);
      case 2:
         return ((jjbitVec31[i2] & l2) != 0L);
      case 3:
         return ((jjbitVec32[i2] & l2) != 0L);
      case 4:
         return ((jjbitVec33[i2] & l2) != 0L);
      case 5:
         return ((jjbitVec34[i2] & l2) != 0L);
      case 6:
         return ((jjbitVec35[i2] & l2) != 0L);
      case 9:
         return ((jjbitVec36[i2] & l2) != 0L);
      case 10:
         return ((jjbitVec37[i2] & l2) != 0L);
      case 11:
         return ((jjbitVec38[i2] & l2) != 0L);
      case 12:
         return ((jjbitVec39[i2] & l2) != 0L);
      case 13:
         return ((jjbitVec40[i2] & l2) != 0L);
      case 14:
         return ((jjbitVec41[i2] & l2) != 0L);
      case 15:
         return ((jjbitVec42[i2] & l2) != 0L);
      case 16:
         return ((jjbitVec21[i2] & l2) != 0L);
      case 17:
         return ((jjbitVec22[i2] & l2) != 0L);
      case 30:
         return ((jjbitVec23[i2] & l2) != 0L);
      case 31:
         return ((jjbitVec24[i2] & l2) != 0L);
      case 32:
         return ((jjbitVec43[i2] & l2) != 0L);
      case 33:
         return ((jjbitVec25[i2] & l2) != 0L);
      case 48:
         return ((jjbitVec44[i2] & l2) != 0L);
      case 49:
         return ((jjbitVec27[i2] & l2) != 0L);
      case 159:
         return ((jjbitVec28[i2] & l2) != 0L);
      case 215:
         return ((jjbitVec29[i2] & l2) != 0L);
      default :
         if ((jjbitVec6[i1] & l1) != 0L)
            return true;
         return false;
   }
}

/** Token literal values. */
public static final String[] jjstrLiteralImages = {
"", "\54", "\44", "\162\145\164\165\162\156", "\146\157\162", "\151\156", 
"\154\145\164", "\72\75", "\163\157\155\145", "\145\166\145\162\171", 
"\163\141\164\151\163\146\151\145\163", "\151\146", "\50", "\51", "\164\150\145\156", "\145\154\163\145", "\157\162", 
"\141\156\144", "\164\157", "\52", "\144\151\166", "\151\144\151\166", "\155\157\144", 
"\165\156\151\157\156", "\174", "\151\156\164\145\162\163\145\143\164", "\145\170\143\145\160\164", 
"\151\156\163\164\141\156\143\145", "\157\146", "\164\162\145\141\164", "\141\163", 
"\143\141\163\164\141\142\154\145", "\143\141\163\164", "\75", "\41\75", "\74\75", "\76", "\76\75", "\145\161", 
"\156\145", "\154\164", "\154\145", "\147\164", "\147\145", "\151\163", "\74\74", 
"\76\76", "\143\150\151\154\144", "\72\72", "\144\145\163\143\145\156\144\141\156\164", 
"\141\164\164\162\151\142\165\164\145", "\163\145\154\146", 
"\144\145\163\143\145\156\144\141\156\164\55\157\162\55\163\145\154\146", "\146\157\154\154\157\167\151\156\147\55\163\151\142\154\151\156\147", 
"\146\157\154\154\157\167\151\156\147", "\156\141\155\145\163\160\141\143\145", "\100", "\160\141\162\145\156\164", 
"\141\156\143\145\163\164\157\162", "\160\162\145\143\145\144\151\156\147\55\163\151\142\154\151\156\147", 
"\160\162\145\143\145\144\151\156\147", "\141\156\143\145\163\164\157\162\55\157\162\55\163\145\154\146", "\56\56", 
"\133", "\135", "\56", "\43", "\146\165\156\143\164\151\157\156", "\77", 
"\145\155\160\164\171\55\163\145\161\165\145\156\143\145", "\151\164\145\155", "\156\157\144\145", 
"\144\157\143\165\155\145\156\164\55\156\157\144\145", "\164\145\170\164", "\143\157\155\155\145\156\164", 
"\156\141\155\145\163\160\141\143\145\55\156\157\144\145", 
"\160\162\157\143\145\163\163\151\156\147\55\151\156\163\164\162\165\143\164\151\157\156", "\163\143\150\145\155\141\55\141\164\164\162\151\142\165\164\145", 
"\145\154\145\155\145\156\164", "\163\143\150\145\155\141\55\145\154\145\155\145\156\164", null, 
"\40\165\163\151\156\147\40", null, null, "\50\72", "\72\51", null, null, null, null, null, "\55", "\53", 
"\145\170\164\145\162\156\141\154", null, null, null, null, null, "\173", "\175", "\74", "\57", "\57\57", null, 
null, null, null, null, null, null, null, null, null, null, null, null, null, };

/** Lexer state names. */
public static final String[] lexStateNames = {
   "DEFAULT",
   "EXPRFORMAT",
   "OPERAND",
   "OPERATOR",
   "SINGLETYPE",
   "ITEMTYPE",
   "KINDTEST",
   "CLOSEKINDTEST",
   "OCCURRENCEINDICATOR",
   "VARNAME",
};

/** Lex State array. */
public static final int[] jjnewLexState = {
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 
};
static final long[] jjtoToken = {
   0xffffffffffffffffL, 0x201df839ffffffL, 
};
static final long[] jjtoSkip = {
   0x0L, 0x2000000L, 
};
protected SimpleCharStream input_stream;
private final int[] jjrounds = new int[52];
private final int[] jjstateSet = new int[104];
private final StringBuilder jjimage = new StringBuilder();
private StringBuilder image = jjimage;
private int jjimageLen;
private int lengthOfMatch;
protected char curChar;
/** Constructor. */
public XParserTokenManager(SimpleCharStream stream){
   if (SimpleCharStream.staticFlag)
      throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
   input_stream = stream;
}

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

/** Reinitialise parser. */
public void ReInit(SimpleCharStream stream)
{
   jjmatchedPos = jjnewStateCnt = 0;
   curLexState = defaultLexState;
   input_stream = stream;
   ReInitRounds();
}
private void ReInitRounds()
{
   int i;
   jjround = 0x80000001;
   for (i = 52; i-- > 0;)
      jjrounds[i] = 0x80000000;
}

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

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

protected Token jjFillToken()
{
   final Token t;
   final String curTokenImage;
   final int beginLine;
   final int endLine;
   final int beginColumn;
   final int endColumn;
   String im = jjstrLiteralImages[jjmatchedKind];
   curTokenImage = (im == null) ? input_stream.GetImage() : im;
   beginLine = input_stream.getBeginLine();
   beginColumn = input_stream.getBeginColumn();
   endLine = input_stream.getEndLine();
   endColumn = input_stream.getEndColumn();
   t = Token.newToken(jjmatchedKind, curTokenImage);

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

   return t;
}

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

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

  EOFLoop :
  for (;;)
  {
   try
   {
      curChar = input_stream.BeginToken();
   }
   catch(java.io.IOException e)
   {
      jjmatchedKind = 0;
      matchedToken = jjFillToken();
      return matchedToken;
   }
   image = jjimage;
   image.setLength(0);
   jjimageLen = 0;

   switch(curLexState)
   {
     case 0:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_0();
       break;
     case 1:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_1();
       break;
     case 2:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_2();
       break;
     case 3:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_3();
       break;
     case 4:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_4();
       break;
     case 5:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_5();
       break;
     case 6:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_6();
       break;
     case 7:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_7();
       break;
     case 8:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_8();
       break;
     case 9:
       jjmatchedKind = 0x7fffffff;
       jjmatchedPos = 0;
       curPos = jjMoveStringLiteralDfa0_9();
       break;
   }
     if (jjmatchedKind != 0x7fffffff)
     {
        if (jjmatchedPos + 1 < curPos)
           input_stream.backup(curPos - jjmatchedPos - 1);
        if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
        {
           matchedToken = jjFillToken();
           TokenLexicalActions(matchedToken);
       if (jjnewLexState[jjmatchedKind] != -1)
         curLexState = jjnewLexState[jjmatchedKind];
           return matchedToken;
        }
        else
        {
         if (jjnewLexState[jjmatchedKind] != -1)
           curLexState = jjnewLexState[jjmatchedKind];
           continue EOFLoop;
        }
     }
     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 TokenLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      case 81 :
        image.append(jjstrLiteralImages[81]);
        lengthOfMatch = jjstrLiteralImages[81].length();
                                         pushState();
         break;
      case 99 :
        image.append(jjstrLiteralImages[99]);
        lengthOfMatch = jjstrLiteralImages[99].length();
                    pushState();
         break;
      case 100 :
        image.append(jjstrLiteralImages[100]);
        lengthOfMatch = jjstrLiteralImages[100].length();
                    popState();
         break;
      case 101 :
        image.append(jjstrLiteralImages[101]);
        lengthOfMatch = jjstrLiteralImages[101].length();
                              pushState(DEFAULT);
         break;
      default :
         break;
   }
}
private void jjCheckNAdd(int state)
{
   if (jjrounds[state] != jjround)
   {
      jjstateSet[jjnewStateCnt++] = state;
      jjrounds[state] = jjround;
   }
}
private void jjAddStates(int start, int end)
{
   do {
      jjstateSet[jjnewStateCnt++] = jjnextStates[start];
   } while (start++ != end);
}
private void jjCheckNAddTwoStates(int state1, int state2)
{
   jjCheckNAdd(state1);
   jjCheckNAdd(state2);
}

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy