Open Source Repository

Home /velocity/velocity-1.6.4 | Repository Home



org/apache/velocity/runtime/parser/ParserTokenManager.java
/* Generated By:JJTree&JavaCC: Do not edit this line. ParserTokenManager.java */
package org.apache.velocity.runtime.parser;
import java.io.*;
import java.util.*;
import org.apache.velocity.exception.VelocityException;
import org.apache.velocity.runtime.RuntimeServices;
import org.apache.velocity.runtime.parser.node.*;
import org.apache.velocity.runtime.directive.Directive;
import org.apache.velocity.runtime.directive.Macro;
import org.apache.velocity.runtime.directive.MacroParseException;
import org.apache.velocity.util.StringUtils;

public class ParserTokenManager implements ParserConstants
{
    private int fileDepth = 0;

    private int lparen = 0;
    private int rparen = 0;

    Stack stateStack = new Stack();
    public boolean debugPrint = false;

    private boolean inReference;
    public boolean inDirective;
    private boolean inComment;
    public  boolean inSet;

    /**
     *  pushes the current state onto the 'state stack',
     *  and maintains the parens counts
     *  public because we need it in PD & VM handling
     *
     *  @return boolean : success.  It can fail if the state machine
     *     gets messed up (do don't mess it up :)
     */
    public boolean stateStackPop()
    {
        Hashtable h;

        try
        {
            h = (HashtablestateStack.pop();
        }
        catchEmptyStackException e)
        {
            lparen=0;
            SwitchTo(DEFAULT);
            return false;
        }

        ifdebugPrint )
            System.out.println(
                " stack pop (" + stateStack.size() ") : lparen=" +
                    ( (Integerh.get("lparen")).intValue() +
                        " newstate=" ( (Integerh.get("lexstate")).intValue() );

        lparen = ( (Integerh.get("lparen")).intValue();
        rparen = ( (Integerh.get("rparen")).intValue();

        SwitchTo( ( (Integerh.get("lexstate")).intValue() );

        return true;
    }

    /**
     *  pops a state off the stack, and restores paren counts
     *
     *  @return boolean : success of operation
     */
    public boolean stateStackPush()
    {
        ifdebugPrint )
            System.out.println(" (" + stateStack.size() ") pushing cur state : " +
                curLexState );

        Hashtable h = new Hashtable();

        h.put("lexstate"new IntegercurLexState ) );
        h.put("lparen"new Integerlparen ));
        h.put("rparen"new Integerrparen ));

        lparen = 0;

        stateStack.push);

        return true;
    }

    /**
     *  Clears all state variables, resets to
     *  start values, clears stateStack.  Call
     *  before parsing.
     *  @return void
     */
    public void clearStateVars()
    {
        stateStack.clear();

        lparen = 0;
        rparen = 0;
        inReference = false;
        inDirective = false;
        inComment = false;
        inSet = false;

        return;
    }

    /**
     *  handles the dropdown logic when encountering a RPAREN
     */
    private void RPARENHandler()
    {
        /*
         *  Ultimately, we want to drop down to the state below
         *  the one that has an open (if we hit bottom (DEFAULT),
         *  that's fine. It's just text schmoo.
         */

        boolean closed = false;

        if (inComment)
            closed = true;

        while!closed )
        {
            /*
             * look at current state.  If we haven't seen a lparen
             * in this state then we drop a state, because this
             * lparen clearly closes our state
             */

            iflparen > 0)
            {
                /*
                 *  if rparen + 1 == lparen, then this state is closed.
                 * Otherwise, increment and keep parsing
                 */

                 iflparen == rparen + 1)
                 {
                       stateStackPop();
                 }
                else
                {
                    rparen++;
                }

                 closed = true;
            }
            else
            {
                /*
                 * now, drop a state
                 */

                if(!stateStackPop())
                    break;
            }
        }
    }
  public  java.io.PrintStream debugStream = System.out;
  public  void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
