in src/main/csharp/Selector/SelectorParserTokenManager.cs [229:290]
private int mccMoveStringLiteralDfa2_0(long old0, long active0)
{
if (((active0 &= old0)) == 0L)
return mccMoveNfa_0(5, 1);
try { curChar = input_stream.ReadChar(); }
catch(System.IO.IOException) {
return mccMoveNfa_0(5, 1);
}
switch((int)curChar) {
case 65:
return mccMoveStringLiteralDfa3_0(active0, 524288L);
case 67:
return mccMoveStringLiteralDfa3_0(active0, 8192L);
case 68:
if ((active0 & 512L) != 0L)
{
mccmatchedKind = 9;
mccmatchedPos = 2;
}
break;
case 75:
return mccMoveStringLiteralDfa3_0(active0, 4096L);
case 76:
return mccMoveStringLiteralDfa3_0(active0, 393216L);
case 84:
if ((active0 & 256L) != 0L)
{
mccmatchedKind = 8;
mccmatchedPos = 2;
}
return mccMoveStringLiteralDfa3_0(active0, 2048L);
case 85:
return mccMoveStringLiteralDfa3_0(active0, 1114112L);
case 97:
return mccMoveStringLiteralDfa3_0(active0, 524288L);
case 99:
return mccMoveStringLiteralDfa3_0(active0, 8192L);
case 100:
if ((active0 & 512L) != 0L)
{
mccmatchedKind = 9;
mccmatchedPos = 2;
}
break;
case 107:
return mccMoveStringLiteralDfa3_0(active0, 4096L);
case 108:
return mccMoveStringLiteralDfa3_0(active0, 393216L);
case 116:
if ((active0 & 256L) != 0L)
{
mccmatchedKind = 8;
mccmatchedPos = 2;
}
return mccMoveStringLiteralDfa3_0(active0, 2048L);
case 117:
return mccMoveStringLiteralDfa3_0(active0, 1114112L);
default :
break;
}
return mccMoveNfa_0(5, 2);
}