private final int jjStopStringLiteralDfa_0()

in maven2-plugins/myfaces-javascript-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/javascript/javascript20parser/JSParser20TokenManager.java [36:161]


private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1, long active2)
{
   switch (pos)
   {
      case 0:
         if ((active0 & 0x18L) != 0L || (active1 & 0x400800000000000L) != 0L)
            return 10;
         if ((active0 & 0xffffffffffffff00L) != 0L || (active1 & 0x1L) != 0L)
         {
            jjmatchedKind = 78;
            return 30;
         }
         if ((active1 & 0xa000000L) != 0L)
            return 5;
         return -1;
      case 1:
         if ((active0 & 0x20000007c020100L) != 0L)
            return 30;
         if ((active0 & 0xfdffffff83fdfe00L) != 0L || (active1 & 0x1L) != 0L)
         {
            if (jjmatchedPos != 1)
            {
               jjmatchedKind = 78;
               jjmatchedPos = 1;
            }
            return 30;
         }
         return -1;
      case 2:
         if ((active0 & 0xffff2fbeb1bdfe00L) != 0L || (active1 & 0x1L) != 0L)
         {
            if (jjmatchedPos != 2)
            {
               jjmatchedKind = 78;
               jjmatchedPos = 2;
            }
            return 30;
         }
         if ((active0 & 0xd04102400000L) != 0L)
            return 30;
         return -1;
      case 3:
         if ((active0 & 0xff5a25bcb1b9fa00L) != 0L || (active1 & 0x1L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 3;
            return 30;
         }
         if ((active0 & 0xa50a0200040400L) != 0L)
            return 30;
         return -1;
      case 4:
         if ((active0 & 0xdf58213cb1a9c000L) != 0L || (active1 & 0x1L) != 0L)
         {
            if (jjmatchedPos != 4)
            {
               jjmatchedKind = 78;
               jjmatchedPos = 4;
            }
            return 30;
         }
         if ((active0 & 0x2002048000103a00L) != 0L)
            return 30;
         return -1;
      case 5:
         if ((active0 & 0xdb18000cb1a8c000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 5;
            return 30;
         }
         if ((active0 & 0x2440213000010000L) != 0L || (active1 & 0x1L) != 0L)
            return 30;
         return -1;
      case 6:
         if ((active0 & 0xdb180000a1804000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 6;
            return 30;
         }
         if ((active0 & 0xc10288000L) != 0L)
            return 30;
         return -1;
      case 7:
         if ((active0 & 0x5b000000a0000000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 7;
            return 30;
         }
         if ((active0 & 0x8018000001804000L) != 0L)
            return 30;
         return -1;
      case 8:
         if ((active0 & 0x1100000020000000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 8;
            return 30;
         }
         if ((active0 & 0x4a00000080000000L) != 0L)
            return 30;
         return -1;
      case 9:
         if ((active0 & 0x1000000000000000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 9;
            return 30;
         }
         if ((active0 & 0x100000020000000L) != 0L)
            return 30;
         return -1;
      case 10:
         if ((active0 & 0x1000000000000000L) != 0L)
         {
            jjmatchedKind = 78;
            jjmatchedPos = 10;
            return 30;
         }
         return -1;
      default :
         return -1;
   }
}