private final int jjStopStringLiteralDfa_0(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x10L!= 0L)
            return 58;
         if ((active0 & 0x80000000L!= 0L)
            return 101;
         if ((active0 & 0x40L!= 0L)
            return 65;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 57;
            return 63;
         }
         if ((active0 & 0x200000000000L!= 0L)
            return 50;
         if ((active0 & 0x70000L!= 0L)
            return 7;
         return -1;
      case 1:
         if ((active0 & 0x10000L!= 0L)
            return 5;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 57;
            jjmatchedPos = 1;
            return 63;
         }
         return -1;
      case 2:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 57;
            jjmatchedPos = 2;
            return 63;
         }
         return -1;
      case 3:
         if ((active0 & 0x10000000L!= 0L)
            return 63;
         if ((active0 & 0x20000000L!= 0L)
         {
            jjmatchedKind = 57;
            jjmatchedPos = 3;
            return 63;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_0(int pos, long active0)
{
   return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
}
private final int jjStopAtPos(int pos, int kind)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   return pos + 1;
}
private final 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);
}
private final int jjMoveStringLiteralDfa0_0()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_0(0x50000L);
      case 37:
         return jjStopAtPos(035);
      case 40:
         return jjStopAtPos(08);
      case 42:
         return jjStopAtPos(033);
      case 43:
         return jjStopAtPos(032);
      case 44:
         return jjStopAtPos(03);
      case 45:
         return jjStartNfaWithStates_0(031101);
      case 46:
         return jjMoveStringLiteralDfa1_0(0x10L);
      case 47:
         return jjStopAtPos(034);
      case 58:
         return jjStopAtPos(05);
      case 61:
         return jjStartNfaWithStates_0(04550);
      case 91:
         return jjStopAtPos(01);
      case 93:
         return jjStopAtPos(02);
      case 102:
         return jjMoveStringLiteralDfa1_0(0x20000000L);
      case 116:
         return jjMoveStringLiteralDfa1_0(0x10000000L);
      case 123:
         return jjStartNfaWithStates_0(0665);
      case 125:
         return jjStopAtPos(07);
      default :
         return jjMoveNfa_0(00);
   }
}
private final int jjMoveStringLiteralDfa1_0(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_0(1165);
         break;
      case 46:
         if ((active0 & 0x10L!= 0L)
            return jjStopAtPos(14);
         break;
      case 97:
         return jjMoveStringLiteralDfa2_0(active0, 0x20000000L);
      case 114:
         return jjMoveStringLiteralDfa2_0(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_0(0, active0);
}
private final int jjMoveStringLiteralDfa2_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_0(0, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(1, active0);
      return 2;
   }
   switch(curChar)
   {
      case 108:
         return jjMoveStringLiteralDfa3_0(active0, 0x20000000L);
      case 117:
         return jjMoveStringLiteralDfa3_0(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_0(1, active0);
}
private final int jjMoveStringLiteralDfa3_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_0(1, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(2, active0);
      return 3;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x10000000L!= 0L)
            return jjStartNfaWithStates_0(32863);
         break;
      case 115:
         return jjMoveStringLiteralDfa4_0(active0, 0x20000000L);
      default :
         break;
   }
   return jjStartNfa_0(2, active0);
}
private final int jjMoveStringLiteralDfa4_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_0(2, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_0(3, active0);
      return 4;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x20000000L!= 0L)
            return jjStartNfaWithStates_0(42963);
         break;
      default :
         break;
   }
   return jjStartNfa_0(3, active0);
}
private final void jjCheckNAdd(int state)
{
   if (jjrounds[state!= jjround)
   {
      jjstateSet[jjnewStateCnt++= state;
      jjrounds[state= jjround;
   }
}
private final void jjAddStates(int start, int end)
{
   do {
      jjstateSet[jjnewStateCnt++= jjnextStates[start];
   while (start++ != end);
}
private final void jjCheckNAddTwoStates(int state1, int state2)
{
   jjCheckNAdd(state1);
   jjCheckNAdd(state2);
}
private final void jjCheckNAddStates(int start, int end)
{
   do {
      jjCheckNAdd(jjnextStates[start]);
   while (start++ != end);
}
private final void jjCheckNAddStates(int start)
{
   jjCheckNAdd(jjnextStates[start]);
   jjCheckNAdd(jjnextStates[start + 1]);
}
static final long[] jjbitVec0 = {
   0xfffffffffffffffeL0xffffffffffffffffL0xffffffffffffffffL0xffffffffffffffffL
};
static final long[] jjbitVec2 = {
   0x0L0x0L0xffffffffffffffffL0xffffffffffffffffL
};
private final int jjMoveNfa_0(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 101;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x3ff000000000000L & l!= 0L)
                  {
                     if (kind > 52)
                        kind = 52;
                     jjCheckNAddStates(05);
                  }
                  else if ((0x100002600L & l!= 0L)
                  {
                     if (kind > 26)
                        kind = 26;
                     jjCheckNAdd(9);
                  }
                  else if (curChar == 45)
                     jjCheckNAddStates(69);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(7374);
                  }
                  else if (curChar == 46)
                     jjCheckNAdd(58);
                  else if (curChar == 33)
                  {
                     if (kind > 44)
                        kind = 44;
                  }
                  else if (curChar == 61)
                     jjstateSet[jjnewStateCnt++50;
                  else if (curChar == 62)
                     jjstateSet[jjnewStateCnt++48;
                  else if (curChar == 60)
                     jjstateSet[jjnewStateCnt++45;
                  else if (curChar == 38)
                     jjstateSet[jjnewStateCnt++35;
                  else if (curChar == 39)
                     jjCheckNAddStates(1012);
                  else if (curChar == 34)
                     jjCheckNAddStates(1315);
                  else if (curChar == 35)
                     jjstateSet[jjnewStateCnt++7;
                  else if (curChar == 41)
                  {
                     if (kind > 9)
                        kind = 9;
                     jjCheckNAddStates(1618);
                  }
                  if ((0x2400L & l!= 0L)
                  {
                     if (kind > 30)
                        kind = 30;
                  }
                  else if (curChar == 33)
                     jjstateSet[jjnewStateCnt++54;
                  else if (curChar == 62)
                  {
                     if (kind > 40)
                        kind = 40;
                  }
                  else if (curChar == 60)
                  {
                     if (kind > 38)
                        kind = 38;
                  }
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++33;
                  break;
               case 101:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(9697);
                  else if (curChar == 46)
                     jjCheckNAdd(58);
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(9091);
                  if ((0x3ff000000000000L & l!= 0L)
                  {
                     if (kind > 52)
                        kind = 52;
                     jjCheckNAddTwoStates(8789);
                  }
                  break;
               case 1:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddStates(1618);
                  break;
               case 2:
                  if ((0x2400L & l!= 0L && kind > 9)
                     kind = 9;
                  break;
               case 3:
                  if (curChar == 10 && kind > 9)
                     kind = 9;
                  break;
               case 4:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++3;
                  break;
               case 5:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++6;
                  break;
               case 6:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 7:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 8:
                  if (curChar == 35)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if ((0x100002600L & l== 0L)
                     break;
                  if (kind > 26)
                     kind = 26;
                  jjCheckNAdd(9);
                  break;
               case 10:
                  if (curChar == 34)
                     jjCheckNAddStates(1315);
                  break;
               case 11:
                  if ((0xfffffffbffffffffL & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 12:
                  if (curChar == 34 && kind > 27)
                     kind = 27;
                  break;
               case 14:
                  if ((0x8400000000L & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 15:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAddStates(1922);
                  break;
               case 16:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 17:
                  if ((0xf000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++18;
                  break;
               case 18:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAdd(16);
                  break;
               case 20:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++21;
                  break;
               case 21:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++22;
                  break;
               case 22:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++23;
                  break;
               case 23:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 24:
                  if (curChar == 32)
                     jjAddStates(2324);
                  break;
               case 25:
                  if (curChar == 10)
                     jjCheckNAddStates(1315);
                  break;
               case 26:
                  if (curChar == 39)
                     jjCheckNAddStates(1012);
                  break;
               case 27:
                  if ((0xffffff7fffffffffL & l!= 0L)
                     jjCheckNAddStates(1012);
                  break;
               case 29:
                  if (curChar == 32)
                     jjAddStates(2526);
                  break;
               case 30:
                  if (curChar == 10)
                     jjCheckNAddStates(1012);
                  break;
               case 31:
                  if (curChar == 39 && kind > 27)
                     kind = 27;
                  break;
               case 32:
                  if ((0x2400L & l!= 0L && kind > 30)
                     kind = 30;
                  break;
               case 33:
                  if (curChar == 10 && kind > 30)
                     kind = 30;
                  break;
               case 34:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++33;
                  break;
               case 35:
                  if (curChar == 38 && kind > 36)
                     kind = 36;
                  break;
               case 36:
                  if (curChar == 38)
                     jjstateSet[jjnewStateCnt++35;
                  break;
               case 44:
                  if (curChar == 60 && kind > 38)
                     kind = 38;
                  break;
               case 45:
                  if (curChar == 61 && kind > 39)
                     kind = 39;
                  break;
               case 46:
                  if (curChar == 60)
                     jjstateSet[jjnewStateCnt++45;
                  break;
               case 47:
                  if (curChar == 62 && kind > 40)
                     kind = 40;
                  break;
               case 48:
                  if (curChar == 61 && kind > 41)
                     kind = 41;
                  break;
               case 49:
                  if (curChar == 62)
                     jjstateSet[jjnewStateCnt++48;
                  break;
               case 50:
                  if (curChar == 61 && kind > 42)
                     kind = 42;
                  break;
               case 51:
                  if (curChar == 61)
                     jjstateSet[jjnewStateCnt++50;
                  break;
               case 54:
                  if (curChar == 61 && kind > 43)
                     kind = 43;
                  break;
               case 55:
                  if (curChar == 33)
                     jjstateSet[jjnewStateCnt++54;
                  break;
               case 56:
                  if (curChar == 33 && kind > 44)
                     kind = 44;
                  break;
               case 57:
                  if (curChar == 46)
                     jjCheckNAdd(58);
                  break;
               case 58:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(5859);
                  break;
               case 60:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(61);
                  break;
               case 61:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(61);
                  break;
               case 63:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 57)
                     kind = 57;
                  jjstateSet[jjnewStateCnt++63;
                  break;
               case 66:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjAddStates(2728);
                  break;
               case 70:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 72:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(7374);
                  break;
               case 74:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 75:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(7374);
                  break;
               case 86:
                  if (curChar == 45)
                     jjCheckNAddStates(69);
                  break;
               case 87:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddTwoStates(8789);
                  break;
               case 88:
                  if (curChar == 46 && kind > 52)
                     kind = 52;
                  break;
               case 89:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++88;
                  break;
               case 90:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(9091);
                  break;
               case 91:
                  if (curChar != 46)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(9293);
                  break;
               case 92:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(9293);
                  break;
               case 94:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(95);
                  break;
               case 95:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(95);
                  break;
               case 96:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(9697);
                  break;
               case 98:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(99);
                  break;
               case 99:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(99);
                  break;
               case 100:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddStates(05);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 0:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                  {
                     if (kind > 57)
                        kind = 57;
                     jjCheckNAdd(63);
                  }
                  else if (curChar == 92)
                     jjCheckNAddStates(2932);
                  else if (curChar == 123)
                     jjstateSet[jjnewStateCnt++65;
                  else if (curChar == 124)
                     jjstateSet[jjnewStateCnt++40;
                  if (curChar == 110)
                     jjAddStates(3334);
                  else if (curChar == 103)
                     jjAddStates(3536);
                  else if (curChar == 108)
                     jjAddStates(3738);
                  else if (curChar == 101)
                     jjstateSet[jjnewStateCnt++52;
                  else if (curChar == 111)
                     jjstateSet[jjnewStateCnt++42;
                  else if (curChar == 97)
                     jjstateSet[jjnewStateCnt++38;
                  break;
               case 6:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 11:
                  jjCheckNAddStates(1315);
                  break;
               case 13:
                  if (curChar == 92)
                     jjAddStates(3944);
                  break;
               case 14:
                  if ((0x14404410000000L & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 19:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++20;
                  break;
               case 20:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++21;
                  break;
               case 21:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++22;
                  break;
               case 22:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++23;
                  break;
               case 23:
                  if ((0x7e0000007eL & l!= 0L)
                     jjCheckNAddStates(1315);
                  break;
               case 27:
                  jjAddStates(1012);
                  break;
               case 28:
                  if (curChar == 92)
                     jjAddStates(2526);
                  break;
               case 37:
                  if (curChar == 100 && kind > 36)
                     kind = 36;
                  break;
               case 38:
                  if (curChar == 110)
                     jjstateSet[jjnewStateCnt++37;
                  break;
               case 39:
                  if (curChar == 97)
                     jjstateSet[jjnewStateCnt++38;
                  break;
               case 40:
                  if (curChar == 124 && kind > 37)
                     kind = 37;
                  break;
               case 41:
                  if (curChar == 124)
                     jjstateSet[jjnewStateCnt++40;
                  break;
               case 42:
                  if (curChar == 114 && kind > 37)
                     kind = 37;
                  break;
               case 43:
                  if (curChar == 111)
                     jjstateSet[jjnewStateCnt++42;
                  break;
               case 52:
                  if (curChar == 113 && kind > 42)
                     kind = 42;
                  break;
               case 53:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++52;
                  break;
               case 59:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(4546);
                  break;
               case 62:
               case 63:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 57)
                     kind = 57;
                  jjCheckNAdd(63);
                  break;
               case 64:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++65;
                  break;
               case 65:
               case 66:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                     jjCheckNAddTwoStates(6667);
                  break;
               case 67:
                  if (curChar == 125 && kind > 58)
                     kind = 58;
                  break;
               case 68:
                  if (curChar == 92)
                     jjCheckNAddStates(2932);
                  break;
               case 69:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(6970);
                  break;
               case 71:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(7172);
                  break;
               case 73:
                  if (curChar == 92)
                     jjAddStates(4748);
                  break;
               case 76:
                  if (curChar == 108)
                     jjAddStates(3738);
                  break;
               case 77:
                  if (curChar == 116 && kind > 38)
                     kind = 38;
                  break;
               case 78:
                  if (curChar == 101 && kind > 39)
                     kind = 39;
                  break;
               case 79:
                  if (curChar == 103)
                     jjAddStates(3536);
                  break;
               case 80:
                  if (curChar == 116 && kind > 40)
                     kind = 40;
                  break;
               case 81:
                  if (curChar == 101 && kind > 41)
                     kind = 41;
                  break;
               case 82:
                  if (curChar == 110)
                     jjAddStates(3334);
                  break;
               case 83:
                  if (curChar == 101 && kind > 43)
                     kind = 43;
                  break;
               case 84:
                  if (curChar == 116 && kind > 44)
                     kind = 44;
                  break;
               case 85:
                  if (curChar == 111)
                     jjstateSet[jjnewStateCnt++84;
                  break;
               case 93:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(4950);
                  break;
               case 97:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(5152);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 6:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               case 11:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(1315);
                  break;
               case 27:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(1012);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 101 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_6(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 2;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_6(int pos, long active0)
{
   return jjMoveNfa_6(jjStopStringLiteralDfa_6(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_6(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_6(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_6()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_6(0x50000L);
      case 42:
         return jjMoveStringLiteralDfa1_6(0x1000000L);
      default :
         return jjMoveNfa_6(30);
   }
}
private final int jjMoveStringLiteralDfa1_6(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_6(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         else if ((active0 & 0x1000000L!= 0L)
            return jjStopAtPos(124);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_6(1160);
         break;
      default :
         break;
   }
   return jjStartNfa_6(0, active0);
}
private final int jjMoveNfa_6(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 12;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(910);
                  }
                  else if (curChar == 35)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 0:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++1;
                  break;
               case 1:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 2:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++0;
                  break;
               case 6:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 8:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(910);
                  break;
               case 10:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 11:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(910);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if (curChar == 92)
                     jjCheckNAddStates(5356);
                  break;
               case 1:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 5:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(56);
                  break;
               case 7:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(78);
                  break;
               case 9:
                  if (curChar == 92)
                     jjAddStates(5758);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 1:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 12 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_5(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 2;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_5(int pos, long active0)
{
   return jjMoveNfa_5(jjStopStringLiteralDfa_5(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_5(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_5(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_5()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_5(0x50000L);
      default :
         return jjMoveNfa_5(30);
   }
}
private final int jjMoveStringLiteralDfa1_5(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_5(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_5(1160);
         break;
      default :
         break;
   }
   return jjStartNfa_5(0, active0);
}
private final int jjMoveNfa_5(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 92;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if ((0x3ff000000000000L & l!= 0L)
                  {
                     if (kind > 52)
                        kind = 52;
                     jjCheckNAddStates(5964);
                  }
                  else if (curChar == 45)
                     jjCheckNAddStates(6568);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(2627);
                  }
                  else if (curChar == 46)
                     jjCheckNAdd(11);
                  else if (curChar == 35)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 0:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++1;
                  break;
               case 1:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 2:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++0;
                  break;
               case 10:
                  if (curChar == 46)
                     jjCheckNAdd(11);
                  break;
               case 11:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(1112);
                  break;
               case 13:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(14);
                  break;
               case 14:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(14);
                  break;
               case 16:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 57)
                     kind = 57;
                  jjstateSet[jjnewStateCnt++16;
                  break;
               case 19:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjAddStates(6970);
                  break;
               case 23:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 25:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2627);
                  break;
               case 27:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 28:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(2627);
                  break;
               case 31:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddStates(7173);
                  break;
               case 32:
                  if ((0x2400L & l!= 0L && kind > 46)
                     kind = 46;
                  break;
               case 33:
                  if (curChar == 10 && kind > 46)
                     kind = 46;
                  break;
               case 34:
               case 51:
                  if (curChar == 13)
                     jjCheckNAdd(33);
                  break;
               case 42:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddStates(7476);
                  break;
               case 43:
                  if ((0x2400L & l!= 0L && kind > 49)
                     kind = 49;
                  break;
               case 44:
                  if (curChar == 10 && kind > 49)
                     kind = 49;
                  break;
               case 45:
               case 67:
                  if (curChar == 13)
                     jjCheckNAdd(44);
                  break;
               case 50:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddStates(7779);
                  break;
               case 66:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddStates(8082);
                  break;
               case 77:
                  if (curChar == 45)
                     jjCheckNAddStates(6568);
                  break;
               case 78:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddTwoStates(7880);
                  break;
               case 79:
                  if (curChar == 46 && kind > 52)
                     kind = 52;
                  break;
               case 80:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++79;
                  break;
               case 81:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(8182);
                  break;
               case 82:
                  if (curChar != 46)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(8384);
                  break;
               case 83:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(8384);
                  break;
               case 85:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(86);
                  break;
               case 86:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(86);
                  break;
               case 87:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(8788);
                  break;
               case 89:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(90);
                  break;
               case 90:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(90);
                  break;
               case 91:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddStates(5964);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                  {
                     if (kind > 57)
                        kind = 57;
                     jjCheckNAdd(16);
                  }
                  else if (curChar == 123)
                     jjAddStates(8387);
                  else if (curChar == 92)
                     jjCheckNAddStates(8891);
                  if (curChar == 101)
                     jjAddStates(9294);
                  else if (curChar == 123)
                     jjstateSet[jjnewStateCnt++18;
                  else if (curChar == 115)
                     jjstateSet[jjnewStateCnt++8;
                  else if (curChar == 105)
                     jjstateSet[jjnewStateCnt++4;
                  break;
               case 1:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 4:
                  if (curChar == 102 && kind > 47)
                     kind = 47;
                  break;
               case 5:
                  if (curChar == 105)
                     jjstateSet[jjnewStateCnt++4;
                  break;
               case 6:
                  if (curChar == 112 && kind > 50)
                     kind = 50;
                  break;
               case 7:
                  if (curChar == 111)
                     jjstateSet[jjnewStateCnt++6;
                  break;
               case 8:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++8;
                  break;
               case 12:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(9596);
                  break;
               case 15:
               case 16:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 57)
                     kind = 57;
                  jjCheckNAdd(16);
                  break;
               case 17:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++18;
                  break;
               case 18:
               case 19:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                     jjCheckNAddTwoStates(1920);
                  break;
               case 20:
                  if (curChar == 125 && kind > 58)
                     kind = 58;
                  break;
               case 21:
                  if (curChar == 92)
                     jjCheckNAddStates(8891);
                  break;
               case 22:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2223);
                  break;
               case 24:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2425);
                  break;
               case 26:
                  if (curChar == 92)
                     jjAddStates(9798);
                  break;
               case 29:
                  if (curChar == 101)
                     jjAddStates(9294);
                  break;
               case 30:
                  if (curChar != 100)
                     break;
                  if (kind > 46)
                     kind = 46;
                  jjCheckNAddStates(7173);
                  break;
               case 35:
                  if (curChar == 110)
                     jjstateSet[jjnewStateCnt++30;
                  break;
               case 36:
                  if (curChar == 102 && kind > 48)
                     kind = 48;
                  break;
               case 37:
                  if (curChar == 105)
                     jjstateSet[jjnewStateCnt++36;
                  break;
               case 38:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++37;
                  break;
               case 39:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++38;
                  break;
               case 40:
                  if (curChar == 108)
                     jjstateSet[jjnewStateCnt++39;
                  break;
               case 41:
                  if (curChar != 101)
                     break;
                  if (kind > 49)
                     kind = 49;
                  jjCheckNAddStates(7476);
                  break;
               case 46:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++41;
                  break;
               case 47:
                  if (curChar == 108)
                     jjstateSet[jjnewStateCnt++46;
                  break;
               case 48:
                  if (curChar == 123)
                     jjAddStates(8387);
                  break;
               case 49:
                  if (curChar != 125)
                     break;
                  if (kind > 46)
                     kind = 46;
                  jjCheckNAddStates(7779);
                  break;
               case 52:
                  if (curChar == 100)
                     jjstateSet[jjnewStateCnt++49;
                  break;
               case 53:
                  if (curChar == 110)
                     jjstateSet[jjnewStateCnt++52;
                  break;
               case 54:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++53;
                  break;
               case 55:
                  if (curChar == 125 && kind > 47)
                     kind = 47;
                  break;
               case 56:
                  if (curChar == 102)
                     jjstateSet[jjnewStateCnt++55;
                  break;
               case 57:
                  if (curChar == 105)
                     jjstateSet[jjnewStateCnt++56;
                  break;
               case 58:
                  if (curChar == 125 && kind > 48)
                     kind = 48;
                  break;
               case 59:
                  if (curChar == 102)
                     jjstateSet[jjnewStateCnt++58;
                  break;
               case 60:
                  if (curChar == 105)
                     jjstateSet[jjnewStateCnt++59;
                  break;
               case 61:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++60;
                  break;
               case 62:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++61;
                  break;
               case 63:
                  if (curChar == 108)
                     jjstateSet[jjnewStateCnt++62;
                  break;
               case 64:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++63;
                  break;
               case 65:
                  if (curChar != 125)
                     break;
                  if (kind > 49)
                     kind = 49;
                  jjCheckNAddStates(8082);
                  break;
               case 68:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++65;
                  break;
               case 69:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++68;
                  break;
               case 70:
                  if (curChar == 108)
                     jjstateSet[jjnewStateCnt++69;
                  break;
               case 71:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++70;
                  break;
               case 72:
                  if (curChar == 125 && kind > 50)
                     kind = 50;
                  break;
               case 73:
                  if (curChar == 112)
                     jjstateSet[jjnewStateCnt++72;
                  break;
               case 74:
                  if (curChar == 111)
                     jjstateSet[jjnewStateCnt++73;
                  break;
               case 75:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++74;
                  break;
               case 76:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++75;
                  break;
               case 84:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(99100);
                  break;
               case 88:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(101102);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 1:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 92 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_3(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x180000L!= 0L)
            return 14;
         if ((active0 & 0x70000L!= 0L)
            return 33;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_3(int pos, long active0)
{
   return jjMoveNfa_3(jjStopStringLiteralDfa_3(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_3(int pos, int kind, int state)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) { return pos + 1}
   return jjMoveNfa_3(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_3()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_3(0x50000L);
      case 92:
         jjmatchedKind = 20;
         return jjMoveStringLiteralDfa1_3(0x80000L);
      default :
         return jjMoveNfa_3(220);
   }
}
private final int jjMoveStringLiteralDfa1_3(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_3(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_3(11631);
         break;
      case 92:
         if ((active0 & 0x80000L!= 0L)
            return jjStartNfaWithStates_3(11934);
         break;
      default :
         break;
   }
   return jjStartNfa_3(0, active0);
}
private final int jjMoveNfa_3(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 34;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 22:
                  if ((0xffffffe7ffffffffL & l!= 0L)
                  {
                     if (kind > 21)
                        kind = 21;
                     jjCheckNAdd(12);
                  }
                  else if (curChar == 35)
                     jjCheckNAddStates(103105);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(2728);
                  }
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 14:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2728);
                  else if (curChar == 35)
                     jjAddStates(106107);
                  if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                  }
                  break;
               case 34:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2728);
                  if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                  }
                  break;
               case 33:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++31;
                  break;
               case 0:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 1:
                  if (curChar == 35)
                     jjCheckNAddTwoStates(611);
                  break;
               case 3:
                  if (curChar == 32)
                     jjAddStates(108109);
                  break;
               case 4:
                  if (curChar == 40 && kind > 12)
                     kind = 12;
                  break;
               case 12:
                  if ((0xffffffe7ffffffffL & l== 0L)
                     break;
                  if (kind > 21)
                     kind = 21;
                  jjCheckNAdd(12);
                  break;
               case 15:
                  if (curChar == 35)
                     jjAddStates(106107);
                  break;
               case 17:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 11)
                     kind = 11;
                  jjstateSet[jjnewStateCnt++17;
                  break;
               case 20:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjAddStates(110111);
                  break;
               case 24:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 26:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2728);
                  break;
               case 28:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 29:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(2728);
                  break;
               case 30:
                  if (curChar == 35)
                     jjCheckNAddStates(103105);
                  break;
               case 31:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++32;
                  break;
               case 32:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 22:
                  if ((0xffffffffefffffffL & l!= 0L)
                  {
                     if (kind > 21)
                        kind = 21;
                     jjCheckNAdd(12);
                  }
                  else if (curChar == 92)
                     jjCheckNAddStates(112115);
                  if (curChar == 92)
                     jjAddStates(116117);
                  break;
               case 14:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2526);
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2324);
                  if (curChar == 92)
                     jjstateSet[jjnewStateCnt++13;
                  break;
               case 34:
                  if (curChar == 92)
                     jjAddStates(116117);
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2526);
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2324);
                  break;
               case 33:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  else if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 2:
                  if (curChar == 116)
                     jjCheckNAddTwoStates(34);
                  break;
               case 5:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 6:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 7:
                  if (curChar == 125)
                     jjCheckNAddTwoStates(34);
                  break;
               case 8:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++8;
                  break;
               case 10:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++9;
                  break;
               case 11:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  break;
               case 12:
                  if ((0xffffffffefffffffL & l== 0L)
                     break;
                  if (kind > 21)
                     kind = 21;
                  jjCheckNAdd(12);
                  break;
               case 13:
                  if (curChar == 92)
                     jjAddStates(116117);
                  break;
               case 16:
               case 17:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 11)
                     kind = 11;
                  jjCheckNAdd(17);
                  break;
               case 18:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++19;
                  break;
               case 19:
               case 20:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                     jjCheckNAddTwoStates(2021);
                  break;
               case 21:
                  if (curChar == 125 && kind > 11)
                     kind = 11;
                  break;
               case 23:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2324);
                  break;
               case 25:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(2526);
                  break;
               case 27:
                  if (curChar == 92)
                     jjAddStates(118119);
                  break;
               case 32:
                  if (kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 22:
               case 12:
                  if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
                     break;
                  if (kind > 21)
                     kind = 21;
                  jjCheckNAdd(12);
                  break;
               case 32:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 34 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_7(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 2;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_7(int pos, long active0)
{
   return jjMoveNfa_7(jjStopStringLiteralDfa_7(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_7(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_7(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_7()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_7(0x50000L);
      case 42:
         return jjMoveStringLiteralDfa1_7(0x800000L);
      default :
         return jjMoveNfa_7(30);
   }
}
private final int jjMoveStringLiteralDfa1_7(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_7(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         else if ((active0 & 0x800000L!= 0L)
            return jjStopAtPos(123);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_7(1160);
         break;
      default :
         break;
   }
   return jjStartNfa_7(0, active0);
}
private final int jjMoveNfa_7(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 12;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(910);
                  }
                  else if (curChar == 35)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 0:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++1;
                  break;
               case 1:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 2:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++0;
                  break;
               case 6:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 8:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(910);
                  break;
               case 10:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 11:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(910);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if (curChar == 92)
                     jjCheckNAddStates(5356);
                  break;
               case 1:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 5:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(56);
                  break;
               case 7:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(78);
                  break;
               case 9:
                  if (curChar == 92)
                     jjAddStates(5758);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 1:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 12 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_8(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 2;
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_8(int pos, long active0)
{
   return jjMoveNfa_8(jjStopStringLiteralDfa_8(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_8(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_8(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_8()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_8(0x50000L);
      default :
         return jjMoveNfa_8(30);
   }
}
private final int jjMoveStringLiteralDfa1_8(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_8(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_8(1160);
         break;
      default :
         break;
   }
   return jjStartNfa_8(0, active0);
}
private final int jjMoveNfa_8(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 15;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if ((0x2400L & l!= 0L)
                  {
                     if (kind > 22)
                        kind = 22;
                  }
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(1213);
                  }
                  else if (curChar == 35)
                     jjstateSet[jjnewStateCnt++2;
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 0:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++1;
                  break;
               case 1:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 2:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++0;
                  break;
               case 4:
                  if ((0x2400L & l!= 0L && kind > 22)
                     kind = 22;
                  break;
               case 5:
                  if (curChar == 10 && kind > 22)
                     kind = 22;
                  break;
               case 6:
                  if (curChar == 13)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 9:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 11:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(1213);
                  break;
               case 13:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 14:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(1213);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 3:
                  if (curChar == 92)
                     jjCheckNAddStates(120123);
                  break;
               case 1:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 8:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(89);
                  break;
               case 10:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(1011);
                  break;
               case 12:
                  if (curChar == 92)
                     jjAddStates(124125);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 1:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 15 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_4(int pos, long active0, long active1)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 27;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            return 13;
         }
         return -1;
      case 1:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 1;
            return 13;
         }
         if ((active0 & 0x10000L!= 0L)
            return 25;
         return -1;
      case 2:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 2;
            return 13;
         }
         return -1;
      case 3:
         if ((active0 & 0x10000000L!= 0L)
            return 13;
         if ((active0 & 0x20000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 3;
            return 13;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_4(int pos, long active0, long active1)
{
   return jjMoveNfa_4(jjStopStringLiteralDfa_4(pos, active0, active1), pos + 1);
}
private final int jjStartNfaWithStates_4(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_4(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_4()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_4(0x50000L);
      case 102:
         return jjMoveStringLiteralDfa1_4(0x20000000L);
      case 116:
         return jjMoveStringLiteralDfa1_4(0x10000000L);
      case 123:
         return jjStopAtPos(064);
      case 125:
         return jjStopAtPos(065);
      default :
         return jjMoveNfa_4(120);
   }
}
private final int jjMoveStringLiteralDfa1_4(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_4(0, active0, 0L);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_4(11625);
         break;
      case 97:
         return jjMoveStringLiteralDfa2_4(active0, 0x20000000L);
      case 114:
         return jjMoveStringLiteralDfa2_4(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_4(0, active0, 0L);
}
private final int jjMoveStringLiteralDfa2_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_4(0, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_4(1, active0, 0L);
      return 2;
   }
   switch(curChar)
   {
      case 108:
         return jjMoveStringLiteralDfa3_4(active0, 0x20000000L);
      case 117:
         return jjMoveStringLiteralDfa3_4(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_4(1, active0, 0L);
}
private final int jjMoveStringLiteralDfa3_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_4(1, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_4(2, active0, 0L);
      return 3;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x10000000L!= 0L)
            return jjStartNfaWithStates_4(32813);
         break;
      case 115:
         return jjMoveStringLiteralDfa4_4(active0, 0x20000000L);
      default :
         break;
   }
   return jjStartNfa_4(2, active0, 0L);
}
private final int jjMoveStringLiteralDfa4_4(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_4(2, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_4(3, active0, 0L);
      return 4;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x20000000L!= 0L)
            return jjStartNfaWithStates_4(42913);
         break;
      default :
         break;
   }
   return jjStartNfa_4(3, active0, 0L);
}
private final int jjMoveNfa_4(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 28;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 12:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  else if (curChar == 35)
                     jjCheckNAddStates(126128);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(2122);
                  }
                  else if (curChar == 46)
                     jjstateSet[jjnewStateCnt++15;
                  break;
               case 27:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++25;
                  break;
               case 0:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 1:
                  if (curChar == 35)
                     jjCheckNAddTwoStates(611);
                  break;
               case 3:
                  if (curChar == 32)
                     jjAddStates(108109);
                  break;
               case 4:
                  if (curChar == 40 && kind > 12)
                     kind = 12;
                  break;
               case 13:
                  if ((0x3ff200000000000L & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjstateSet[jjnewStateCnt++13;
                  break;
               case 14:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++15;
                  break;
               case 18:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 20:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2122);
                  break;
               case 22:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 23:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(2122);
                  break;
               case 24:
                  if (curChar == 35)
                     jjCheckNAddStates(126128);
                  break;
               case 25:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++26;
                  break;
               case 26:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 12:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                  {
                     if (kind > 62)
                        kind = 62;
                     jjCheckNAdd(13);
                  }
                  else if (curChar == 92)
                     jjCheckNAddStates(129132);
                  break;
               case 27:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  else if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 2:
                  if (curChar == 116)
                     jjCheckNAddTwoStates(34);
                  break;
               case 5:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 6:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 7:
                  if (curChar == 125)
                     jjCheckNAddTwoStates(34);
                  break;
               case 8:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++8;
                  break;
               case 10:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++9;
                  break;
               case 11:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  break;
               case 13:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjCheckNAdd(13);
                  break;
               case 15:
                  if ((0x7fffffe07fffffeL & l!= 0L && kind > 63)
                     kind = 63;
                  break;
               case 16:
                  if (curChar == 92)
                     jjCheckNAddStates(129132);
                  break;
               case 17:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(1718);
                  break;
               case 19:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(1920);
                  break;
               case 21:
                  if (curChar == 92)
                     jjAddStates(133134);
                  break;
               case 26:
                  if (kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 26:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 28 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_1(int pos, long active0)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 48;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            return 36;
         }
         if ((active0 & 0x10L!= 0L)
            return 70;
         return -1;
      case 1:
         if ((active0 & 0x10000L!= 0L)
            return 46;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 1;
            return 36;
         }
         return -1;
      case 2:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 2;
            return 36;
         }
         return -1;
      case 3:
         if ((active0 & 0x10000000L!= 0L)
            return 36;
         if ((active0 & 0x20000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 3;
            return 36;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_1(int pos, long active0)
{
   return jjMoveNfa_1(jjStopStringLiteralDfa_1(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_1(int pos, int kind, int state)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) { return pos + 1}
   return jjMoveNfa_1(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_1()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_1(0x50000L);
      case 41:
         return jjStopAtPos(010);
      case 44:
         return jjStopAtPos(03);
      case 46:
         return jjMoveStringLiteralDfa1_1(0x10L);
      case 58:
         return jjStopAtPos(05);
      case 91:
         return jjStopAtPos(01);
      case 93:
         return jjStopAtPos(02);
      case 102:
         return jjMoveStringLiteralDfa1_1(0x20000000L);
      case 116:
         return jjMoveStringLiteralDfa1_1(0x10000000L);
      case 123:
         return jjStopAtPos(06);
      case 125:
         return jjStopAtPos(07);
      default :
         return jjMoveNfa_1(130);
   }
}
private final int jjMoveStringLiteralDfa1_1(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(0, active0);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_1(11646);
         break;
      case 46:
         if ((active0 & 0x10L!= 0L)
            return jjStopAtPos(14);
         break;
      case 97:
         return jjMoveStringLiteralDfa2_1(active0, 0x20000000L);
      case 114:
         return jjMoveStringLiteralDfa2_1(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_1(0, active0);
}
private final int jjMoveStringLiteralDfa2_1(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_1(0, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(1, active0);
      return 2;
   }
   switch(curChar)
   {
      case 108:
         return jjMoveStringLiteralDfa3_1(active0, 0x20000000L);
      case 117:
         return jjMoveStringLiteralDfa3_1(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_1(1, active0);
}
private final int jjMoveStringLiteralDfa3_1(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_1(1, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(2, active0);
      return 3;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x10000000L!= 0L)
            return jjStartNfaWithStates_1(32836);
         break;
      case 115:
         return jjMoveStringLiteralDfa4_1(active0, 0x20000000L);
      default :
         break;
   }
   return jjStartNfa_1(2, active0);
}
private final int jjMoveStringLiteralDfa4_1(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_1(2, old0)
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_1(3, active0);
      return 4;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x20000000L!= 0L)
            return jjStartNfaWithStates_1(42936);
         break;
      default :
         break;
   }
   return jjStartNfa_1(3, active0);
}
private final int jjMoveNfa_1(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 71;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 13:
                  if ((0x3ff000000000000L & l!= 0L)
                  {
                     if (kind > 52)
                        kind = 52;
                     jjCheckNAddStates(135140);
                  }
                  else if ((0x100002600L & l!= 0L)
                  {
                     if (kind > 26)
                        kind = 26;
                     jjCheckNAdd(12);
                  }
                  else if (curChar == 46)
                     jjCheckNAddTwoStates(6070);
                  else if (curChar == 45)
                     jjCheckNAddStates(141144);
                  else if (curChar == 35)
                     jjCheckNAddStates(145147);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(4243);
                  }
                  else if (curChar == 39)
                     jjCheckNAddStates(148150);
                  else if (curChar == 34)
                     jjCheckNAddStates(151153);
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 70:
               case 60:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(6061);
                  break;
               case 48:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++46;
                  break;
               case 0:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 1:
                  if (curChar == 35)
                     jjCheckNAddTwoStates(611);
                  break;
               case 3:
                  if (curChar == 32)
                     jjAddStates(108109);
                  break;
               case 4:
                  if (curChar == 40 && kind > 12)
                     kind = 12;
                  break;
               case 12:
                  if ((0x100002600L & l== 0L)
                     break;
                  if (kind > 26)
                     kind = 26;
                  jjCheckNAdd(12);
                  break;
               case 14:
                  if ((0xfffffffbffffffffL & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 15:
                  if (curChar == 34 && kind > 27)
                     kind = 27;
                  break;
               case 17:
                  if ((0x8400000000L & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 18:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAddStates(154157);
                  break;
               case 19:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 20:
                  if ((0xf000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++21;
                  break;
               case 21:
                  if ((0xff000000000000L & l!= 0L)
                     jjCheckNAdd(19);
                  break;
               case 23:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++24;
                  break;
               case 24:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++25;
                  break;
               case 25:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjstateSet[jjnewStateCnt++26;
                  break;
               case 26:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 27:
                  if (curChar == 32)
                     jjAddStates(118119);
                  break;
               case 28:
                  if (curChar == 10)
                     jjCheckNAddStates(151153);
                  break;
               case 29:
                  if (curChar == 39)
                     jjCheckNAddStates(148150);
                  break;
               case 30:
                  if ((0xffffff7fffffffffL & l!= 0L)
                     jjCheckNAddStates(148150);
                  break;
               case 32:
                  if (curChar == 32)
                     jjAddStates(158159);
                  break;
               case 33:
                  if (curChar == 10)
                     jjCheckNAddStates(148150);
                  break;
               case 34:
                  if (curChar == 39 && kind > 27)
                     kind = 27;
                  break;
               case 36:
                  if ((0x3ff200000000000L & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjstateSet[jjnewStateCnt++36;
                  break;
               case 39:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 41:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(4243);
                  break;
               case 43:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 44:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(4243);
                  break;
               case 45:
                  if (curChar == 35)
                     jjCheckNAddStates(145147);
                  break;
               case 46:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++47;
                  break;
               case 47:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               case 49:
                  if (curChar == 45)
                     jjCheckNAddStates(141144);
                  break;
               case 50:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddTwoStates(5052);
                  break;
               case 51:
                  if (curChar == 46 && kind > 52)
                     kind = 52;
                  break;
               case 52:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++51;
                  break;
               case 53:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(5354);
                  break;
               case 54:
                  if (curChar != 46)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(5556);
                  break;
               case 55:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAddTwoStates(5556);
                  break;
               case 57:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(58);
                  break;
               case 58:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(58);
                  break;
               case 59:
                  if (curChar == 46)
                     jjCheckNAdd(60);
                  break;
               case 62:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(63);
                  break;
               case 63:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(63);
                  break;
               case 64:
                  if ((0x3ff000000000000L & l!= 0L)
                     jjCheckNAddTwoStates(6465);
                  break;
               case 66:
                  if ((0x280000000000L & l!= 0L)
                     jjCheckNAdd(67);
                  break;
               case 67:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 53)
                     kind = 53;
                  jjCheckNAdd(67);
                  break;
               case 68:
                  if ((0x3ff000000000000L & l== 0L)
                     break;
                  if (kind > 52)
                     kind = 52;
                  jjCheckNAddStates(135140);
                  break;
               case 69:
                  if (curChar == 46)
                     jjCheckNAddTwoStates(6070);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 13:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                  {
                     if (kind > 62)
                        kind = 62;
                     jjCheckNAdd(36);
                  }
                  else if (curChar == 92)
                     jjCheckNAddStates(160163);
                  break;
               case 70:
                  if ((0x7fffffe07fffffeL & l!= 0L && kind > 63)
                     kind = 63;
                  break;
               case 48:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  else if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 2:
                  if (curChar == 116)
                     jjCheckNAddTwoStates(34);
                  break;
               case 5:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 6:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 7:
                  if (curChar == 125)
                     jjCheckNAddTwoStates(34);
                  break;
               case 8:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++8;
                  break;
               case 10:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++9;
                  break;
               case 11:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  break;
               case 14:
                  jjCheckNAddStates(151153);
                  break;
               case 16:
                  if (curChar == 92)
                     jjAddStates(164169);
                  break;
               case 17:
                  if ((0x14404410000000L & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 22:
                  if (curChar == 117)
                     jjstateSet[jjnewStateCnt++23;
                  break;
               case 23:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++24;
                  break;
               case 24:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++25;
                  break;
               case 25:
                  if ((0x7e0000007eL & l!= 0L)
                     jjstateSet[jjnewStateCnt++26;
                  break;
               case 26:
                  if ((0x7e0000007eL & l!= 0L)
                     jjCheckNAddStates(151153);
                  break;
               case 30:
                  jjAddStates(148150);
                  break;
               case 31:
                  if (curChar == 92)
                     jjAddStates(158159);
                  break;
               case 35:
               case 36:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjCheckNAdd(36);
                  break;
               case 37:
                  if (curChar == 92)
                     jjCheckNAddStates(160163);
                  break;
               case 38:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(3839);
                  break;
               case 40:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(4041);
                  break;
               case 42:
                  if (curChar == 92)
                     jjAddStates(170171);
                  break;
               case 47:
                  if (kind > 15)
                     kind = 15;
                  break;
               case 56:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(172173);
                  break;
               case 61:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(174175);
                  break;
               case 65:
                  if ((0x2000000020L & l!= 0L)
                     jjAddStates(2728);
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 14:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(151153);
                  break;
               case 30:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))
                     jjAddStates(148150);
                  break;
               case 47:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 71 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
private final int jjStopStringLiteralDfa_2(int pos, long active0, long active1)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x70000L!= 0L)
            return 27;
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            return 13;
         }
         return -1;
      case 1:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 1;
            return 13;
         }
         if ((active0 & 0x10000L!= 0L)
            return 25;
         return -1;
      case 2:
         if ((active0 & 0x30000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 2;
            return 13;
         }
         return -1;
      case 3:
         if ((active0 & 0x10000000L!= 0L)
            return 13;
         if ((active0 & 0x20000000L!= 0L)
         {
            jjmatchedKind = 62;
            jjmatchedPos = 3;
            return 13;
         }
         return -1;
      default :
         return -1;
   }
}
private final int jjStartNfa_2(int pos, long active0, long active1)
{
   return jjMoveNfa_2(jjStopStringLiteralDfa_2(pos, active0, active1), pos + 1);
}
private final int jjStartNfaWithStates_2(int pos, int kind, int state)
{
   jjmatchedKind = kind;
   jjmatchedPos = pos;
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) { return pos + 1}
   return jjMoveNfa_2(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_2()
{
   switch(curChar)
   {
      case 35:
         jjmatchedKind = 17;
         return jjMoveStringLiteralDfa1_2(0x50000L);
      case 40:
         return jjStopAtPos(08);
      case 102:
         return jjMoveStringLiteralDfa1_2(0x20000000L);
      case 116:
         return jjMoveStringLiteralDfa1_2(0x10000000L);
      case 123:
         return jjStopAtPos(064);
      case 125:
         return jjStopAtPos(065);
      default :
         return jjMoveNfa_2(120);
   }
}
private final int jjMoveStringLiteralDfa1_2(long active0)
{
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(0, active0, 0L);
      return 1;
   }
   switch(curChar)
   {
      case 35:
         if ((active0 & 0x40000L!= 0L)
            return jjStopAtPos(118);
         break;
      case 42:
         if ((active0 & 0x10000L!= 0L)
            return jjStartNfaWithStates_2(11625);
         break;
      case 97:
         return jjMoveStringLiteralDfa2_2(active0, 0x20000000L);
      case 114:
         return jjMoveStringLiteralDfa2_2(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_2(0, active0, 0L);
}
private final int jjMoveStringLiteralDfa2_2(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_2(0, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(1, active0, 0L);
      return 2;
   }
   switch(curChar)
   {
      case 108:
         return jjMoveStringLiteralDfa3_2(active0, 0x20000000L);
      case 117:
         return jjMoveStringLiteralDfa3_2(active0, 0x10000000L);
      default :
         break;
   }
   return jjStartNfa_2(1, active0, 0L);
}
private final int jjMoveStringLiteralDfa3_2(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_2(1, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(2, active0, 0L);
      return 3;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x10000000L!= 0L)
            return jjStartNfaWithStates_2(32813);
         break;
      case 115:
         return jjMoveStringLiteralDfa4_2(active0, 0x20000000L);
      default :
         break;
   }
   return jjStartNfa_2(2, active0, 0L);
}
private final int jjMoveStringLiteralDfa4_2(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return jjStartNfa_2(2, old0, 0L);
   try curChar = input_stream.readChar()}
   catch(java.io.IOException e) {
      jjStopStringLiteralDfa_2(3, active0, 0L);
      return 4;
   }
   switch(curChar)
   {
      case 101:
         if ((active0 & 0x20000000L!= 0L)
            return jjStartNfaWithStates_2(42913);
         break;
      default :
         break;
   }
   return jjStartNfa_2(3, active0, 0L);
}
private final int jjMoveNfa_2(int startState, int curPos)
{
   int[] nextStates;
   int startsAt = 0;
   jjnewStateCnt = 28;
   int i = 1;
   jjstateSet[0= startState;
   int j, kind = 0x7fffffff;
   for (;;)
   {
      if (++jjround == 0x7fffffff)
         ReInitRounds();
      if (curChar < 64)
      {
         long l = 1L << curChar;
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 12:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  else if (curChar == 35)
                     jjCheckNAddStates(126128);
                  else if (curChar == 36)
                  {
                     if (kind > 13)
                        kind = 13;
                     jjCheckNAddTwoStates(2122);
                  }
                  else if (curChar == 46)
                     jjstateSet[jjnewStateCnt++15;
                  break;
               case 27:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++25;
                  break;
               case 0:
                  if ((0x100000200L & l!= 0L)
                     jjCheckNAddTwoStates(01);
                  break;
               case 1:
                  if (curChar == 35)
                     jjCheckNAddTwoStates(611);
                  break;
               case 3:
                  if (curChar == 32)
                     jjAddStates(108109);
                  break;
               case 4:
                  if (curChar == 40 && kind > 12)
                     kind = 12;
                  break;
               case 13:
                  if ((0x3ff200000000000L & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjstateSet[jjnewStateCnt++13;
                  break;
               case 14:
                  if (curChar == 46)
                     jjstateSet[jjnewStateCnt++15;
                  break;
               case 18:
                  if (curChar == 36 && kind > 13)
                     kind = 13;
                  break;
               case 20:
                  if (curChar == 36)
                     jjCheckNAddTwoStates(2122);
                  break;
               case 22:
                  if (curChar == 33 && kind > 14)
                     kind = 14;
                  break;
               case 23:
                  if (curChar != 36)
                     break;
                  if (kind > 13)
                     kind = 13;
                  jjCheckNAddTwoStates(2122);
                  break;
               case 24:
                  if (curChar == 35)
                     jjCheckNAddStates(126128);
                  break;
               case 25:
                  if (curChar == 42)
                     jjstateSet[jjnewStateCnt++26;
                  break;
               case 26:
                  if ((0xfffffff7ffffffffL & l!= 0L && kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else if (curChar < 128)
      {
         long l = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 12:
                  if ((0x7fffffe87fffffeL & l!= 0L)
                  {
                     if (kind > 62)
                        kind = 62;
                     jjCheckNAdd(13);
                  }
                  else if (curChar == 92)
                     jjCheckNAddStates(129132);
                  break;
               case 27:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  else if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 2:
                  if (curChar == 116)
                     jjCheckNAddTwoStates(34);
                  break;
               case 5:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++2;
                  break;
               case 6:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++5;
                  break;
               case 7:
                  if (curChar == 125)
                     jjCheckNAddTwoStates(34);
                  break;
               case 8:
                  if (curChar == 116)
                     jjstateSet[jjnewStateCnt++7;
                  break;
               case 9:
                  if (curChar == 101)
                     jjstateSet[jjnewStateCnt++8;
                  break;
               case 10:
                  if (curChar == 115)
                     jjstateSet[jjnewStateCnt++9;
                  break;
               case 11:
                  if (curChar == 123)
                     jjstateSet[jjnewStateCnt++10;
                  break;
               case 13:
                  if ((0x7fffffe87fffffeL & l== 0L)
                     break;
                  if (kind > 62)
                     kind = 62;
                  jjCheckNAdd(13);
                  break;
               case 15:
                  if ((0x7fffffe07fffffeL & l!= 0L && kind > 63)
                     kind = 63;
                  break;
               case 16:
                  if (curChar == 92)
                     jjCheckNAddStates(129132);
                  break;
               case 17:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(1718);
                  break;
               case 19:
                  if (curChar == 92)
                     jjCheckNAddTwoStates(1920);
                  break;
               case 21:
                  if (curChar == 92)
                     jjAddStates(133134);
                  break;
               case 26:
                  if (kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      else
      {
         int hiByte = (int)(curChar >> 8);
         int i1 = hiByte >> 6;
         long l1 = 1L << (hiByte & 077);
         int i2 = (curChar & 0xff>> 6;
         long l2 = 1L << (curChar & 077);
         MatchLoop: do
         {
            switch(jjstateSet[--i])
            {
               case 26:
                  if (jjCanMove_0(hiByte, i1, i2, l1, l2&& kind > 15)
                     kind = 15;
                  break;
               default break;
            }
         while(i != startsAt);
      }
      if (kind != 0x7fffffff)
      {
         jjmatchedKind = kind;
         jjmatchedPos = curPos;
         kind = 0x7fffffff;
      }
      ++curPos;
      if ((i = jjnewStateCnt== (startsAt = 28 (jjnewStateCnt = startsAt)))
         return curPos;
      try curChar = input_stream.readChar()}
      catch(java.io.IOException e) { return curPos; }
   }
}
static final int[] jjnextStates = {
   87899091969787905796272831111213
   12411161213242529306667697071
   72838580817778141517192425606173
   749495989956789107880818287
   88788110871920313234424345503251
   66436754576471762223242535404713
   14262785868990611331618342021
   23242526141527288910111213611
   27171819202122505253546465505359
   6461148303134141516141915163233
   38394041171820222728424357586263
};
private static final boolean jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2)
{
   switch(hiByte)
   {
      case 0:
         return ((jjbitVec2[i2& l2!= 0L);
      default 
         if ((jjbitVec0[i1& l1!= 0L)
            return true;
         return false;
   }
}
public static final String[] jjstrLiteralImages = {
null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, null, null, null, null, null, null, null, null, null, null, null, null, null, 
null, null, null, null, null, null, null, null, null, null, null, null, null, };
public static final String[] lexStateNames = {
   "DIRECTIVE"
   "REFMOD2"
   "REFMODIFIER"
   "DEFAULT"
   "REFERENCE"
   "PRE_DIRECTIVE"
   "IN_MULTI_LINE_COMMENT"
   "IN_FORMAL_COMMENT"
   "IN_SINGLE_LINE_COMMENT"
};
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
};
static final long[] jjtoToken = {
   0xc637fffffdfc1fffL0x3L
};
static final long[] jjtoSkip = {
   0x2000000L0xcL
};
static final long[] jjtoSpecial = {
   0x0L0xcL
};
static final long[] jjtoMore = {
   0x3e000L0x0L
};
protected CharStream input_stream;
private final int[] jjrounds = new int[101];
private final int[] jjstateSet = new int[202];
StringBuffer image;
int jjimageLen;
int lengthOfMatch;
protected char curChar;
public ParserTokenManager(CharStream stream)
{
   input_stream = stream;
}
public ParserTokenManager(CharStream stream, int lexState)
{
   this(stream);
   SwitchTo(lexState);
}
public void ReInit(CharStream stream)
{
   jjmatchedPos = jjnewStateCnt = 0;
   curLexState = defaultLexState;
   input_stream = stream;
   ReInitRounds();
}
private final void ReInitRounds()
{
   int i;
   jjround = 0x80000001;
   for (i = 101; i-- > 0;)
      jjrounds[i0x80000000;
}
public void ReInit(CharStream stream, int lexState)
{
   ReInit(stream);
   SwitchTo(lexState);
}
public void SwitchTo(int lexState)
{
   if (lexState >= || lexState < 0)
      throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
   else
      curLexState = lexState;
}

protected Token jjFillToken()
{
   Token t = Token.newToken(jjmatchedKind);
   t.kind = jjmatchedKind;
   String im = jjstrLiteralImages[jjmatchedKind];
   t.image = (im == null? input_stream.GetImage() : im;
   t.beginLine = input_stream.getBeginLine();
   t.beginColumn = input_stream.getBeginColumn();
   t.endLine = input_stream.getEndLine();
   t.endColumn = input_stream.getEndColumn();
   return t;
}

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

public Token getNextToken() 
{
  int kind;
  Token specialToken = null;
  Token matchedToken;
  int curPos = 0;

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

   for (;;)
   {
     switch(curLexState)
     {
       case 0:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_0();
         break;
       case 1:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_1();
         if (jjmatchedPos == && jjmatchedKind > 66)
         {
            jjmatchedKind = 66;
         }
         break;
       case 2:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_2();
         if (jjmatchedPos == && jjmatchedKind > 66)
         {
            jjmatchedKind = 66;
         }
         break;
       case 3:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_3();
         break;
       case 4:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_4();
         if (jjmatchedPos == && jjmatchedKind > 66)
         {
            jjmatchedKind = 66;
         }
         break;
       case 5:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_5();
         if (jjmatchedPos == && jjmatchedKind > 67)
         {
            jjmatchedKind = 67;
         }
         break;
       case 6:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_6();
         if (jjmatchedPos == && jjmatchedKind > 25)
         {
            jjmatchedKind = 25;
         }
         break;
       case 7:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_7();
         if (jjmatchedPos == && jjmatchedKind > 25)
         {
            jjmatchedKind = 25;
         }
         break;
       case 8:
         jjmatchedKind = 0x7fffffff;
         jjmatchedPos = 0;
         curPos = jjMoveStringLiteralDfa0_8();
         if (jjmatchedPos == && jjmatchedKind > 25)
         {
            jjmatchedKind = 25;
         }
         break;
     }
     if (jjmatchedKind != 0x7fffffff)
     {
        if (jjmatchedPos + < curPos)
           input_stream.backup(curPos - jjmatchedPos - 1);
        if ((jjtoToken[jjmatchedKind >> 6(1L << (jjmatchedKind & 077))) != 0L)
        {
           matchedToken = jjFillToken();
           matchedToken.specialToken = specialToken;
           TokenLexicalActions(matchedToken);
       if (jjnewLexState[jjmatchedKind!= -1)
         curLexState = jjnewLexState[jjmatchedKind];
           return matchedToken;
        }
        else if ((jjtoSkip[jjmatchedKind >> 6(1L << (jjmatchedKind & 077))) != 0L)
        {
           if ((jjtoSpecial[jjmatchedKind >> 6(1L << (jjmatchedKind & 077))) != 0L)
           {
              matchedToken = jjFillToken();
              if (specialToken == null)
                 specialToken = matchedToken;
              else
              {
                 matchedToken.specialToken = specialToken;
                 specialToken = (specialToken.next = matchedToken);
              }
              SkipLexicalActions(matchedToken);
           }
           else 
              SkipLexicalActions(null);
         if (jjnewLexState[jjmatchedKind!= -1)
           curLexState = jjnewLexState[jjmatchedKind];
           continue EOFLoop;
        }
        MoreLexicalActions();
      if (jjnewLexState[jjmatchedKind!= -1)
        curLexState = jjnewLexState[jjmatchedKind];
        curPos = 0;
        jjmatchedKind = 0x7fffffff;
        try {
           curChar = input_stream.readChar();
           continue;
        }
        catch (java.io.IOException e1) { }
     }
     int error_line = input_stream.getEndLine();
     int error_column = input_stream.getEndColumn();
     String error_after = null;
     boolean EOFSeen = false;
     try input_stream.readChar(); input_stream.backup(1)}
     catch (java.io.IOException e1) {
        EOFSeen = true;
        error_after = curPos <= "" : 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 <= "" : input_stream.GetImage();
     }
     throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
   }
  }
}

void SkipLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      case 66 :
         if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         * push every terminator character back into the stream
         */

        input_stream.backup(1);

        inReference = false;

        if debugPrint )
            System.out.print("REF_TERM :");

        stateStackPop();
         break;
      case 67 :
         if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        if debugPrint )
            System.out.print("DIRECTIVE_TERM :");

        input_stream.backup(1);
        inDirective = false;
        stateStackPop();
         break;
      default :
         break;
   }
}
void MoreLexicalActions()
{
   jjimageLen += (lengthOfMatch = jjmatchedPos + 1);
   switch(jjmatchedKind)
   {
      case 13 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
        if (! inComment)
        {
            /*
             * if we find ourselves in REFERENCE, we need to pop down
             * to end the previous ref
             */

            if (curLexState == REFERENCE)
            {
                inReference = false;
                stateStackPop();
            }

            inReference = true;

            if debugPrint )
                System.out.print"$  : going to " + REFERENCE );

            stateStackPush();
            SwitchTo(REFERENCE);
        }
         break;
      case 14 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
        if (! inComment)
        {
            /*
             * if we find ourselves in REFERENCE, we need to pop down
             * to end the previous ref
             */

            if (curLexState == REFERENCE)
            {
                inReference = false;
                stateStackPop();
            }

            inReference = true;

            if debugPrint )
                System.out.print"$!  : going to " + REFERENCE );

            stateStackPush();
            SwitchTo(REFERENCE);
        }
         break;
      case 15 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
        if (!inComment)
        {
                input_stream.backup(1);
                inComment = true;
                stateStackPush();
                SwitchToIN_FORMAL_COMMENT);
        }
         break;
      case 16 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
        if (!inComment)
        {
                inComment=true;
                stateStackPush();
                SwitchToIN_MULTI_LINE_COMMENT );
        }
         break;
      case 17 :
         if (image == null)
              image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen)));
         else
            image.append(input_stream.GetSuffix(jjimageLen));
         jjimageLen = 0;
        if (! inComment)
        {
            /*
             * We can have the situation where #if($foo)$foo#end.
             * We need to transition out of REFERENCE before going to DIRECTIVE.
             * I don't really like this, but I can't think of a legal way
             * you are going into DIRECTIVE while in REFERENCE.  -gmj
             */

            if (curLexState == REFERENCE || curLexState == REFMODIFIER )
            {
                inReference = false;
                stateStackPop();
            }

            inDirective = true;

            if debugPrint )
                System.out.print("# :  going to " + DIRECTIVE );

            stateStackPush();
            SwitchTo(PRE_DIRECTIVE);
        }
         break;
      default 
         break;
   }
}
void TokenLexicalActions(Token matchedToken)
{
   switch(jjmatchedKind)
   {
      case :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        if (!inComment)
            lparen++;

        /*
         * If in REFERENCE and we have seen the dot, then move
         * to REFMOD2 -> Modifier()
         */

        if (curLexState == REFMODIFIER )
            SwitchToREFMOD2 );
         break;
      case :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
       RPARENHandler();
         break;
      case 10 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         * need to simply switch back to REFERENCE, not drop down the stack
         * because we can (infinitely) chain, ala
         * $foo.bar().blargh().woogie().doogie()
         */

        SwitchToREFERENCE );
         break;
      case 12 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        if (! inComment)
        {
            inDirective = true;

            if debugPrint )
                System.out.print("#set :  going to " + DIRECTIVE );

            stateStackPush();
            inSet = true;
            SwitchTo(DIRECTIVE);
        }

        /*
         *  need the LPAREN action
         */

        if (!inComment)
        {
            lparen++;

            /*
             * If in REFERENCE and we have seen the dot, then move
             * to REFMOD2 -> Modifier()
             */

            if (curLexState == REFMODIFIER )
                SwitchToREFMOD2 );
        }
         break;
      case 18 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        if (!inComment)
        {
            if (curLexState == REFERENCE)
            {
                inReference = false;
                stateStackPop();
            }

            inComment = true;
            stateStackPush();
            SwitchTo(IN_SINGLE_LINE_COMMENT);
        }
         break;
      case 22 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
     inComment = false;
     stateStackPop();
         break;
      case 23 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
    inComment = false;
    stateStackPop();
         break;
      case 24 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
    inComment = false;
    stateStackPop();
         break;
      case 27 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         *  - if we are in DIRECTIVE and haven't seen ( yet, then also drop out.
         *      don't forget to account for the beloved yet wierd #set
         *  - finally, if we are in REFMOD2 (remember : $foo.bar( ) then " is ok!
         */

         ifcurLexState == DIRECTIVE && !inSet && lparen == 0)
            stateStackPop();
         break;
      case 30 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        if debugPrint )
            System.out.println(" NEWLINE :");

        stateStackPop();

        if (inSet)
            inSet = false;

        if (inDirective)
            inDirective = false;
         break;
      case 46 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        inDirective = false;
        stateStackPop();
         break;
      case 47 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        SwitchTo(DIRECTIVE);
         break;
      case 48 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        SwitchTo(DIRECTIVE);
         break;
      case 49 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        inDirective = false;
        stateStackPop();
         break;
      case 50 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        inDirective = false;
        stateStackPop();
         break;
      case 52 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         * Remove the double period if it is there
         */
        if (matchedToken.image.endsWith("..")) {
            input_stream.backup(2);
            matchedToken.image = matchedToken.image.substring(0,matchedToken.image.length()-2);
        }

        /*
         * check to see if we are in set
         *    ex.  #set $foo = $foo + 3
         *  because we want to handle the \n after
         */

        if lparen == && !inSet && curLexState != REFMOD2)
        {
            stateStackPop();
        }
         break;
      case 53 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         * check to see if we are in set
         *    ex.  #set $foo = $foo + 3
         *  because we want to handle the \n after
         */

        if lparen == && !inSet && curLexState != REFMOD2)
        {
            stateStackPop();
    }
         break;
      case 63 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        /*
         * push the alpha char back into the stream so the following identifier
         * is complete
         */

        input_stream.backup(1);

        /*
         * and munge the <DOT> so we just get a . when we have normal text that
         * looks like a ref.ident
         */

        matchedToken.image = ".";

        if debugPrint )
            System.out.print("DOT : switching to " + REFMODIFIER);
        SwitchTo(REFMODIFIER);
         break;
      case 65 :
        if (image == null)
            image = new StringBuffer(new String(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1))));
         else
            image.append(input_stream.GetSuffix(jjimageLen + (lengthOfMatch = jjmatchedPos + 1)));
        stateStackPop();
         break;
      default 
         break;
   }
}
}