in src/main/csharp/Selector/SelectorParserTokenManager.cs [291:358]
private int mccMoveStringLiteralDfa3_0(long old0, long active0)
{
if (((active0 &= old0)) == 0L)
return mccMoveNfa_0(5, 2);
try { curChar = input_stream.ReadChar(); }
catch(System.IO.IOException) {
return mccMoveNfa_0(5, 2);
}
switch((int)curChar) {
case 65:
return mccMoveStringLiteralDfa4_0(active0, 8192L);
case 69:
if ((active0 & 4096L) != 0L)
{
mccmatchedKind = 12;
mccmatchedPos = 3;
}
else if ((active0 & 65536L) != 0L)
{
mccmatchedKind = 16;
mccmatchedPos = 3;
}
return mccMoveStringLiteralDfa4_0(active0, 1048576L);
case 76:
if ((active0 & 262144L) != 0L)
{
mccmatchedKind = 18;
mccmatchedPos = 3;
}
break;
case 83:
return mccMoveStringLiteralDfa4_0(active0, 131072L);
case 84:
return mccMoveStringLiteralDfa4_0(active0, 524288L);
case 87:
return mccMoveStringLiteralDfa4_0(active0, 2048L);
case 97:
return mccMoveStringLiteralDfa4_0(active0, 8192L);
case 101:
if ((active0 & 4096L) != 0L)
{
mccmatchedKind = 12;
mccmatchedPos = 3;
}
else if ((active0 & 65536L) != 0L)
{
mccmatchedKind = 16;
mccmatchedPos = 3;
}
return mccMoveStringLiteralDfa4_0(active0, 1048576L);
case 108:
if ((active0 & 262144L) != 0L)
{
mccmatchedKind = 18;
mccmatchedPos = 3;
}
break;
case 115:
return mccMoveStringLiteralDfa4_0(active0, 131072L);
case 116:
return mccMoveStringLiteralDfa4_0(active0, 524288L);
case 119:
return mccMoveStringLiteralDfa4_0(active0, 2048L);
default :
break;
}
return mccMoveNfa_0(5, 3);
}