private int mccMoveStringLiteralDfa6_0()

in src/main/csharp/Selector/SelectorParserTokenManager.cs [451:478]


private int mccMoveStringLiteralDfa6_0(long old0, long active0)
{
   if (((active0 &= old0)) == 0L)
      return mccMoveNfa_0(5, 5);
   try { curChar = input_stream.ReadChar(); }
   catch(System.IO.IOException) {
   return mccMoveNfa_0(5, 5);
   }
   switch((int)curChar) {
      case 78:
         if ((active0 & 2048L) != 0L)
         {
            mccmatchedKind = 11;
            mccmatchedPos = 6;
         }
         break;
      case 110:
         if ((active0 & 2048L) != 0L)
         {
            mccmatchedKind = 11;
            mccmatchedPos = 6;
         }
         break;
      default :
         break;
   }
   return mccMoveNfa_0(5, 6);
}