/* Generated By:JJTree&JavaCC: Do not edit this line. QueryParserTokenManager.java */
package org.apache.pig.impl.logicalLayer.parser;
import java.io.*;
import java.util.*;
import java.net.URI;
import java.net.URISyntaxException;
import java.lang.reflect.Type;
import org.apache.pig.impl.logicalLayer.*;
import org.apache.pig.impl.logicalLayer.schema.*;
import org.apache.pig.data.DataType;
import org.apache.pig.impl.PigContext;
import org.apache.pig.ExecType;
import org.apache.pig.impl.io.*;
import org.apache.pig.builtin.PigStorage;
import org.apache.pig.builtin.RANDOM;
import org.apache.pig.impl.builtin.GFAny;
import org.apache.pig.impl.logicalLayer.LogicalPlan;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.pig.impl.util.MultiMap;
import org.apache.pig.impl.plan.NodeIdGenerator;
import org.apache.pig.impl.plan.OperatorKey;
import org.apache.pig.impl.plan.PlanException;
import org.apache.pig.impl.streaming.StreamingCommand;
import org.apache.pig.impl.streaming.StreamingCommand.HandleSpec;
import org.apache.pig.data.TupleFactory;
import org.apache.pig.data.Tuple;
import org.apache.pig.data.BagFactory;
import org.apache.pig.data.DataBag;
import org.apache.pig.EvalFunc;
import org.apache.pig.ComparisonFunc;
import org.apache.pig.LoadFunc;
import org.apache.pig.StoreFunc;
import org.apache.pig.FuncSpec;
import org.apache.pig.impl.plan.VisitorException;
import org.apache.pig.PigException;
import org.apache.pig.backend.datastorage.DataStorage;
import org.apache.pig.backend.datastorage.ContainerDescriptor;
import org.apache.pig.backend.datastorage.ElementDescriptor;
import org.apache.hadoop.fs.Path;
/** Token Manager. */
public class QueryParserTokenManager implements QueryParserConstants
{
/** Debug output. */
public java.io.PrintStream debugStream = System.out;
/** Set debug output. */
public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; }
private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1)
{
switch (pos)
{
case 0:
if ((active1 & 0x1000000L) != 0L)
return 74;
if ((active0 & 0xffdfee9afffff400L) != 0L || (active1 & 0x2L) != 0L)
{
jjmatchedKind = 70;
return 75;
}
if ((active1 & 0x8000000L) != 0L)
return 3;
if ((active0 & 0x4400000000L) != 0L)
{
jjmatchedKind = 70;
return 45;
}
if ((active1 & 0x4000000L) != 0L)
return 0;
if ((active1 & 0x8000L) != 0L)
return 14;
if ((active0 & 0x10000000000L) != 0L)
{
jjmatchedKind = 70;
return 76;
}
if ((active0 & 0x100000000800L) != 0L || (active1 & 0x1L) != 0L)
{
jjmatchedKind = 70;
return 42;
}
if ((active1 & 0x400000000L) != 0L)
return 39;
if ((active0 & 0x20002000000000L) != 0L)
{
jjmatchedKind = 70;
return 11;
}
return -1;
case 1:
if ((active0 & 0xffeefdeee6ff7c00L) != 0L || (active1 & 0x3L) != 0L)
{
if (jjmatchedPos != 1)
{
jjmatchedKind = 70;
jjmatchedPos = 1;
}
return 75;
}
if ((active0 & 0x11021019008000L) != 0L)
return 75;
return -1;
case 2:
if ((active0 & 0xffe5f5c6e07ffc00L) != 0L || (active1 & 0x3L) != 0L)
{
if (jjmatchedPos != 2)
{
jjmatchedKind = 70;
jjmatchedPos = 2;
}
return 75;
}
if ((active0 & 0xa0a2806800000L) != 0L)
return 75;
return -1;
case 3:
if ((active0 & 0xfdc5e0c6e077f400L) != 0L || (active1 & 0x3L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 3;
return 75;
}
if ((active0 & 0x220150000880800L) != 0L)
return 75;
return -1;
case 4:
if ((active0 & 0xb0c1c0c200077400L) != 0L || (active1 & 0x2L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 4;
return 75;
}
if ((active0 & 0x4d042004e0708000L) != 0L || (active1 & 0x1L) != 0L)
return 75;
return -1;
case 5:
if ((active0 & 0x8180c200076000L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 5;
return 75;
}
if ((active0 & 0xb040400000001400L) != 0L || (active1 & 0x2L) != 0L)
return 75;
return -1;
case 6:
if ((active0 & 0x1804200020000L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 6;
return 75;
}
if ((active0 & 0x80008000056000L) != 0L)
return 75;
return -1;
case 7:
if ((active0 & 0x1800000000000L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 7;
return 75;
}
if ((active0 & 0x4200020000L) != 0L)
return 75;
return -1;
case 8:
if ((active0 & 0x1800000000000L) != 0L)
return 75;
return -1;
default :
return -1;
}
}
private final int jjStartNfa_0(int pos, long active0, long active1)
{
return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1), pos + 1);
}
private int jjStopAtPos(int pos, int kind)
{
jjmatchedKind = kind;
jjmatchedPos = pos;
return pos + 1;
}
private int jjMoveStringLiteralDfa0_0()
{
switch(curChar)
{
case 34:
return jjMoveStringLiteralDfa1_0(0x0L, 0x300000L);
case 35:
return jjStopAtPos(0, 93);
case 36:
return jjStartNfaWithStates_0(0, 98, 39);
case 37:
return jjStopAtPos(0, 92);
case 40:
return jjStopAtPos(0, 80);
case 41:
return jjStopAtPos(0, 81);
case 42:
return jjStopAtPos(0, 32);
case 43:
return jjStopAtPos(0, 89);
case 44:
return jjStopAtPos(0, 83);
case 45:
return jjStartNfaWithStates_0(0, 90, 0);
case 46:
return jjStartNfaWithStates_0(0, 88, 74);
case 47:
return jjStartNfaWithStates_0(0, 91, 3);
case 58:
return jjStopAtPos(0, 95);
case 59:
return jjStopAtPos(0, 82);
case 61:
return jjStartNfaWithStates_0(0, 79, 14);
case 63:
return jjStopAtPos(0, 94);
case 91:
return jjStopAtPos(0, 96);
case 93:
return jjStopAtPos(0, 97);
case 65:
case 97:
return jjMoveStringLiteralDfa1_0(0x2080e010000L, 0x0L);
case 66:
case 98:
return jjMoveStringLiteralDfa1_0(0x3000010000000L, 0x0L);
case 67:
case 99:
return jjMoveStringLiteralDfa1_0(0x400800000140000L, 0x0L);
case 68:
case 100:
return jjMoveStringLiteralDfa1_0(0x440000020400L, 0x0L);
case 69:
case 101:
return jjMoveStringLiteralDfa1_0(0x10000000000L, 0x0L);
case 70:
case 102:
return jjMoveStringLiteralDfa1_0(0x208000003000L, 0x0L);
case 71:
case 103:
return jjMoveStringLiteralDfa1_0(0x4400000000L, 0x0L);
case 73:
case 105:
return jjMoveStringLiteralDfa1_0(0x810080041800000L, 0x0L);
case 74:
case 106:
return jjMoveStringLiteralDfa1_0(0x80000L, 0x0L);
case 76:
case 108:
return jjMoveStringLiteralDfa1_0(0x100000000800L, 0x1L);
case 77:
case 109:
return jjMoveStringLiteralDfa1_0(0x8000000004000L, 0x0L);
case 78:
case 110:
return jjMoveStringLiteralDfa1_0(0x20002000000000L, 0x0L);
case 79:
case 111:
return jjMoveStringLiteralDfa1_0(0x1000001080008000L, 0x0L);
case 80:
case 112:
return jjMoveStringLiteralDfa1_0(0x200000000L, 0x0L);
case 83:
case 115:
return jjMoveStringLiteralDfa1_0(0xe340000000400000L, 0x2L);
case 84:
case 116:
return jjMoveStringLiteralDfa1_0(0x84000000000000L, 0x0L);
case 85:
case 117:
return jjMoveStringLiteralDfa1_0(0x20200000L, 0x0L);
case 123:
return jjStopAtPos(0, 86);
case 125:
return jjStopAtPos(0, 87);
default :
return jjMoveNfa_0(2, 0);
}
}
private int jjMoveStringLiteralDfa1_0(long active0, long active1)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(0, active0, active1);
return 1;
}
switch(curChar)
{
case 65:
case 97:
return jjMoveStringLiteralDfa2_0(active0, 0x40a000200004000L, active1, 0x2L);
case 69:
case 101:
return jjMoveStringLiteralDfa2_0(active0, 0x44000000400L, active1, 0L);
case 70:
case 102:
if ((active0 & 0x1000000L) != 0L)
return jjStartNfaWithStates_0(1, 24, 75);
break;
case 72:
case 104:
return jjMoveStringLiteralDfa2_0(active0, 0x280800000000000L, active1, 0L);
case 73:
case 105:
return jjMoveStringLiteralDfa2_0(active0, 0x21000L, active1, 0x1L);
case 76:
case 108:
return jjMoveStringLiteralDfa2_0(active0, 0x208002000000L, active1, 0L);
case 78:
case 110:
return jjMoveStringLiteralDfa2_0(active0, 0x800080844a00000L, active1, 0L);
case 79:
case 111:
return jjMoveStringLiteralDfa2_0(active0, 0x5020000c2800L, active1, 0L);
case 80:
case 112:
return jjMoveStringLiteralDfa2_0(active0, 0x400000L, active1, 0L);
case 82:
case 114:
if ((active0 & 0x1000000000L) != 0L)
{
jjmatchedKind = 36;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x400118000L, active1, 0x300000L);
case 83:
case 115:
if ((active0 & 0x8000000L) != 0L)
{
jjmatchedKind = 27;
jjmatchedPos = 1;
}
else if ((active0 & 0x10000000000000L) != 0L)
return jjStartNfaWithStates_0(1, 52, 75);
return jjMoveStringLiteralDfa2_0(active0, 0x20020000000L, active1, 0L);
case 84:
case 116:
return jjMoveStringLiteralDfa2_0(active0, 0xe140000000000000L, active1, 0L);
case 85:
case 117:
return jjMoveStringLiteralDfa2_0(active0, 0x1024000080000000L, active1, 0L);
case 86:
case 118:
return jjMoveStringLiteralDfa2_0(active0, 0x10000000000L, active1, 0L);
case 89:
case 121:
if ((active0 & 0x10000000L) != 0L)
{
jjmatchedKind = 28;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(0, active0, active1);
}
private int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(0, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(1, active0, active1);
return 2;
}
switch(curChar)
{
case 65:
case 97:
return jjMoveStringLiteralDfa3_0(active0, 0x818000000800L, active1, 0L);
case 67:
case 99:
if ((active0 & 0x20000000000L) != 0L)
return jjStartNfaWithStates_0(2, 41, 75);
return jjMoveStringLiteralDfa3_0(active0, 0x400000000000000L, active1, 0L);
case 68:
case 100:
if ((active0 & 0x800000000L) != 0L)
return jjStartNfaWithStates_0(2, 35, 75);
return jjMoveStringLiteralDfa3_0(active0, 0xe000000000008000L, active1, 0L);
case 69:
case 101:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x300000L);
case 70:
case 102:
return jjMoveStringLiteralDfa3_0(active0, 0x400L, active1, 0L);
case 71:
case 103:
if ((active0 & 0x2000000000000L) != 0L)
return jjStartNfaWithStates_0(2, 49, 75);
return jjMoveStringLiteralDfa3_0(active0, 0x40000L, active1, 0L);
case 73:
case 105:
return jjMoveStringLiteralDfa3_0(active0, 0x200000020280000L, active1, 0L);
case 76:
case 108:
if ((active0 & 0x2000000L) != 0L)
return jjStartNfaWithStates_0(2, 25, 75);
return jjMoveStringLiteralDfa3_0(active0, 0x20000000401000L, active1, 0L);
case 77:
case 109:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x3L);
case 78:
case 110:
return jjMoveStringLiteralDfa3_0(active0, 0x104040000000L, active1, 0L);
case 79:
case 111:
return jjMoveStringLiteralDfa3_0(active0, 0x100200400100000L, active1, 0L);
case 80:
case 112:
if ((active0 & 0x8000000000000L) != 0L)
return jjStartNfaWithStates_0(2, 51, 75);
return jjMoveStringLiteralDfa3_0(active0, 0x804000000000000L, active1, 0L);
case 82:
case 114:
return jjMoveStringLiteralDfa3_0(active0, 0xc0000200012000L, active1, 0L);
case 83:
case 115:
return jjMoveStringLiteralDfa3_0(active0, 0x40000020000L, active1, 0L);
case 84:
case 116:
if ((active0 & 0x2000000000L) != 0L)
return jjStartNfaWithStates_0(2, 37, 75);
else if ((active0 & 0x80000000000L) != 0L)
{
jjmatchedKind = 43;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x1001000080804000L, active1, 0L);
case 85:
case 117:
return jjMoveStringLiteralDfa3_0(active0, 0x400000000000L, active1, 0L);
case 89:
case 121:
if ((active0 & 0x4000000L) != 0L)
return jjStartNfaWithStates_0(2, 26, 75);
break;
default :
break;
}
return jjStartNfa_0(1, active0, active1);
}
private int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(1, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(2, active0, active1);
return 3;
}
switch(curChar)
{
case 65:
case 97:
return jjMoveStringLiteralDfa4_0(active0, 0x200200010000L, active1, 0L);
case 66:
case 98:
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000L, active1, 0L);
case 67:
case 99:
if ((active0 & 0x40000000000L) != 0L)
return jjStartNfaWithStates_0(3, 42, 75);
return jjMoveStringLiteralDfa4_0(active0, 0x4000L, active1, 0L);
case 68:
case 100:
if ((active0 & 0x800L) != 0L)
return jjStartNfaWithStates_0(3, 11, 75);
break;
case 69:
case 101:
return jjMoveStringLiteralDfa4_0(active0, 0x20410040c000a000L, active1, 0L);
case 71:
case 103:
if ((active0 & 0x100000000000L) != 0L)
return jjStartNfaWithStates_0(3, 44, 75);
break;
case 72:
case 104:
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000000L, active1, 0L);
case 73:
case 105:
return jjMoveStringLiteralDfa4_0(active0, 0x4000000000400400L, active1, 0x1L);
case 76:
case 108:
if ((active0 & 0x10000000000L) != 0L)
return jjStartNfaWithStates_0(3, 40, 75);
else if ((active0 & 0x20000000000000L) != 0L)
return jjStartNfaWithStates_0(3, 53, 75);
return jjMoveStringLiteralDfa4_0(active0, 0x4000000000000L, active1, 0L);
case 78:
case 110:
if ((active0 & 0x80000L) != 0L)
return jjStartNfaWithStates_0(3, 19, 75);
return jjMoveStringLiteralDfa4_0(active0, 0x20000000L, active1, 0L);
case 79:
case 111:
if ((active0 & 0x800000L) != 0L)
return jjStartNfaWithStates_0(3, 23, 75);
return jjMoveStringLiteralDfa4_0(active0, 0x8080000000200000L, active1, 0L);
case 80:
case 112:
if ((active0 & 0x200000000000000L) != 0L)
return jjStartNfaWithStates_0(3, 57, 75);
return jjMoveStringLiteralDfa4_0(active0, 0x1000000000000000L, active1, 0x300002L);
case 82:
case 114:
return jjMoveStringLiteralDfa4_0(active0, 0x100800000040000L, active1, 0L);
case 83:
case 115:
return jjMoveStringLiteralDfa4_0(active0, 0x100000L, active1, 0L);
case 84:
case 116:
return jjMoveStringLiteralDfa4_0(active0, 0x8000021000L, active1, 0L);
case 85:
case 117:
return jjMoveStringLiteralDfa4_0(active0, 0x800000400000000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(2, active0, active1);
}
private int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(2, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(3, active0, active1);
return 4;
}
switch(curChar)
{
case 65:
case 97:
return jjMoveStringLiteralDfa5_0(active0, 0x41800000002000L, active1, 0L);
case 69:
case 101:
if ((active0 & 0x4000000000000L) != 0L)
return jjStartNfaWithStates_0(4, 50, 75);
else if ((active0 & 0x100000000000000L) != 0L)
return jjStartNfaWithStates_0(4, 56, 75);
else if ((active0 & 0x400000000000000L) != 0L)
return jjStartNfaWithStates_0(4, 58, 75);
return jjMoveStringLiteralDfa5_0(active0, 0x1000L, active1, 0L);
case 71:
case 103:
if ((active0 & 0x20000000L) != 0L)
return jjStartNfaWithStates_0(4, 29, 75);
break;
case 72:
case 104:
return jjMoveStringLiteralDfa5_0(active0, 0x4000L, active1, 0L);
case 73:
case 105:
return jjMoveStringLiteralDfa5_0(active0, 0x20000L, active1, 0L);
case 76:
case 108:
return jjMoveStringLiteralDfa5_0(active0, 0x400200000000L, active1, 0x300002L);
case 78:
case 110:
if ((active0 & 0x200000L) != 0L)
return jjStartNfaWithStates_0(4, 21, 75);
else if ((active0 & 0x4000000000000000L) != 0L)
return jjStartNfaWithStates_0(4, 62, 75);
return jjMoveStringLiteralDfa5_0(active0, 0x10400L, active1, 0L);
case 79:
case 111:
return jjMoveStringLiteralDfa5_0(active0, 0x40000L, active1, 0L);
case 80:
case 112:
if ((active0 & 0x400000000L) != 0L)
return jjStartNfaWithStates_0(4, 34, 75);
break;
case 82:
case 114:
if ((active0 & 0x8000L) != 0L)
return jjStartNfaWithStates_0(4, 15, 75);
else if ((active0 & 0x40000000L) != 0L)
return jjStartNfaWithStates_0(4, 30, 75);
else if ((active0 & 0x80000000L) != 0L)
return jjStartNfaWithStates_0(4, 31, 75);
return jjMoveStringLiteralDfa5_0(active0, 0x2000004000000000L, active1, 0L);
case 83:
case 115:
if ((active0 & 0x100000L) != 0L)
return jjStartNfaWithStates_0(4, 20, 75);
break;
case 84:
case 116:
if ((active0 & 0x400000L) != 0L)
return jjStartNfaWithStates_0(4, 22, 75);
else if ((active0 & 0x200000000000L) != 0L)
return jjStartNfaWithStates_0(4, 45, 75);
else if ((active0 & 0x800000000000000L) != 0L)
return jjStartNfaWithStates_0(4, 59, 75);
else if ((active1 & 0x1L) != 0L)
return jjStartNfaWithStates_0(4, 64, 75);
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000L, active1, 0L);
case 85:
case 117:
return jjMoveStringLiteralDfa5_0(active0, 0x9080000000000000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(3, active0, active1);
}
private int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(3, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(4, active0, active1);
return 5;
}
switch(curChar)
{
case 34:
if ((active1 & 0x200000L) != 0L)
return jjStopAtPos(5, 85);
break;
case 65:
case 97:
return jjMoveStringLiteralDfa6_0(active0, 0x4000000000L, active1, 0L);
case 67:
case 99:
return jjMoveStringLiteralDfa6_0(active0, 0x2000L, active1, 0L);
case 69:
case 101:
if ((active0 & 0x400L) != 0L)
return jjStartNfaWithStates_0(5, 10, 75);
else if ((active0 & 0x400000000000L) != 0L)
return jjStartNfaWithStates_0(5, 46, 75);
else if ((active1 & 0x2L) != 0L)
return jjStartNfaWithStates_0(5, 65, 75);
return jjMoveStringLiteralDfa6_0(active0, 0x8000004000L, active1, 0L);
case 71:
case 103:
return jjMoveStringLiteralDfa6_0(active0, 0x80000000010000L, active1, 0L);
case 73:
case 105:
return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x100000L);
case 76:
case 108:
return jjMoveStringLiteralDfa6_0(active0, 0x200000000L, active1, 0L);
case 77:
case 109:
if ((active0 & 0x40000000000000L) != 0L)
return jjStartNfaWithStates_0(5, 54, 75);
break;
case 78:
case 110:
return jjMoveStringLiteralDfa6_0(active0, 0x20000L, active1, 0L);
case 82:
case 114:
if ((active0 & 0x1000L) != 0L)
return jjStartNfaWithStates_0(5, 12, 75);
else if ((active0 & 0x2000000000000000L) != 0L)
return jjStartNfaWithStates_0(5, 61, 75);
return jjMoveStringLiteralDfa6_0(active0, 0x1800000000000L, active1, 0L);
case 84:
case 116:
if ((active0 & 0x1000000000000000L) != 0L)
return jjStartNfaWithStates_0(5, 60, 75);
else if ((active0 & 0x8000000000000000L) != 0L)
return jjStartNfaWithStates_0(5, 63, 75);
break;
case 85:
case 117:
return jjMoveStringLiteralDfa6_0(active0, 0x40000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(4, active0, active1);
}
private int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(4, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(5, active0, active1);
return 6;
}
switch(curChar)
{
case 67:
case 99:
return jjMoveStringLiteralDfa7_0(active0, 0x20000L, active1, 0x100000L);
case 69:
case 101:
if ((active0 & 0x10000L) != 0L)
return jjStartNfaWithStates_0(6, 16, 75);
return jjMoveStringLiteralDfa7_0(active0, 0x200000000L, active1, 0L);
case 72:
case 104:
if ((active0 & 0x2000L) != 0L)
return jjStartNfaWithStates_0(6, 13, 75);
else if ((active0 & 0x80000000000000L) != 0L)
return jjStartNfaWithStates_0(6, 55, 75);
break;
case 78:
case 110:
if ((active0 & 0x8000000000L) != 0L)
return jjStartNfaWithStates_0(6, 39, 75);
break;
case 80:
case 112:
if ((active0 & 0x40000L) != 0L)
return jjStartNfaWithStates_0(6, 18, 75);
break;
case 82:
case 114:
return jjMoveStringLiteralDfa7_0(active0, 0x1800000000000L, active1, 0L);
case 83:
case 115:
if ((active0 & 0x4000L) != 0L)
return jjStartNfaWithStates_0(6, 14, 75);
break;
case 84:
case 116:
return jjMoveStringLiteralDfa7_0(active0, 0x4000000000L, active1, 0L);
default :
break;
}
return jjStartNfa_0(5, active0, active1);
}
private int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(5, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(6, active0, active1);
return 7;
}
switch(curChar)
{
case 65:
case 97:
return jjMoveStringLiteralDfa8_0(active0, 0x1800000000000L, active1, 0x100000L);
case 69:
case 101:
if ((active0 & 0x4000000000L) != 0L)
return jjStartNfaWithStates_0(7, 38, 75);
break;
case 76:
case 108:
if ((active0 & 0x200000000L) != 0L)
return jjStartNfaWithStates_0(7, 33, 75);
break;
case 84:
case 116:
if ((active0 & 0x20000L) != 0L)
return jjStartNfaWithStates_0(7, 17, 75);
break;
default :
break;
}
return jjStartNfa_0(6, active0, active1);
}
private int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(6, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(7, active0, active1);
return 8;
}
switch(curChar)
{
case 84:
case 116:
return jjMoveStringLiteralDfa9_0(active0, 0L, active1, 0x100000L);
case 89:
case 121:
if ((active0 & 0x800000000000L) != 0L)
return jjStartNfaWithStates_0(8, 47, 75);
else if ((active0 & 0x1000000000000L) != 0L)
return jjStartNfaWithStates_0(8, 48, 75);
break;
default :
break;
}
return jjStartNfa_0(7, active0, active1);
}
private int jjMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(7, old0, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(8, 0L, active1);
return 9;
}
switch(curChar)
{
case 69:
case 101:
return jjMoveStringLiteralDfa10_0(active1, 0x100000L);
default :
break;
}
return jjStartNfa_0(8, 0L, active1);
}
private int jjMoveStringLiteralDfa10_0(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjStartNfa_0(8, 0L, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(9, 0L, active1);
return 10;
}
switch(curChar)
{
case 68:
case 100:
return jjMoveStringLiteralDfa11_0(active1, 0x100000L);
default :
break;
}
return jjStartNfa_0(9, 0L, active1);
}
private int jjMoveStringLiteralDfa11_0(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjStartNfa_0(9, 0L, old1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(10, 0L, active1);
return 11;
}
switch(curChar)
{
case 34:
if ((active1 & 0x100000L) != 0L)
return jjStopAtPos(11, 84);
break;
default :
break;
}
return jjStartNfa_0(10, 0L, active1);
}
private 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);
}
static final long[] jjbitVec0 = {
0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec2 = {
0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
private int jjMoveNfa_0(int startState, int curPos)
{
int startsAt = 0;
jjnewStateCnt = 74;
int i = 1;
jjstateSet[0] = startState;
int kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
do
{
switch(jjstateSet[--i])
{
case 11:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
else if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 74:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 75)
kind = 75;
jjCheckNAddStates(0, 2);
}
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 74)
kind = 74;
jjCheckNAddTwoStates(72, 53);
}
break;
case 76:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
else if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 2:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 72)
kind = 72;
jjCheckNAddStates(3, 12);
}
else if ((0x5000000000000000L & l) != 0L)
{
if (kind > 9)
kind = 9;
}
else if (curChar == 46)
jjCheckNAddTwoStates(72, 73);
else if (curChar == 36)
jjCheckNAdd(39);
else if (curChar == 39)
jjCheckNAddStates(13, 16);
else if (curChar == 61)
jjCheckNAdd(14);
else if (curChar == 33)
jjCheckNAdd(14);
else if (curChar == 47)
jjstateSet[jjnewStateCnt++] = 3;
else if (curChar == 45)
jjstateSet[jjnewStateCnt++] = 0;
if (curChar == 60)
jjCheckNAdd(14);
else if (curChar == 62)
jjCheckNAdd(14);
break;
case 45:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
else if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 75:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
else if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 42:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
else if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 0:
if (curChar != 45)
break;
if (kind > 5)
kind = 5;
jjCheckNAdd(1);
break;
case 1:
if ((0xffffffffffffdbffL & l) == 0L)
break;
if (kind > 5)
kind = 5;
jjCheckNAdd(1);
break;
case 3:
if (curChar == 42)
jjCheckNAddTwoStates(4, 5);
break;
case 4:
if ((0xfffffbffffffffffL & l) != 0L)
jjCheckNAddTwoStates(4, 5);
break;
case 5:
if (curChar == 42)
jjCheckNAddStates(17, 19);
break;
case 6:
if ((0xffff7bffffffffffL & l) != 0L)
jjCheckNAddTwoStates(7, 5);
break;
case 7:
if ((0xfffffbffffffffffL & l) != 0L)
jjCheckNAddTwoStates(7, 5);
break;
case 8:
if (curChar == 47 && kind > 6)
kind = 6;
break;
case 9:
if (curChar == 47)
jjstateSet[jjnewStateCnt++] = 3;
break;
case 14:
if (curChar == 61 && kind > 9)
kind = 9;
break;
case 15:
if (curChar == 33)
jjCheckNAdd(14);
break;
case 16:
if (curChar == 62)
jjCheckNAdd(14);
break;
case 17:
if ((0x5000000000000000L & l) != 0L && kind > 9)
kind = 9;
break;
case 18:
if (curChar == 60)
jjCheckNAdd(14);
break;
case 19:
if (curChar == 61)
jjCheckNAdd(14);
break;
case 21:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
break;
case 22:
if (curChar != 58)
break;
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
break;
case 23:
if (curChar == 58)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 24:
case 27:
if (curChar == 39)
jjCheckNAddStates(13, 16);
break;
case 25:
if ((0xffffff7fffffdbffL & l) != 0L)
jjCheckNAddStates(13, 16);
break;
case 29:
if ((0x3ff000000000000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 30;
break;
case 30:
if ((0x3ff000000000000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 31;
break;
case 31:
if ((0x3ff000000000000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 32;
break;
case 32:
if ((0x3ff000000000000L & l) != 0L)
jjCheckNAddStates(13, 16);
break;
case 34:
if (curChar == 39 && kind > 76)
kind = 76;
break;
case 36:
jjAddStates(20, 21);
break;
case 38:
if (curChar == 36)
jjCheckNAdd(39);
break;
case 39:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 78)
kind = 78;
jjCheckNAdd(39);
break;
case 46:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 72)
kind = 72;
jjCheckNAddStates(3, 12);
break;
case 47:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 72)
kind = 72;
jjCheckNAdd(47);
break;
case 48:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 73)
kind = 73;
jjCheckNAddTwoStates(48, 49);
break;
case 50:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAddStates(22, 24);
break;
case 51:
if (curChar == 46)
jjCheckNAdd(52);
break;
case 52:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAddTwoStates(52, 53);
break;
case 54:
if ((0x280000000000L & l) != 0L)
jjCheckNAddTwoStates(55, 58);
break;
case 55:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAddTwoStates(55, 56);
break;
case 56:
if (curChar == 46)
jjCheckNAdd(57);
break;
case 57:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAdd(57);
break;
case 58:
if (curChar == 46)
jjCheckNAdd(59);
break;
case 59:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAdd(59);
break;
case 60:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddStates(25, 28);
break;
case 61:
if (curChar == 46)
jjCheckNAdd(62);
break;
case 62:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddStates(29, 31);
break;
case 64:
if ((0x280000000000L & l) != 0L)
jjCheckNAddTwoStates(65, 69);
break;
case 65:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddStates(32, 34);
break;
case 66:
if (curChar == 46)
jjCheckNAdd(67);
break;
case 67:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddTwoStates(67, 68);
break;
case 69:
if (curChar == 46)
jjCheckNAdd(70);
break;
case 70:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddTwoStates(70, 68);
break;
case 71:
if (curChar == 46)
jjCheckNAddTwoStates(72, 73);
break;
case 72:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 74)
kind = 74;
jjCheckNAddTwoStates(72, 53);
break;
case 73:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 75)
kind = 75;
jjCheckNAddStates(0, 2);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
do
{
switch(jjstateSet[--i])
{
case 11:
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
if ((0x2000000020L & l) != 0L)
jjCheckNAdd(10);
break;
case 76:
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
if ((0x2000000020000L & l) != 0L)
{
if (kind > 9)
kind = 9;
}
break;
case 2:
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
else if (curChar == 96)
jjCheckNAddTwoStates(36, 37);
if ((0x8000000080L & l) != 0L)
jjCheckNAddTwoStates(45, 43);
else if ((0x100000001000L & l) != 0L)
jjCheckNAddTwoStates(42, 43);
else if ((0x2000000020L & l) != 0L)
jjCheckNAdd(10);
else if ((0x400000004000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 11;
break;
case 45:
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
if ((0x10000000100000L & l) != 0L)
{
if (kind > 9)
kind = 9;
}
if ((0x10000000100000L & l) != 0L)
jjCheckNAdd(41);
break;
case 75:
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
break;
case 42:
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
}
if ((0x7fffffe07fffffeL & l) != 0L)
{
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
}
if ((0x10000000100000L & l) != 0L)
{
if (kind > 9)
kind = 9;
}
if ((0x10000000100000L & l) != 0L)
jjCheckNAdd(41);
break;
case 1:
if (kind > 5)
kind = 5;
jjstateSet[jjnewStateCnt++] = 1;
break;
case 4:
jjCheckNAddTwoStates(4, 5);
break;
case 6:
case 7:
jjCheckNAddTwoStates(7, 5);
break;
case 10:
if ((0x2000000020000L & l) != 0L && kind > 9)
kind = 9;
break;
case 12:
if ((0x400000004000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 11;
break;
case 13:
if ((0x2000000020L & l) != 0L)
jjCheckNAdd(10);
break;
case 20:
if ((0x7fffffe07fffffeL & l) == 0L)
break;
if (kind > 70)
kind = 70;
jjCheckNAddStates(35, 37);
break;
case 21:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
if (kind > 70)
kind = 70;
jjCheckNAddTwoStates(21, 23);
break;
case 25:
if ((0xffffffffefffffffL & l) != 0L)
jjCheckNAddStates(13, 16);
break;
case 26:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 27;
break;
case 27:
if ((0x14404410144044L & l) != 0L)
jjCheckNAddStates(13, 16);
break;
case 28:
if ((0x20000000200000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 29;
break;
case 29:
if ((0x7e0000007eL & l) != 0L)
jjstateSet[jjnewStateCnt++] = 30;
break;
case 30:
if ((0x7e0000007eL & l) != 0L)
jjstateSet[jjnewStateCnt++] = 31;
break;
case 31:
if ((0x7e0000007eL & l) != 0L)
jjstateSet[jjnewStateCnt++] = 32;
break;
case 32:
if ((0x7e0000007eL & l) != 0L)
jjCheckNAddStates(13, 16);
break;
case 33:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 28;
break;
case 35:
if (curChar == 96)
jjCheckNAddTwoStates(36, 37);
break;
case 36:
if ((0xfffffffeffffffffL & l) != 0L)
jjCheckNAddTwoStates(36, 37);
break;
case 37:
if (curChar == 96 && kind > 77)
kind = 77;
break;
case 40:
if ((0x100000001000L & l) != 0L)
jjCheckNAddTwoStates(42, 43);
break;
case 41:
if ((0x2000000020L & l) != 0L && kind > 9)
kind = 9;
break;
case 43:
if ((0x10000000100000L & l) != 0L && kind > 9)
kind = 9;
break;
case 44:
if ((0x8000000080L & l) != 0L)
jjCheckNAddTwoStates(45, 43);
break;
case 49:
if ((0x100000001000L & l) != 0L && kind > 73)
kind = 73;
break;
case 53:
if ((0x2000000020L & l) != 0L)
jjAddStates(38, 40);
break;
case 63:
if ((0x2000000020L & l) != 0L)
jjAddStates(41, 43);
break;
case 68:
if ((0x4000000040L & l) != 0L && kind > 75)
kind = 75;
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);
do
{
switch(jjstateSet[--i])
{
case 1:
if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
break;
if (kind > 5)
kind = 5;
jjstateSet[jjnewStateCnt++] = 1;
break;
case 4:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
jjCheckNAddTwoStates(4, 5);
break;
case 6:
case 7:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
jjCheckNAddTwoStates(7, 5);
break;
case 25:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
jjAddStates(13, 16);
break;
case 36:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
jjAddStates(20, 21);
break;
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 74 - (jjnewStateCnt = startsAt)))
return curPos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return curPos; }
}
}
static final int[] jjnextStates = {
73, 63, 68, 47, 48, 49, 50, 51, 53, 60, 61, 63, 68, 25, 26, 33,
34, 5, 6, 8, 36, 37, 50, 51, 53, 60, 61, 63, 68, 62, 63, 68,
65, 66, 68, 20, 21, 23, 54, 55, 58, 64, 65, 69,
};
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;
}
}
/** Token literal values. */
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, "\52", 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, "\75", "\50", "\51",
"\73", "\54", null, null, "\173", "\175", "\56", "\53", "\55", "\57", "\45", "\43",
"\77", "\72", "\133", "\135", "\44", };
/** Lexer state names. */
public static final String[] lexStateNames = {
"DEFAULT",
};
static final long[] jjtoToken = {
0xfffffffffffffe01L, 0x7ffffff43L,
};
static final long[] jjtoSkip = {
0x7eL, 0x0L,
};
protected JavaCharStream input_stream;
private final int[] jjrounds = new int[74];
private final int[] jjstateSet = new int[148];
protected char curChar;
/** Constructor. */
public QueryParserTokenManager(JavaCharStream stream){
if (JavaCharStream.staticFlag)
throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
input_stream = stream;
}
/** Constructor. */
public QueryParserTokenManager(JavaCharStream stream, int lexState){
this(stream);
SwitchTo(lexState);
}
/** Reinitialise parser. */
public void ReInit(JavaCharStream stream)
{
jjmatchedPos = jjnewStateCnt = 0;
curLexState = defaultLexState;
input_stream = stream;
ReInitRounds();
}
private void ReInitRounds()
{
int i;
jjround = 0x80000001;
for (i = 74; i-- > 0;)
jjrounds[i] = 0x80000000;
}
/** Reinitialise parser. */
public void ReInit(JavaCharStream stream, int lexState)
{
ReInit(stream);
SwitchTo(lexState);
}
/** Switch to specified lex state. */
public void SwitchTo(int lexState)
{
if (lexState >= 1 || lexState < 0)
throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
else
curLexState = lexState;
}
protected Token jjFillToken()
{
final Token t;
final String curTokenImage;
final int beginLine;
final int endLine;
final int beginColumn;
final int endColumn;
String im = jjstrLiteralImages[jjmatchedKind];
curTokenImage = (im == null) ? input_stream.GetImage() : im;
beginLine = input_stream.getBeginLine();
beginColumn = input_stream.getBeginColumn();
endLine = input_stream.getEndLine();
endColumn = input_stream.getEndColumn();
t = Token.newToken(jjmatchedKind, curTokenImage);
t.beginLine = beginLine;
t.endLine = endLine;
t.beginColumn = beginColumn;
t.endColumn = endColumn;
return t;
}
int curLexState = 0;
int defaultLexState = 0;
int jjnewStateCnt;
int jjround;
int jjmatchedPos;
int jjmatchedKind;
/** Get the next Token. */
public Token getNextToken()
{
Token matchedToken;
int curPos = 0;
EOFLoop :
for (;;)
{
try
{
curChar = input_stream.BeginToken();
}
catch(java.io.IOException e)
{
jjmatchedKind = 0;
matchedToken = jjFillToken();
return matchedToken;
}
try { input_stream.backup(0);
while (curChar <= 32 && (0x100002600L & (1L << curChar)) != 0L)
curChar = input_stream.BeginToken();
}
catch (java.io.IOException e1) { continue EOFLoop; }
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_0();
if (jjmatchedKind != 0x7fffffff)
{
if (jjmatchedPos + 1 < curPos)
input_stream.backup(curPos - jjmatchedPos - 1);
if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
matchedToken = jjFillToken();
return matchedToken;
}
else
{
continue EOFLoop;
}
}
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 <= 1 ? "" : 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 <= 1 ? "" : input_stream.GetImage();
}
throw new TokenMgrError(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrError.LEXICAL_ERROR);
}
}
private void jjCheckNAdd(int state)
{
if (jjrounds[state] != jjround)
{
jjstateSet[jjnewStateCnt++] = state;
jjrounds[state] = jjround;
}
}
private void jjAddStates(int start, int end)
{
do {
jjstateSet[jjnewStateCnt++] = jjnextStates[start];
} while (start++ != end);
}
private void jjCheckNAddTwoStates(int state1, int state2)
{
jjCheckNAdd(state1);
jjCheckNAdd(state2);
}
private void jjCheckNAddStates(int start, int end)
{
do {
jjCheckNAdd(jjnextStates[start]);
} while (start++ != end);
}
}