expressionparsertokenmanager.java

来自「jpda例子文件」· Java 代码 · 共 1,570 行 · 第 1/4 页

JAVA
1,570
字号
                  if ((0xffff7bffffffffffL & l) != 0L)                     jjCheckNAddTwoStates(65, 63);                  break;               case 65:                  if ((0xfffffbffffffffffL & l) != 0L)                     jjCheckNAddTwoStates(65, 63);                  break;               case 66:                  if (curChar == 47 && kind > 8)                     kind = 8;                  break;               default : break;            }         } while(i != startsAt);      }      else if (curChar < 128)      {         long l = 1L << (curChar & 077);         MatchLoop: do         {            switch(jjstateSet[--i])            {               case 0:               case 28:                  if ((0x7fffffe87fffffeL & l) == 0L)                     break;                  if (kind > 67)                     kind = 67;                  jjCheckNAdd(28);                  break;               case 2:                  if ((0x100000001000L & l) != 0L && kind > 59)                     kind = 59;                  break;               case 5:                  if ((0x2000000020L & l) != 0L)                     jjAddStates(40, 41);                  break;               case 8:                  if ((0x5000000050L & l) != 0L && kind > 63)                     kind = 63;                  break;               case 10:                  if ((0xffffffffefffffffL & l) != 0L)                     jjCheckNAdd(11);                  break;               case 12:                  if (curChar == 92)                     jjAddStates(42, 44);                  break;               case 13:                  if ((0x14404410000000L & l) != 0L)                     jjCheckNAdd(11);                  break;               case 19:                  if ((0xffffffffefffffffL & l) != 0L)                     jjCheckNAddStates(10, 12);                  break;               case 20:                  if (curChar == 92)                     jjAddStates(45, 47);                  break;               case 21:                  if ((0x14404410000000L & l) != 0L)                     jjCheckNAddStates(10, 12);                  break;               case 33:                  if ((0x2000000020L & l) != 0L)                     jjAddStates(48, 49);                  break;               case 37:                  if ((0x2000000020L & l) != 0L)                     jjAddStates(50, 51);                  break;               case 41:                  if ((0x2000000020L & l) != 0L)                     jjAddStates(52, 53);                  break;               case 45:                  if ((0x100000001000000L & l) != 0L)                     jjCheckNAdd(46);                  break;               case 46:                  if ((0x7e0000007eL & l) == 0L)                     break;                  if (kind > 59)                     kind = 59;                  jjCheckNAddTwoStates(46, 2);                  break;               case 50:                  jjAddStates(18, 20);                  break;               case 55:                  jjCheckNAddTwoStates(55, 56);                  break;               case 57:               case 58:                  jjCheckNAddTwoStates(58, 56);                  break;               case 62:                  jjCheckNAddTwoStates(62, 63);                  break;               case 64:               case 65:                  jjCheckNAddTwoStates(65, 63);                  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 0:               case 28:                  if (!jjCanMove_1(hiByte, i1, i2, l1, l2))                     break;                  if (kind > 67)                     kind = 67;                  jjCheckNAdd(28);                  break;               case 10:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjstateSet[jjnewStateCnt++] = 11;                  break;               case 19:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjAddStates(10, 12);                  break;               case 50:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjAddStates(18, 20);                  break;               case 55:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjCheckNAddTwoStates(55, 56);                  break;               case 57:               case 58:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjCheckNAddTwoStates(58, 56);                  break;               case 62:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjCheckNAddTwoStates(62, 63);                  break;               case 64:               case 65:                  if (jjCanMove_0(hiByte, i1, i2, l1, l2))                     jjCheckNAddTwoStates(65, 63);                  break;               default : break;            }         } while(i != startsAt);      }      if (kind != 0x7fffffff)      {         jjmatchedKind = kind;         jjmatchedPos = curPos;         kind = 0x7fffffff;      }      ++curPos;      if ((i = jjnewStateCnt) == (startsAt = 67 - (jjnewStateCnt = startsAt)))         return curPos;      try { curChar = input_stream.readChar(); }      catch(java.io.IOException e) { return curPos; }   }}static final int[] jjnextStates = {   30, 31, 36, 37, 40, 41, 8, 49, 60, 61, 19, 20, 22, 10, 12, 45,    47, 2, 50, 51, 53, 4, 5, 8, 19, 20, 24, 22, 32, 33, 8, 40,    41, 8, 56, 57, 59, 63, 64, 66, 6, 7, 13, 14, 16, 21, 23, 25,    34, 35, 38, 39, 42, 43, };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;   }}private static final boolean jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2){   switch(hiByte)   {      case 0:         return ((jjbitVec4[i2] & l2) != 0L);      case 48:         return ((jjbitVec5[i2] & l2) != 0L);      case 49:         return ((jjbitVec6[i2] & l2) != 0L);      case 51:         return ((jjbitVec7[i2] & l2) != 0L);      case 61:         return ((jjbitVec8[i2] & l2) != 0L);      default :          if ((jjbitVec3[i1] & l1) != 0L)            return true;         return false;   }}public static final String[] jjstrLiteralImages = {"", null, null, null, null, null, null, null, null, "\141\142\163\164\162\141\143\164", "\142\157\157\154\145\141\156", "\142\162\145\141\153", "\142\171\164\145", "\143\141\163\145", "\143\141\164\143\150", "\143\150\141\162", "\143\154\141\163\163", "\143\157\156\163\164", "\143\157\156\164\151\156\165\145", "\144\145\146\141\165\154\164", "\144\157", "\144\157\165\142\154\145", "\145\154\163\145", "\145\170\164\145\156\144\163", "\146\141\154\163\145", "\146\151\156\141\154", "\146\151\156\141\154\154\171", "\146\154\157\141\164", "\146\157\162", "\147\157\164\157", "\151\146", "\151\155\160\154\145\155\145\156\164\163", "\151\155\160\157\162\164", "\151\156\163\164\141\156\143\145\157\146", "\151\156\164", "\151\156\164\145\162\146\141\143\145", "\154\157\156\147", "\156\141\164\151\166\145", "\156\145\167", "\156\165\154\154", "\160\141\143\153\141\147\145", "\160\162\151\166\141\164\145", "\160\162\157\164\145\143\164\145\144", "\160\165\142\154\151\143", "\162\145\164\165\162\156", "\163\150\157\162\164", "\163\164\141\164\151\143", "\163\165\160\145\162", "\163\167\151\164\143\150", "\163\171\156\143\150\162\157\156\151\172\145\144", "\164\150\151\163", "\164\150\162\157\167", "\164\150\162\157\167\163", "\164\162\141\156\163\151\145\156\164", "\164\162\165\145", "\164\162\171", "\166\157\151\144", "\166\157\154\141\164\151\154\145", "\167\150\151\154\145", null, null, null, null, null, null, null, null, null, null, null, "\50", "\51", "\173", "\175", "\133", "\135", "\73", "\54", "\56", "\75", "\76", "\74", "\41", "\176", "\77", "\72", "\75\75", "\74\75", "\76\75", "\41\75", "\174\174", "\46\46", "\53\53", "\55\55", "\53", "\55", "\52", "\57", "\46", "\174", "\136", "\45", "\74\74", "\76\76", "\76\76\76", "\53\75", "\55\75", "\52\75", "\57\75", "\46\75", "\174\75", "\136\75", "\45\75", "\74\74\75", "\76\76\75", "\76\76\76\75", };public static final String[] lexStateNames = {   "DEFAULT", };static final long[] jjtoToken = {   0x8ffffffffffffe01L, 0xfffffffffffceL, };static final long[] jjtoSkip = {   0x1feL, 0x0L, };static final long[] jjtoSpecial = {   0x1c0L, 0x0L, };private ASCII_UCodeESC_CharStream input_stream;private final int[] jjrounds = new int[67];private final int[] jjstateSet = new int[134];protected char curChar;public ExpressionParserTokenManager(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 ExpressionParserTokenManager(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 = 67; 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;   }   try {       while (curChar <= 32 && (0x100003600L & (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();         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 + =
减小字号Ctrl + -
显示快捷键?