📄 xmlbifv03tokenmanager.java
字号:
case 23:
if ((0x280000000000L & l) != 0L)
jjCheckNAdd(24);
break;
case 24:
if ((0x3ff000000000000L & l) == 0L)
break;
if (kind > 23)
kind = 23;
jjCheckNAdd(24);
break;
case 25:
if (curChar == 60)
jjAddStates(0, 1);
break;
case 26:
if (curChar == 33)
jjCheckNAddTwoStates(27, 28);
break;
case 27:
if ((0xbfffffffffffffffL & l) != 0L)
jjCheckNAddTwoStates(27, 28);
break;
case 28:
if (curChar == 62 && kind > 2)
kind = 2;
break;
case 30:
if ((0xbfffffffffffffffL & l) != 0L)
jjAddStates(6, 7);
break;
case 31:
if (curChar == 62 && kind > 6)
kind = 6;
break;
case 34:
if (curChar == 63)
jjstateSet[jjnewStateCnt++] = 33;
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if (kind > 28)
kind = 28;
if ((0x7fffffe87fffffeL & l) != 0L)
{
if (kind > 25)
kind = 25;
jjCheckNAdd(9);
}
break;
case 5:
if ((0x2000000020L & l) != 0L)
jjAddStates(8, 9);
break;
case 8:
case 9:
if ((0x7fffffe87fffffeL & l) == 0L)
break;
if (kind > 25)
kind = 25;
jjCheckNAdd(9);
break;
case 10:
if (kind > 28)
kind = 28;
break;
case 12:
jjAddStates(10, 11);
break;
case 18:
if ((0x2000000020L & l) != 0L)
jjAddStates(12, 13);
break;
case 22:
if ((0x2000000020L & l) != 0L)
jjAddStates(14, 15);
break;
case 27:
jjAddStates(16, 17);
break;
case 29:
if ((0x100000001000L & l) != 0L)
jjCheckNAddTwoStates(30, 31);
break;
case 30:
jjCheckNAddTwoStates(30, 31);
break;
case 32:
if ((0x200000002000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 29;
break;
case 33:
if ((0x100000001000000L & l) != 0L)
jjstateSet[jjnewStateCnt++] = 32;
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);
MatchLoop: do
{
switch(jjstateSet[--i])
{
case 1:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
{
if (kind > 25)
kind = 25;
jjCheckNAdd(9);
}
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
{
if (kind > 28)
kind = 28;
}
break;
case 8:
case 9:
if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
break;
if (kind > 25)
kind = 25;
jjCheckNAdd(9);
break;
case 10:
if (jjCanMove_1(hiByte, i1, i2, l1, l2) && kind > 28)
kind = 28;
break;
case 12:
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
jjAddStates(10, 11);
break;
case 27:
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
jjAddStates(16, 17);
break;
case 30:
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
jjAddStates(6, 7);
break;
default : break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
if ((i = jjnewStateCnt) == (startsAt = 35 - (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;
}
static final int[] jjnextStates = { 26, 34, 15, 16, 21, 22, 30, 31, 6, 7, 12, 13, 19, 20, 23, 24, 27, 28, };
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);
case 48:
return ((jjbitVec3[i2] & l2) != 0L);
case 49:
return ((jjbitVec4[i2] & l2) != 0L);
case 51:
return ((jjbitVec5[i2] & l2) != 0L);
case 61:
return ((jjbitVec6[i2] & l2) != 0L);
default :
if ((jjbitVec0[i1] & l1) != 0L)
return true;
return false;
}
}
private static final boolean jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2)
{
switch(hiByte)
{
case 0:
return ((jjbitVec8[i2] & l2) != 0L);
default :
if ((jjbitVec7[i1] & l1) != 0L)
return true;
return false;
}
}
public static final String[] jjstrLiteralImages = {
"", null, null, "\74", "\74\57", "\76", null, "\75", null, null, null, null,
null, null, null, null, null, null, null, null, "\42\156\141\164\165\162\145\42",
"\42\144\145\143\151\163\151\157\156\42", "\42\165\164\151\154\151\164\171\42", null, null, null, null, null, null, null, };
public static final String[] lexStateNames = {
"DEFAULT",
};
static final long[] jjtoToken = { 0x32fffff9L, };
static final long[] jjtoSkip = { 0x6L, };
static final long[] jjtoSpecial = { 0x4L, };
private ASCII_UCodeESC_CharStream input_stream;
private final int[] jjrounds = new int[35];
private final int[] jjstateSet = new int[70];
protected char curChar;
public XMLBIFv03TokenManager(ASCII_UCodeESC_CharStream stream)
{
if (ASCII_UCodeESC_CharStream.staticFlag)
throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
input_stream = stream;
}
public XMLBIFv03TokenManager(ASCII_UCodeESC_CharStream stream, int lexState)
{
this(stream);
SwitchTo(lexState);
}
public void ReInit(ASCII_UCodeESC_CharStream stream)
{
jjmatchedPos = jjnewStateCnt = 0;
curLexState = defaultLexState;
input_stream = stream;
ReInitRounds();
}
private final void ReInitRounds()
{
int i;
jjround = 0x80000001;
for (i = 35; i-- > 0;)
jjrounds[i] = 0x80000000;
}
public void ReInit(ASCII_UCodeESC_CharStream stream, int lexState)
{
ReInit(stream);
SwitchTo(lexState);
}
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;
}
private final Token jjFillToken()
{
Token t = Token.newToken(jjmatchedKind);
t.kind = jjmatchedKind;
String im = jjstrLiteralImages[jjmatchedKind];
t.image = (im == null) ? input_stream.GetImage() : im;
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();
matchedToken.specialToken = specialToken;
return matchedToken;
}
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();
matchedToken.specialToken = specialToken;
return matchedToken;
}
else
{
if ((jjtoSpecial[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
matchedToken = jjFillToken();
if (specialToken == null)
specialToken = matchedToken;
else
{
matchedToken.specialToken = specialToken;
specialToken = (specialToken.next = matchedToken);
}
}
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);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -