home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 November
/
Chip_1998-11_cd.bin
/
tema
/
Cafe
/
jfc.bin
/
style32TokenManager.java
< prev
next >
Wrap
Text File
|
1998-02-26
|
85KB
|
2,984 lines
/* Generated By:JavaCC: Do not edit this line. style32TokenManager.java */
package com.sun.java.swing.text.html;
/*
* @(#)style32TokenManager.java 1.6 97/10/10
*
* Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Sun.
*
* SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
* SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
* SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
* THIS SOFTWARE OR ITS DERIVATIVES.
*
*/
/**
*
* @version 1.6 10/10/97
* @author Makarand Gokhale
*
*/
class style32TokenManager implements style32Constants
{
private final int jjMoveStringLiteralDfa0_4()
{
return jjMoveNfa_4(0, 0);
}
private final void jjCheckNAdd(int state)
{
if (jjrounds[state] != jjround)
{
jjstateSet[jjnewStateCnt++] = state;
jjrounds[state] = jjround;
}
}
private final void jjAddStates(int start, int end)
{
do {
jjstateSet[jjnewStateCnt++] = jjnextStates[start];
} while (start++ != end);
}
private final void jjCheckNAddTwoStates(int state1, int state2)
{
jjCheckNAdd(state1);
jjCheckNAdd(state2);
}
private final void jjCheckNAddStates(int start, int end)
{
do {
jjCheckNAdd(jjnextStates[start]);
} while (start++ != end);
}
static final long[] jjbitVec0 = {
0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
private final int jjMoveNfa_4(int startState, int curPos)
{
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 3;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if ((0xfffffffbffffffffL & l) != 0L)
jjCheckNAddTwoStates(1, 2);
else if (curChar == 34)
{
if (kind > 89)
kind = 89;
}
break;
case 0:
if (curChar == 34)
jjCheckNAdd(1);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
jjAddStates(0, 1);
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if ((jjbitVec0[i2] & l2) != 0L)
jjCheckNAddTwoStates(1, 2);
break;
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 3 - (jjnewStateCnt = startsAt)))
return curPos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return curPos; }
}
}
private final int jjStopAtPos(int pos, int kind)
{
jjmatchedKind = kind;
jjmatchedPos = pos;
return pos + 1;
}
private final int jjMoveStringLiteralDfa0_9()
{
switch(curChar)
{
case 41:
jjmatchedKind = 121;
return jjMoveNfa_9(2, 0);
default :
return jjMoveNfa_9(2, 0);
}
}
private final int jjMoveNfa_9(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 2;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
if ((0x7fff02900002600L & l) != 0L)
{
if (kind > 120)
kind = 120;
jjCheckNAdd(1);
}
if ((0x100002600L & l) != 0L)
{
if (kind > 115)
kind = 115;
jjCheckNAdd(0);
}
break;
case 0:
if ((0x100002600L & l) == 0L)
break;
if (kind > 115)
kind = 115;
jjCheckNAdd(0);
break;
case 1:
if ((0x7fff02900002600L & l) == 0L)
break;
if (kind > 120)
kind = 120;
jjCheckNAdd(1);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
case 1:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
kind = 120;
jjstateSet[jjnewStateCnt++] = 1;
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 2 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjMoveStringLiteralDfa0_0()
{
switch(curChar)
{
case 44:
jjmatchedKind = 82;
return jjMoveNfa_0(2, 0);
case 45:
return jjMoveStringLiteralDfa1_0(0x8L, 0x0L);
case 46:
jjmatchedKind = 79;
return jjMoveNfa_0(2, 0);
case 47:
return jjMoveStringLiteralDfa1_0(0x10L, 0x0L);
case 58:
jjmatchedKind = 80;
return jjMoveNfa_0(2, 0);
case 60:
jjmatchedKind = 8;
return jjMoveStringLiteralDfa1_0(0x204L, 0x0L);
case 65:
jjmatchedKind = 10;
return jjMoveStringLiteralDfa1_0(0x3800L, 0x0L);
case 66:
jjmatchedKind = 14;
return jjMoveStringLiteralDfa1_0(0x1f8000L, 0x0L);
case 67:
return jjMoveStringLiteralDfa1_0(0x1e00000L, 0x0L);
case 68:
return jjMoveStringLiteralDfa1_0(0x7e000000L, 0x0L);
case 69:
return jjMoveStringLiteralDfa1_0(0x80000000L, 0x0L);
case 70:
return jjMoveStringLiteralDfa1_0(0x300000000L, 0x0L);
case 72:
return jjMoveStringLiteralDfa1_0(0x7fc00000000L, 0x0L);
case 73:
jjmatchedKind = 43;
return jjMoveStringLiteralDfa1_0(0x700000000000L, 0x0L);
case 75:
return jjMoveStringLiteralDfa1_0(0x800000000000L, 0x0L);
case 76:
return jjMoveStringLiteralDfa1_0(0x3000000000000L, 0x0L);
case 77:
return jjMoveStringLiteralDfa1_0(0x1c000000000000L, 0x0L);
case 79:
return jjMoveStringLiteralDfa1_0(0x60000000000000L, 0x0L);
case 80:
jjmatchedKind = 55;
return jjMoveStringLiteralDfa1_0(0x700000000000000L, 0x0L);
case 83:
return jjMoveStringLiteralDfa1_0(0xf800000000000000L, 0xfL);
case 84:
return jjMoveStringLiteralDfa1_0(0x0L, 0x7f0L);
case 85:
jjmatchedKind = 75;
return jjMoveStringLiteralDfa1_0(0x0L, 0x1000L);
case 86:
return jjMoveStringLiteralDfa1_0(0x0L, 0x2000L);
case 97:
jjmatchedKind = 10;
return jjMoveStringLiteralDfa1_0(0x3800L, 0x0L);
case 98:
jjmatchedKind = 14;
return jjMoveStringLiteralDfa1_0(0x1f8000L, 0x0L);
case 99:
return jjMoveStringLiteralDfa1_0(0x1e00000L, 0x0L);
case 100:
return jjMoveStringLiteralDfa1_0(0x7e000000L, 0x0L);
case 101:
return jjMoveStringLiteralDfa1_0(0x80000000L, 0x0L);
case 102:
return jjMoveStringLiteralDfa1_0(0x300000000L, 0x0L);
case 104:
return jjMoveStringLiteralDfa1_0(0x7fc00000000L, 0x0L);
case 105:
jjmatchedKind = 43;
return jjMoveStringLiteralDfa1_0(0x700000000000L, 0x0L);
case 107:
return jjMoveStringLiteralDfa1_0(0x800000000000L, 0x0L);
case 108:
return jjMoveStringLiteralDfa1_0(0x3000000000000L, 0x0L);
case 109:
return jjMoveStringLiteralDfa1_0(0x1c000000000000L, 0x0L);
case 111:
return jjMoveStringLiteralDfa1_0(0x60000000000000L, 0x0L);
case 112:
jjmatchedKind = 55;
return jjMoveStringLiteralDfa1_0(0x700000000000000L, 0x0L);
case 115:
return jjMoveStringLiteralDfa1_0(0xf800000000000000L, 0xfL);
case 116:
return jjMoveStringLiteralDfa1_0(0x0L, 0x7f0L);
case 117:
jjmatchedKind = 75;
return jjMoveStringLiteralDfa1_0(0x0L, 0x1000L);
case 118:
return jjMoveStringLiteralDfa1_0(0x0L, 0x2000L);
case 123:
jjmatchedKind = 81;
return jjMoveNfa_0(2, 0);
default :
return jjMoveNfa_0(2, 0);
}
}
private final int jjMoveStringLiteralDfa1_0(long active0, long active1)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 0);
}
switch(curChar)
{
case 33:
return jjMoveStringLiteralDfa2_0(active0, 0x4L, active1, 0L);
case 42:
if ((active0 & 0x10L) != 0L)
{
jjmatchedKind = 4;
jjmatchedPos = 1;
}
break;
case 45:
return jjMoveStringLiteralDfa2_0(active0, 0x8L, active1, 0L);
case 47:
if ((active0 & 0x200L) != 0L)
{
jjmatchedKind = 9;
jjmatchedPos = 1;
}
break;
case 49:
if ((active0 & 0x400000000L) != 0L)
{
jjmatchedKind = 34;
jjmatchedPos = 1;
}
break;
case 50:
if ((active0 & 0x800000000L) != 0L)
{
jjmatchedKind = 35;
jjmatchedPos = 1;
}
break;
case 51:
if ((active0 & 0x1000000000L) != 0L)
{
jjmatchedKind = 36;
jjmatchedPos = 1;
}
break;
case 52:
if ((active0 & 0x2000000000L) != 0L)
{
jjmatchedKind = 37;
jjmatchedPos = 1;
}
break;
case 53:
if ((active0 & 0x4000000000L) != 0L)
{
jjmatchedKind = 38;
jjmatchedPos = 1;
}
break;
case 54:
if ((active0 & 0x8000000000L) != 0L)
{
jjmatchedKind = 39;
jjmatchedPos = 1;
}
break;
case 65:
return jjMoveStringLiteralDfa2_0(active0, 0x904000000218000L, active1, 0x2010L);
case 66:
return jjMoveStringLiteralDfa2_0(active0, 0x800000000000L, active1, 0L);
case 67:
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000000000L, active1, 0L);
case 68:
if ((active0 & 0x2000000L) != 0L)
{
jjmatchedKind = 25;
jjmatchedPos = 1;
}
else if ((active1 & 0x20L) != 0L)
{
jjmatchedKind = 69;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x800L, active1, 0L);
case 69:
return jjMoveStringLiteralDfa2_0(active0, 0x2018010000400000L, active1, 0x40L);
case 70:
return jjMoveStringLiteralDfa2_0(active0, 0x4000000L, active1, 0L);
case 72:
if ((active1 & 0x80L) != 0L)
{
jjmatchedKind = 71;
jjmatchedPos = 1;
}
break;
case 73:
if ((active0 & 0x1000000000000L) != 0L)
{
jjmatchedKind = 48;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x2000018820000L, active1, 0x100L);
case 76:
if ((active0 & 0x20000000L) != 0L)
{
jjmatchedKind = 29;
jjmatchedPos = 1;
}
else if ((active0 & 0x20000000000000L) != 0L)
{
jjmatchedKind = 53;
jjmatchedPos = 1;
}
else if ((active1 & 0x1000L) != 0L)
{
jjmatchedKind = 76;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x40000L, active1, 0L);
case 77:
if ((active0 & 0x80000000L) != 0L)
{
jjmatchedKind = 31;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x4000100000000000L, active1, 0L);
case 78:
return jjMoveStringLiteralDfa2_0(active0, 0x200000000000L, active1, 0L);
case 79:
return jjMoveStringLiteralDfa2_0(active0, 0x301080000L, active1, 0L);
case 80:
return jjMoveStringLiteralDfa2_0(active0, 0x40000000001000L, active1, 0L);
case 82:
if ((active0 & 0x100000L) != 0L)
{
jjmatchedKind = 20;
jjmatchedPos = 1;
}
else if ((active0 & 0x20000000000L) != 0L)
{
jjmatchedKind = 41;
jjmatchedPos = 1;
}
else if ((active1 & 0x200L) != 0L)
{
jjmatchedKind = 73;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x600000000002000L, active1, 0L);
case 83:
return jjMoveStringLiteralDfa2_0(active0, 0x400000000000L, active1, 0L);
case 84:
if ((active0 & 0x40000000L) != 0L)
{
jjmatchedKind = 30;
jjmatchedPos = 1;
}
else if ((active1 & 0x400L) != 0L)
{
jjmatchedKind = 74;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x8000040000000000L, active1, 0x3L);
case 85:
return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0xcL);
case 97:
return jjMoveStringLiteralDfa2_0(active0, 0x904000000218000L, active1, 0x2010L);
case 98:
return jjMoveStringLiteralDfa2_0(active0, 0x800000000000L, active1, 0L);
case 99:
return jjMoveStringLiteralDfa2_0(active0, 0x1000000000000000L, active1, 0L);
case 100:
if ((active0 & 0x2000000L) != 0L)
{
jjmatchedKind = 25;
jjmatchedPos = 1;
}
else if ((active1 & 0x20L) != 0L)
{
jjmatchedKind = 69;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x800L, active1, 0L);
case 101:
return jjMoveStringLiteralDfa2_0(active0, 0x2018010000400000L, active1, 0x40L);
case 102:
return jjMoveStringLiteralDfa2_0(active0, 0x4000000L, active1, 0L);
case 104:
if ((active1 & 0x80L) != 0L)
{
jjmatchedKind = 71;
jjmatchedPos = 1;
}
break;
case 105:
if ((active0 & 0x1000000000000L) != 0L)
{
jjmatchedKind = 48;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x2000018820000L, active1, 0x100L);
case 108:
if ((active0 & 0x20000000L) != 0L)
{
jjmatchedKind = 29;
jjmatchedPos = 1;
}
else if ((active0 & 0x20000000000000L) != 0L)
{
jjmatchedKind = 53;
jjmatchedPos = 1;
}
else if ((active1 & 0x1000L) != 0L)
{
jjmatchedKind = 76;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x40000L, active1, 0L);
case 109:
if ((active0 & 0x80000000L) != 0L)
{
jjmatchedKind = 31;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x4000100000000000L, active1, 0L);
case 110:
return jjMoveStringLiteralDfa2_0(active0, 0x200000000000L, active1, 0L);
case 111:
return jjMoveStringLiteralDfa2_0(active0, 0x301080000L, active1, 0L);
case 112:
return jjMoveStringLiteralDfa2_0(active0, 0x40000000001000L, active1, 0L);
case 114:
if ((active0 & 0x100000L) != 0L)
{
jjmatchedKind = 20;
jjmatchedPos = 1;
}
else if ((active0 & 0x20000000000L) != 0L)
{
jjmatchedKind = 41;
jjmatchedPos = 1;
}
else if ((active1 & 0x200L) != 0L)
{
jjmatchedKind = 73;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x600000000002000L, active1, 0L);
case 115:
return jjMoveStringLiteralDfa2_0(active0, 0x400000000000L, active1, 0L);
case 116:
if ((active0 & 0x40000000L) != 0L)
{
jjmatchedKind = 30;
jjmatchedPos = 1;
}
else if ((active1 & 0x400L) != 0L)
{
jjmatchedKind = 74;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x8000040000000000L, active1, 0x3L);
case 117:
return jjMoveStringLiteralDfa2_0(active0, 0L, active1, 0xcL);
default :
break;
}
return jjMoveNfa_0(2, 1);
}
private final int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 1);
}
switch(curChar)
{
case 45:
return jjMoveStringLiteralDfa3_0(active0, 0x4L, active1, 0L);
case 62:
if ((active0 & 0x8L) != 0L)
{
jjmatchedKind = 3;
jjmatchedPos = 2;
}
break;
case 65:
return jjMoveStringLiteralDfa3_0(active0, 0x4000010000000000L, active1, 0L);
case 66:
if ((active1 & 0x4L) != 0L)
{
jjmatchedKind = 66;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x10L);
case 68:
if ((active0 & 0x800000000000L) != 0L)
{
jjmatchedKind = 47;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x1080800L, active1, 0L);
case 69:
if ((active0 & 0x200000000000000L) != 0L)
{
jjmatchedKind = 57;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x2000L, active1, 0L);
case 71:
if ((active0 & 0x20000L) != 0L)
{
jjmatchedKind = 17;
jjmatchedPos = 2;
}
else if ((active0 & 0x100000000000L) != 0L)
{
jjmatchedKind = 44;
jjmatchedPos = 2;
}
break;
case 73:
return jjMoveStringLiteralDfa3_0(active0, 0x400000000000L, active1, 0L);
case 76:
return jjMoveStringLiteralDfa3_0(active0, 0x2000000000000000L, active1, 0L);
case 77:
return jjMoveStringLiteralDfa3_0(active0, 0x800040000000000L, active1, 0L);
case 78:
if ((active0 & 0x4000000L) != 0L)
{
jjmatchedKind = 26;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0xa000100400000L, active1, 0L);
case 79:
return jjMoveStringLiteralDfa3_0(active0, 0x400000000040000L, active1, 0L);
case 80:
if ((active0 & 0x4000000000000L) != 0L)
{
jjmatchedKind = 50;
jjmatchedPos = 2;
}
else if ((active1 & 0x8L) != 0L)
{
jjmatchedKind = 67;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x200000201000L, active1, 0L);
case 82:
if ((active0 & 0x8000000L) != 0L)
{
jjmatchedKind = 27;
jjmatchedPos = 2;
}
else if ((active1 & 0x2000L) != 0L)
{
jjmatchedKind = 77;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x9100000200000000L, active1, 0x1L);
case 83:
return jjMoveStringLiteralDfa3_0(active0, 0x18000L, active1, 0L);
case 84:
return jjMoveStringLiteralDfa3_0(active0, 0x50000000800000L, active1, 0x100L);
case 86:
if ((active0 & 0x10000000L) != 0L)
{
jjmatchedKind = 28;
jjmatchedPos = 2;
}
break;
case 88:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x40L);
case 89:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x2L);
case 97:
return jjMoveStringLiteralDfa3_0(active0, 0x4000010000000000L, active1, 0L);
case 98:
if ((active1 & 0x4L) != 0L)
{
jjmatchedKind = 66;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x10L);
case 100:
if ((active0 & 0x800000000000L) != 0L)
{
jjmatchedKind = 47;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x1080800L, active1, 0L);
case 101:
if ((active0 & 0x200000000000000L) != 0L)
{
jjmatchedKind = 57;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x2000L, active1, 0L);
case 103:
if ((active0 & 0x20000L) != 0L)
{
jjmatchedKind = 17;
jjmatchedPos = 2;
}
else if ((active0 & 0x100000000000L) != 0L)
{
jjmatchedKind = 44;
jjmatchedPos = 2;
}
break;
case 105:
return jjMoveStringLiteralDfa3_0(active0, 0x400000000000L, active1, 0L);
case 108:
return jjMoveStringLiteralDfa3_0(active0, 0x2000000000000000L, active1, 0L);
case 109:
return jjMoveStringLiteralDfa3_0(active0, 0x800040000000000L, active1, 0L);
case 110:
if ((active0 & 0x4000000L) != 0L)
{
jjmatchedKind = 26;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0xa000100400000L, active1, 0L);
case 111:
return jjMoveStringLiteralDfa3_0(active0, 0x400000000040000L, active1, 0L);
case 112:
if ((active0 & 0x4000000000000L) != 0L)
{
jjmatchedKind = 50;
jjmatchedPos = 2;
}
else if ((active1 & 0x8L) != 0L)
{
jjmatchedKind = 67;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x200000201000L, active1, 0L);
case 114:
if ((active0 & 0x8000000L) != 0L)
{
jjmatchedKind = 27;
jjmatchedPos = 2;
}
else if ((active1 & 0x2000L) != 0L)
{
jjmatchedKind = 77;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x9100000200000000L, active1, 0x1L);
case 115:
return jjMoveStringLiteralDfa3_0(active0, 0x18000L, active1, 0L);
case 116:
return jjMoveStringLiteralDfa3_0(active0, 0x50000000800000L, active1, 0x100L);
case 118:
if ((active0 & 0x10000000L) != 0L)
{
jjmatchedKind = 28;
jjmatchedPos = 2;
}
break;
case 120:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x40L);
case 121:
return jjMoveStringLiteralDfa3_0(active0, 0L, active1, 0x2L);
default :
break;
}
return jjMoveNfa_0(2, 2);
}
private final int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 2);
}
switch(curChar)
{
case 45:
if ((active0 & 0x4L) != 0L)
{
jjmatchedKind = 2;
jjmatchedPos = 3;
}
break;
case 65:
if ((active0 & 0x2000L) != 0L)
{
jjmatchedKind = 13;
jjmatchedPos = 3;
}
else if ((active0 & 0x10000000000000L) != 0L)
{
jjmatchedKind = 52;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x100000000000000L, active1, 0L);
case 67:
return jjMoveStringLiteralDfa4_0(active0, 0x40000L, active1, 0L);
case 68:
if ((active0 & 0x10000000000L) != 0L)
{
jjmatchedKind = 40;
jjmatchedPos = 3;
}
break;
case 69:
if ((active0 & 0x8000L) != 0L)
{
jjmatchedKind = 15;
jjmatchedPos = 3;
}
else if ((active0 & 0x800000L) != 0L)
{
jjmatchedKind = 23;
jjmatchedPos = 3;
}
else if ((active0 & 0x1000000L) != 0L)
{
jjmatchedKind = 24;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x2000000000010000L, active1, 0L);
case 73:
return jjMoveStringLiteralDfa4_0(active0, 0x9040000000000000L, active1, 0L);
case 75:
if ((active0 & 0x2000000000000L) != 0L)
{
jjmatchedKind = 49;
jjmatchedPos = 3;
}
break;
case 76:
if ((active0 & 0x40000000000L) != 0L)
{
jjmatchedKind = 42;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x4000000000001000L, active1, 0x112L);
case 77:
if ((active0 & 0x200000000L) != 0L)
{
jjmatchedKind = 33;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000000L, active1, 0L);
case 78:
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000L, active1, 0L);
case 79:
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x1L);
case 80:
if ((active0 & 0x800000000000000L) != 0L)
{
jjmatchedKind = 59;
jjmatchedPos = 3;
}
break;
case 82:
return jjMoveStringLiteralDfa4_0(active0, 0x800L, active1, 0L);
case 84:
if ((active0 & 0x100000000L) != 0L)
{
jjmatchedKind = 32;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x600000L, active1, 0x40L);
case 85:
if ((active0 & 0x8000000000000L) != 0L)
{
jjmatchedKind = 51;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x200000000000L, active1, 0L);
case 89:
if ((active0 & 0x80000L) != 0L)
{
jjmatchedKind = 19;
jjmatchedPos = 3;
}
break;
case 97:
if ((active0 & 0x2000L) != 0L)
{
jjmatchedKind = 13;
jjmatchedPos = 3;
}
else if ((active0 & 0x10000000000000L) != 0L)
{
jjmatchedKind = 52;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x100000000000000L, active1, 0L);
case 99:
return jjMoveStringLiteralDfa4_0(active0, 0x40000L, active1, 0L);
case 100:
if ((active0 & 0x10000000000L) != 0L)
{
jjmatchedKind = 40;
jjmatchedPos = 3;
}
break;
case 101:
if ((active0 & 0x8000L) != 0L)
{
jjmatchedKind = 15;
jjmatchedPos = 3;
}
else if ((active0 & 0x800000L) != 0L)
{
jjmatchedKind = 23;
jjmatchedPos = 3;
}
else if ((active0 & 0x1000000L) != 0L)
{
jjmatchedKind = 24;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x2000000000010000L, active1, 0L);
case 105:
return jjMoveStringLiteralDfa4_0(active0, 0x9040000000000000L, active1, 0L);
case 107:
if ((active0 & 0x2000000000000L) != 0L)
{
jjmatchedKind = 49;
jjmatchedPos = 3;
}
break;
case 108:
if ((active0 & 0x40000000000L) != 0L)
{
jjmatchedKind = 42;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x4000000000001000L, active1, 0x112L);
case 109:
if ((active0 & 0x200000000L) != 0L)
{
jjmatchedKind = 33;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000000L, active1, 0L);
case 110:
return jjMoveStringLiteralDfa4_0(active0, 0x400000000000L, active1, 0L);
case 111:
return jjMoveStringLiteralDfa4_0(active0, 0L, active1, 0x1L);
case 112:
if ((active0 & 0x800000000000000L) != 0L)
{
jjmatchedKind = 59;
jjmatchedPos = 3;
}
break;
case 114:
return jjMoveStringLiteralDfa4_0(active0, 0x800L, active1, 0L);
case 116:
if ((active0 & 0x100000000L) != 0L)
{
jjmatchedKind = 32;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x600000L, active1, 0x40L);
case 117:
if ((active0 & 0x8000000000000L) != 0L)
{
jjmatchedKind = 51;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x200000000000L, active1, 0L);
case 121:
if ((active0 & 0x80000L) != 0L)
{
jjmatchedKind = 19;
jjmatchedPos = 3;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 3);
}
private final int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 3);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 3);
}
switch(curChar)
{
case 65:
return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x40L);
case 67:
return jjMoveStringLiteralDfa5_0(active0, 0x2000000000000000L, active1, 0L);
case 68:
return jjMoveStringLiteralDfa5_0(active0, 0x400000000000L, active1, 0L);
case 69:
if ((active1 & 0x2L) != 0L)
{
jjmatchedKind = 65;
jjmatchedPos = 4;
}
else if ((active1 & 0x10L) != 0L)
{
jjmatchedKind = 68;
jjmatchedPos = 4;
}
else if ((active1 & 0x100L) != 0L)
{
jjmatchedKind = 72;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x401800L, active1, 0L);
case 70:
return jjMoveStringLiteralDfa5_0(active0, 0x10000L, active1, 0L);
case 73:
return jjMoveStringLiteralDfa5_0(active0, 0x200000L, active1, 0L);
case 75:
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000040000L, active1, 0L);
case 76:
if ((active0 & 0x4000000000000000L) != 0L)
{
jjmatchedKind = 62;
jjmatchedPos = 4;
}
break;
case 77:
if ((active0 & 0x100000000000000L) != 0L)
{
jjmatchedKind = 56;
jjmatchedPos = 4;
}
break;
case 78:
return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x1L);
case 79:
return jjMoveStringLiteralDfa5_0(active0, 0x40000000000000L, active1, 0L);
case 80:
return jjMoveStringLiteralDfa5_0(active0, 0x1400000000000000L, active1, 0L);
case 84:
if ((active0 & 0x200000000000L) != 0L)
{
jjmatchedKind = 45;
jjmatchedPos = 4;
}
break;
case 97:
return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x40L);
case 99:
return jjMoveStringLiteralDfa5_0(active0, 0x2000000000000000L, active1, 0L);
case 100:
return jjMoveStringLiteralDfa5_0(active0, 0x400000000000L, active1, 0L);
case 101:
if ((active1 & 0x2L) != 0L)
{
jjmatchedKind = 65;
jjmatchedPos = 4;
}
else if ((active1 & 0x10L) != 0L)
{
jjmatchedKind = 68;
jjmatchedPos = 4;
}
else if ((active1 & 0x100L) != 0L)
{
jjmatchedKind = 72;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x401800L, active1, 0L);
case 102:
return jjMoveStringLiteralDfa5_0(active0, 0x10000L, active1, 0L);
case 105:
return jjMoveStringLiteralDfa5_0(active0, 0x200000L, active1, 0L);
case 107:
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000040000L, active1, 0L);
case 108:
if ((active0 & 0x4000000000000000L) != 0L)
{
jjmatchedKind = 62;
jjmatchedPos = 4;
}
break;
case 109:
if ((active0 & 0x100000000000000L) != 0L)
{
jjmatchedKind = 56;
jjmatchedPos = 4;
}
break;
case 110:
return jjMoveStringLiteralDfa5_0(active0, 0L, active1, 0x1L);
case 111:
return jjMoveStringLiteralDfa5_0(active0, 0x40000000000000L, active1, 0L);
case 112:
return jjMoveStringLiteralDfa5_0(active0, 0x1400000000000000L, active1, 0L);
case 116:
if ((active0 & 0x200000000000L) != 0L)
{
jjmatchedKind = 45;
jjmatchedPos = 4;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 4);
}
private final int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 4);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 4);
}
switch(curChar)
{
case 69:
if ((active0 & 0x8000000000000000L) != 0L)
{
jjmatchedKind = 63;
jjmatchedPos = 5;
}
return jjMoveStringLiteralDfa6_0(active0, 0x400000000000L, active1, 0L);
case 71:
if ((active1 & 0x1L) != 0L)
{
jjmatchedKind = 64;
jjmatchedPos = 5;
}
break;
case 78:
if ((active0 & 0x40000000000000L) != 0L)
{
jjmatchedKind = 54;
jjmatchedPos = 5;
}
break;
case 79:
return jjMoveStringLiteralDfa6_0(active0, 0x210000L, active1, 0L);
case 81:
return jjMoveStringLiteralDfa6_0(active0, 0x40000L, active1, 0L);
case 82:
if ((active0 & 0x400000L) != 0L)
{
jjmatchedKind = 22;
jjmatchedPos = 5;
}
return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x40L);
case 83:
return jjMoveStringLiteralDfa6_0(active0, 0x800L, active1, 0L);
case 84:
if ((active0 & 0x1000L) != 0L)
{
jjmatchedKind = 12;
jjmatchedPos = 5;
}
else if ((active0 & 0x400000000000000L) != 0L)
{
jjmatchedKind = 58;
jjmatchedPos = 5;
}
else if ((active0 & 0x1000000000000000L) != 0L)
{
jjmatchedKind = 60;
jjmatchedPos = 5;
}
else if ((active0 & 0x2000000000000000L) != 0L)
{
jjmatchedKind = 61;
jjmatchedPos = 5;
}
break;
case 101:
if ((active0 & 0x8000000000000000L) != 0L)
{
jjmatchedKind = 63;
jjmatchedPos = 5;
}
return jjMoveStringLiteralDfa6_0(active0, 0x400000000000L, active1, 0L);
case 103:
if ((active1 & 0x1L) != 0L)
{
jjmatchedKind = 64;
jjmatchedPos = 5;
}
break;
case 110:
if ((active0 & 0x40000000000000L) != 0L)
{
jjmatchedKind = 54;
jjmatchedPos = 5;
}
break;
case 111:
return jjMoveStringLiteralDfa6_0(active0, 0x210000L, active1, 0L);
case 113:
return jjMoveStringLiteralDfa6_0(active0, 0x40000L, active1, 0L);
case 114:
if ((active0 & 0x400000L) != 0L)
{
jjmatchedKind = 22;
jjmatchedPos = 5;
}
return jjMoveStringLiteralDfa6_0(active0, 0L, active1, 0x40L);
case 115:
return jjMoveStringLiteralDfa6_0(active0, 0x800L, active1, 0L);
case 116:
if ((active0 & 0x1000L) != 0L)
{
jjmatchedKind = 12;
jjmatchedPos = 5;
}
else if ((active0 & 0x400000000000000L) != 0L)
{
jjmatchedKind = 58;
jjmatchedPos = 5;
}
else if ((active0 & 0x1000000000000000L) != 0L)
{
jjmatchedKind = 60;
jjmatchedPos = 5;
}
else if ((active0 & 0x2000000000000000L) != 0L)
{
jjmatchedKind = 61;
jjmatchedPos = 5;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 5);
}
private final int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 5);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 5);
}
switch(curChar)
{
case 69:
return jjMoveStringLiteralDfa7_0(active0, 0L, active1, 0x40L);
case 78:
if ((active0 & 0x200000L) != 0L)
{
jjmatchedKind = 21;
jjmatchedPos = 6;
}
return jjMoveStringLiteralDfa7_0(active0, 0x10000L, active1, 0L);
case 83:
if ((active0 & 0x800L) != 0L)
{
jjmatchedKind = 11;
jjmatchedPos = 6;
}
break;
case 85:
return jjMoveStringLiteralDfa7_0(active0, 0x40000L, active1, 0L);
case 88:
if ((active0 & 0x400000000000L) != 0L)
{
jjmatchedKind = 46;
jjmatchedPos = 6;
}
break;
case 101:
return jjMoveStringLiteralDfa7_0(active0, 0L, active1, 0x40L);
case 110:
if ((active0 & 0x200000L) != 0L)
{
jjmatchedKind = 21;
jjmatchedPos = 6;
}
return jjMoveStringLiteralDfa7_0(active0, 0x10000L, active1, 0L);
case 115:
if ((active0 & 0x800L) != 0L)
{
jjmatchedKind = 11;
jjmatchedPos = 6;
}
break;
case 117:
return jjMoveStringLiteralDfa7_0(active0, 0x40000L, active1, 0L);
case 120:
if ((active0 & 0x400000000000L) != 0L)
{
jjmatchedKind = 46;
jjmatchedPos = 6;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 6);
}
private final int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 6);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 6);
}
switch(curChar)
{
case 65:
if ((active1 & 0x40L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 7;
}
break;
case 79:
return jjMoveStringLiteralDfa8_0(active0, 0x40000L, active1, 0L);
case 84:
if ((active0 & 0x10000L) != 0L)
{
jjmatchedKind = 16;
jjmatchedPos = 7;
}
break;
case 97:
if ((active1 & 0x40L) != 0L)
{
jjmatchedKind = 70;
jjmatchedPos = 7;
}
break;
case 111:
return jjMoveStringLiteralDfa8_0(active0, 0x40000L, active1, 0L);
case 116:
if ((active0 & 0x10000L) != 0L)
{
jjmatchedKind = 16;
jjmatchedPos = 7;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 7);
}
private final int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1)
{
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjMoveNfa_0(2, 7);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 7);
}
switch(curChar)
{
case 84:
return jjMoveStringLiteralDfa9_0(active0, 0x40000L);
case 116:
return jjMoveStringLiteralDfa9_0(active0, 0x40000L);
default :
break;
}
return jjMoveNfa_0(2, 8);
}
private final int jjMoveStringLiteralDfa9_0(long old0, long active0)
{
if (((active0 &= old0)) == 0L)
return jjMoveNfa_0(2, 8);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_0(2, 8);
}
switch(curChar)
{
case 69:
if ((active0 & 0x40000L) != 0L)
{
jjmatchedKind = 18;
jjmatchedPos = 9;
}
break;
case 101:
if ((active0 & 0x40000L) != 0L)
{
jjmatchedKind = 18;
jjmatchedPos = 9;
}
break;
default :
break;
}
return jjMoveNfa_0(2, 9);
}
private final int jjMoveNfa_0(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 2;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
if ((0x3ff000000000000L & l) != 0L)
{
if (kind > 78)
kind = 78;
jjCheckNAdd(1);
}
else if ((0x100002600L & l) != 0L)
{
if (kind > 1)
kind = 1;
jjCheckNAdd(0);
}
break;
case 0:
if ((0x100002600L & l) == 0L)
break;
kind = 1;
jjstateSet[jjnewStateCnt++] = 0;
break;
case 1:
if ((0x3ff000000000000L & l) == 0L)
break;
kind = 78;
jjstateSet[jjnewStateCnt++] = 1;
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
case 1:
if ((0x7fffffe07fffffeL & l) == 0L)
break;
kind = 78;
jjstateSet[jjnewStateCnt++] = 1;
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 2 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjMoveStringLiteralDfa0_3()
{
switch(curChar)
{
case 61:
jjmatchedKind = 87;
return jjMoveNfa_3(0, 0);
case 62:
jjmatchedKind = 88;
return jjMoveNfa_3(0, 0);
case 84:
return jjMoveStringLiteralDfa1_3(0x400000L);
case 116:
return jjMoveStringLiteralDfa1_3(0x400000L);
default :
return jjMoveNfa_3(0, 0);
}
}
private final int jjMoveStringLiteralDfa1_3(long active1)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_3(0, 0);
}
switch(curChar)
{
case 89:
return jjMoveStringLiteralDfa2_3(active1, 0x400000L);
case 121:
return jjMoveStringLiteralDfa2_3(active1, 0x400000L);
default :
break;
}
return jjMoveNfa_3(0, 1);
}
private final int jjMoveStringLiteralDfa2_3(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjMoveNfa_3(0, 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_3(0, 1);
}
switch(curChar)
{
case 80:
return jjMoveStringLiteralDfa3_3(active1, 0x400000L);
case 112:
return jjMoveStringLiteralDfa3_3(active1, 0x400000L);
default :
break;
}
return jjMoveNfa_3(0, 2);
}
private final int jjMoveStringLiteralDfa3_3(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjMoveNfa_3(0, 2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_3(0, 2);
}
switch(curChar)
{
case 69:
if ((active1 & 0x400000L) != 0L)
{
jjmatchedKind = 86;
jjmatchedPos = 3;
}
break;
case 101:
if ((active1 & 0x400000L) != 0L)
{
jjmatchedKind = 86;
jjmatchedPos = 3;
}
break;
default :
break;
}
return jjMoveNfa_3(0, 3);
}
private final int jjMoveNfa_3(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 1;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 0:
if ((0x100002600L & l) == 0L)
break;
kind = 85;
jjstateSet[jjnewStateCnt++] = 0;
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjStopStringLiteralDfa_1(int pos, long active0)
{
switch (pos)
{
case 0:
if ((active0 & 0x80L) != 0L)
return 2;
return -1;
default :
return -1;
}
}
private final int jjStartNfa_1(int pos, long active0)
{
return jjMoveNfa_1(jjStopStringLiteralDfa_1(pos, active0), pos + 1);
}
private final int jjStartNfaWithStates_1(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_1(state, pos + 1);
}
private final int jjMoveStringLiteralDfa0_1()
{
switch(curChar)
{
case 42:
return jjMoveStringLiteralDfa1_1(0x80L);
default :
return jjMoveNfa_1(1, 0);
}
}
private final int jjMoveStringLiteralDfa1_1(long active0)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_1(0, active0);
return 1;
}
switch(curChar)
{
case 47:
if ((active0 & 0x80L) != 0L)
return jjStopAtPos(1, 7);
break;
default :
break;
}
return jjStartNfa_1(0, active0);
}
private final int jjMoveNfa_1(int startState, int curPos)
{
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 3;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if ((0xfffffbffffffffffL & l) != 0L)
{
if (kind > 5)
kind = 5;
jjCheckNAdd(0);
}
else if (curChar == 42)
jjCheckNAdd(2);
break;
case 0:
if ((0xfffffbffffffffffL & l) == 0L)
break;
if (kind > 5)
kind = 5;
jjCheckNAdd(0);
break;
case 2:
if ((0xffff7fffffffffffL & l) == 0L)
break;
if (kind > 6)
kind = 6;
jjCheckNAdd(2);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
case 0:
if (kind > 5)
kind = 5;
jjCheckNAdd(0);
break;
case 2:
if (kind > 6)
kind = 6;
jjstateSet[jjnewStateCnt++] = 2;
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
case 0:
if ((jjbitVec0[i2] & l2) == 0L)
break;
if (kind > 5)
kind = 5;
jjCheckNAdd(0);
break;
case 2:
if ((jjbitVec0[i2] & l2) == 0L)
break;
if (kind > 6)
kind = 6;
jjstateSet[jjnewStateCnt++] = 2;
break;
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 3 - (jjnewStateCnt = startsAt)))
return curPos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return curPos; }
}
}
private final int jjMoveStringLiteralDfa0_8()
{
switch(curChar)
{
case 40:
jjmatchedKind = 111;
return jjMoveNfa_8(2, 0);
case 44:
jjmatchedKind = 112;
return jjMoveNfa_8(2, 0);
case 59:
jjmatchedKind = 113;
return jjMoveNfa_8(2, 0);
case 125:
jjmatchedKind = 114;
return jjMoveNfa_8(2, 0);
default :
return jjMoveNfa_8(2, 0);
}
}
private final int jjMoveNfa_8(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 2;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
if ((0x3ff602800000000L & l) != 0L)
{
if (kind > 110)
kind = 110;
jjCheckNAdd(1);
}
else if ((0x100002600L & l) != 0L)
{
if (kind > 105)
kind = 105;
jjCheckNAdd(0);
}
break;
case 0:
if ((0x100002600L & l) == 0L)
break;
kind = 105;
jjstateSet[jjnewStateCnt++] = 0;
break;
case 1:
if ((0x3ff602800000000L & l) == 0L)
break;
kind = 110;
jjstateSet[jjnewStateCnt++] = 1;
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 2:
case 1:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
kind = 110;
jjstateSet[jjnewStateCnt++] = 1;
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 2 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjMoveStringLiteralDfa0_5()
{
return jjMoveNfa_5(0, 0);
}
private final int jjMoveNfa_5(int startState, int curPos)
{
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 2;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 0:
if ((0x600000000000L & l) == 0L)
break;
if (kind > 93)
kind = 93;
jjCheckNAdd(1);
break;
case 1:
if ((0x3ff600000000000L & l) == 0L)
break;
if (kind > 93)
kind = 93;
jjCheckNAdd(1);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 0:
case 1:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
if (kind > 93)
kind = 93;
jjCheckNAdd(1);
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 2 - (jjnewStateCnt = startsAt)))
return curPos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return curPos; }
}
}
private final int jjMoveStringLiteralDfa0_7()
{
switch(curChar)
{
case 58:
jjmatchedKind = 104;
return jjMoveNfa_7(1, 0);
default :
return jjMoveNfa_7(1, 0);
}
}
private final int jjMoveNfa_7(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 3;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if ((0x100002600L & l) != 0L)
{
if (kind > 99)
kind = 99;
jjCheckNAdd(0);
}
else if ((0x600000000000L & l) != 0L)
{
if (kind > 103)
kind = 103;
jjCheckNAdd(2);
}
break;
case 0:
if ((0x100002600L & l) == 0L)
break;
kind = 99;
jjstateSet[jjnewStateCnt++] = 0;
break;
case 2:
if ((0x3ff600000000000L & l) == 0L)
break;
if (kind > 103)
kind = 103;
jjCheckNAdd(2);
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
case 2:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
if (kind > 103)
kind = 103;
jjCheckNAdd(2);
break;
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 3 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjMoveStringLiteralDfa0_2()
{
switch(curChar)
{
case 83:
return jjMoveStringLiteralDfa1_2(0x100000L);
case 115:
return jjMoveStringLiteralDfa1_2(0x100000L);
default :
return jjMoveNfa_2(0, 0);
}
}
private final int jjMoveStringLiteralDfa1_2(long active1)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_2(0, 0);
}
switch(curChar)
{
case 84:
return jjMoveStringLiteralDfa2_2(active1, 0x100000L);
case 116:
return jjMoveStringLiteralDfa2_2(active1, 0x100000L);
default :
break;
}
return jjMoveNfa_2(0, 1);
}
private final int jjMoveStringLiteralDfa2_2(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjMoveNfa_2(0, 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_2(0, 1);
}
switch(curChar)
{
case 89:
return jjMoveStringLiteralDfa3_2(active1, 0x100000L);
case 121:
return jjMoveStringLiteralDfa3_2(active1, 0x100000L);
default :
break;
}
return jjMoveNfa_2(0, 2);
}
private final int jjMoveStringLiteralDfa3_2(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjMoveNfa_2(0, 2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_2(0, 2);
}
switch(curChar)
{
case 76:
return jjMoveStringLiteralDfa4_2(active1, 0x100000L);
case 108:
return jjMoveStringLiteralDfa4_2(active1, 0x100000L);
default :
break;
}
return jjMoveNfa_2(0, 3);
}
private final int jjMoveStringLiteralDfa4_2(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return jjMoveNfa_2(0, 3);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return jjMoveNfa_2(0, 3);
}
switch(curChar)
{
case 69:
if ((active1 & 0x100000L) != 0L)
{
jjmatchedKind = 84;
jjmatchedPos = 4;
}
break;
case 101:
if ((active1 & 0x100000L) != 0L)
{
jjmatchedKind = 84;
jjmatchedPos = 4;
}
break;
default :
break;
}
return jjMoveNfa_2(0, 4);
}
private final int jjMoveNfa_2(int startState, int curPos)
{
int strKind = jjmatchedKind;
int strPos = jjmatchedPos;
int seenUpto;
input_stream.backup(seenUpto = curPos + 1);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error"); }
curPos = 0;
int[] nextStates;
int startsAt = 0;
jjnewStateCnt = 1;
int i = 1;
jjstateSet[0] = startState;
int j, kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 0:
if ((0x100002600L & l) == 0L)
break;
kind = 83;
jjstateSet[jjnewStateCnt++] = 0;
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
else
{
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 1 - (jjnewStateCnt = startsAt)))
break;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { break; }
}
if (jjmatchedPos > strPos)
return curPos;
int toRet = Math.max(curPos, seenUpto);
if (curPos < toRet)
for (i = toRet - Math.min(curPos, seenUpto); i-- > 0; )
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { throw new Error("Internal Error : Please send a bug report."); }
if (jjmatchedPos < strPos)
{
jjmatchedKind = strKind;
jjmatchedPos = strPos;
}
else if (jjmatchedPos == strPos && jjmatchedKind > strKind)
jjmatchedKind = strKind;
return toRet;
}
private final int jjMoveStringLiteralDfa0_6()
{
switch(curChar)
{
case 65:
return jjMoveStringLiteralDfa1_6(0x80000000L);
case 70:
return jjMoveStringLiteralDfa1_6(0x600000000L);
case 76:
return jjMoveStringLiteralDfa1_6(0x40000000L);
case 86:
return jjMoveStringLiteralDfa1_6(0x100000000L);
case 97:
return jjMoveStringLiteralDfa1_6(0x80000000L);
case 102:
return jjMoveStringLiteralDfa1_6(0x600000000L);
case 108:
return jjMoveStringLiteralDfa1_6(0x40000000L);
case 118:
return jjMoveStringLiteralDfa1_6(0x100000000L);
default :
return 1;
}
}
private final int jjMoveStringLiteralDfa1_6(long active1)
{
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 1;
}
switch(curChar)
{
case 67:
return jjMoveStringLiteralDfa2_6(active1, 0x80000000L);
case 73:
return jjMoveStringLiteralDfa2_6(active1, 0x740000000L);
case 99:
return jjMoveStringLiteralDfa2_6(active1, 0x80000000L);
case 105:
return jjMoveStringLiteralDfa2_6(active1, 0x740000000L);
default :
return 2;
}
}
private final int jjMoveStringLiteralDfa2_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 2;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 2;
}
switch(curChar)
{
case 78:
return jjMoveStringLiteralDfa3_6(active1, 0x40000000L);
case 82:
return jjMoveStringLiteralDfa3_6(active1, 0x600000000L);
case 83:
return jjMoveStringLiteralDfa3_6(active1, 0x100000000L);
case 84:
return jjMoveStringLiteralDfa3_6(active1, 0x80000000L);
case 110:
return jjMoveStringLiteralDfa3_6(active1, 0x40000000L);
case 114:
return jjMoveStringLiteralDfa3_6(active1, 0x600000000L);
case 115:
return jjMoveStringLiteralDfa3_6(active1, 0x100000000L);
case 116:
return jjMoveStringLiteralDfa3_6(active1, 0x80000000L);
default :
return 3;
}
}
private final int jjMoveStringLiteralDfa3_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 3;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 3;
}
switch(curChar)
{
case 73:
return jjMoveStringLiteralDfa4_6(active1, 0x180000000L);
case 75:
if ((active1 & 0x40000000L) != 0L)
return jjStopAtPos(3, 94);
break;
case 83:
return jjMoveStringLiteralDfa4_6(active1, 0x600000000L);
case 105:
return jjMoveStringLiteralDfa4_6(active1, 0x180000000L);
case 107:
if ((active1 & 0x40000000L) != 0L)
return jjStopAtPos(3, 94);
break;
case 115:
return jjMoveStringLiteralDfa4_6(active1, 0x600000000L);
default :
return 4;
}
return 4;
}
private final int jjMoveStringLiteralDfa4_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 4;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 4;
}
switch(curChar)
{
case 84:
return jjMoveStringLiteralDfa5_6(active1, 0x700000000L);
case 86:
return jjMoveStringLiteralDfa5_6(active1, 0x80000000L);
case 116:
return jjMoveStringLiteralDfa5_6(active1, 0x700000000L);
case 118:
return jjMoveStringLiteralDfa5_6(active1, 0x80000000L);
default :
return 5;
}
}
private final int jjMoveStringLiteralDfa5_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 5;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 5;
}
switch(curChar)
{
case 45:
return jjMoveStringLiteralDfa6_6(active1, 0x600000000L);
case 69:
if ((active1 & 0x80000000L) != 0L)
return jjStopAtPos(5, 95);
return jjMoveStringLiteralDfa6_6(active1, 0x100000000L);
case 101:
if ((active1 & 0x80000000L) != 0L)
return jjStopAtPos(5, 95);
return jjMoveStringLiteralDfa6_6(active1, 0x100000000L);
default :
return 6;
}
}
private final int jjMoveStringLiteralDfa6_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 6;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 6;
}
switch(curChar)
{
case 68:
if ((active1 & 0x100000000L) != 0L)
return jjStopAtPos(6, 96);
break;
case 76:
return jjMoveStringLiteralDfa7_6(active1, 0x600000000L);
case 100:
if ((active1 & 0x100000000L) != 0L)
return jjStopAtPos(6, 96);
break;
case 108:
return jjMoveStringLiteralDfa7_6(active1, 0x600000000L);
default :
return 7;
}
return 7;
}
private final int jjMoveStringLiteralDfa7_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 7;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 7;
}
switch(curChar)
{
case 69:
return jjMoveStringLiteralDfa8_6(active1, 0x400000000L);
case 73:
return jjMoveStringLiteralDfa8_6(active1, 0x200000000L);
case 101:
return jjMoveStringLiteralDfa8_6(active1, 0x400000000L);
case 105:
return jjMoveStringLiteralDfa8_6(active1, 0x200000000L);
default :
return 8;
}
}
private final int jjMoveStringLiteralDfa8_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 8;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 8;
}
switch(curChar)
{
case 78:
return jjMoveStringLiteralDfa9_6(active1, 0x200000000L);
case 84:
return jjMoveStringLiteralDfa9_6(active1, 0x400000000L);
case 110:
return jjMoveStringLiteralDfa9_6(active1, 0x200000000L);
case 116:
return jjMoveStringLiteralDfa9_6(active1, 0x400000000L);
default :
return 9;
}
}
private final int jjMoveStringLiteralDfa9_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 9;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 9;
}
switch(curChar)
{
case 69:
if ((active1 & 0x200000000L) != 0L)
return jjStopAtPos(9, 97);
break;
case 84:
return jjMoveStringLiteralDfa10_6(active1, 0x400000000L);
case 101:
if ((active1 & 0x200000000L) != 0L)
return jjStopAtPos(9, 97);
break;
case 116:
return jjMoveStringLiteralDfa10_6(active1, 0x400000000L);
default :
return 10;
}
return 10;
}
private final int jjMoveStringLiteralDfa10_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 10;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 10;
}
switch(curChar)
{
case 69:
return jjMoveStringLiteralDfa11_6(active1, 0x400000000L);
case 101:
return jjMoveStringLiteralDfa11_6(active1, 0x400000000L);
default :
return 11;
}
}
private final int jjMoveStringLiteralDfa11_6(long old1, long active1)
{
if (((active1 &= old1)) == 0L)
return 11;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 11;
}
switch(curChar)
{
case 82:
if ((active1 & 0x400000000L) != 0L)
return jjStopAtPos(11, 98);
break;
case 114:
if ((active1 & 0x400000000L) != 0L)
return jjStopAtPos(11, 98);
break;
default :
return 12;
}
return 12;
}
static final int[] jjnextStates = {
1, 2,
};
public static final String[] jjstrLiteralImages = {
"", null, null, null, null, null, null, null, "\74", "\74\57", 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, null, null, null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, null, "\56", "\72",
"\173", "\54", null, null, null, null, "\75", "\76", null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, "\72", null, null, null,
null, null, null, "\50", "\54", "\73", "\175", null, null, null, null, null, null,
"\51", };
public static final String[] lexStateNames = {
"DEFAULT",
"STYLECOMMENT",
"STYLETAG",
"SATTLIST",
"SATTVAL",
"CLASSNAME",
"PSEUDOCLASS",
"PROPERTY",
"PROPERTY_VALUE",
"VALUE_SPECIAL",
};
public static final int[] jjnewLexState = {
-1, -1, -1, -1, 1, -1, -1, 0, 2, 2, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, 5, 6, 7, -1, -1, 3, -1, -1, 4, 0, 3, -1, -1, -1, 0, 0, 0, 0, 0, 0, -1,
-1, -1, -1, -1, 8, -1, -1, -1, -1, -1, -1, 9, -1, 7, 0, -1, -1, -1, -1, -1, -1, 8,
};
static final long[] jjtoToken = {
0xffffffffffffff01L, 0x307c187e3d7ffffL,
};
static final long[] jjtoSkip = {
0xfeL, 0x8020800280000L,
};
private CharStream input_stream;
private final int[] jjrounds = new int[3];
private final int[] jjstateSet = new int[6];
protected char curChar;
public style32TokenManager(CharStream stream)
{
input_stream = stream;
}
public style32TokenManager(CharStream stream, int lexState)
{
this(stream);
SwitchTo(lexState);
}
public void ReInit(CharStream stream)
{
jjmatchedPos = jjnewStateCnt = 0;
curLexState = defaultLexState;
input_stream = stream;
ReInitRounds();
}
private final void ReInitRounds()
{
int i;
jjround = 0x80000001;
for (i = 3; i-- > 0;)
jjrounds[i] = 0x80000000;
}
public void ReInit(CharStream stream, int lexState)
{
ReInit(stream);
SwitchTo(lexState);
}
public void SwitchTo(int lexState)
{
if (lexState >= 10 || lexState < 0)
throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
else
curLexState = lexState;
}
private final Token jjFillToken()
{
Token t = Token.newToken(jjmatchedKind);
String im = jjstrLiteralImages[jjmatchedKind];
t.image = (im == null) ? input_stream.GetImage() : im;
t.kind = jjmatchedKind;
t.beginLine = input_stream.getBeginLine();
t.beginColumn = input_stream.getBeginColumn();
t.endLine = input_stream.getEndLine();
t.endColumn = input_stream.getEndColumn();
return t;
}
int curLexState = 0;
int defaultLexState = 0;
int jjnewStateCnt;
int jjround;
int jjmatchedPos;
int jjmatchedKind;
public final Token getNextToken()
{
int kind;
Token specialToken = null;
Token matchedToken;
int curPos = 0;
EOFLoop :
for (;;)
{
try
{
curChar = input_stream.BeginToken();
}
catch(java.io.IOException e)
{
jjmatchedKind = 0;
matchedToken = jjFillToken();
return matchedToken;
}
switch(curLexState)
{
case 0:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_0();
break;
case 1:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_1();
break;
case 2:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_2();
break;
case 3:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_3();
break;
case 4:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_4();
break;
case 5:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_5();
break;
case 6:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_6();
break;
case 7:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_7();
break;
case 8:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_8();
break;
case 9:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_9();
break;
}
if (jjmatchedKind != 0x7fffffff)
{
if (jjmatchedPos + 1 < curPos)
input_stream.backup(curPos - jjmatchedPos - 1);
if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
matchedToken = jjFillToken();
if (jjnewLexState[jjmatchedKind] != -1)
curLexState = jjnewLexState[jjmatchedKind];
return matchedToken;
}
else
{
if (jjnewLexState[jjmatchedKind] != -1)
curLexState = jjnewLexState[jjmatchedKind];
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);
}
}
}