~mellmann/xabsleditor/update_rsyntaxpanel

« back to all changes in this revision

Viewing changes to src/de/hu_berlin/informatik/ki/jxabsleditor/parser/XTokenMaker.java

  • Committer: mellmann
  • Date: 2010-05-29 23:33:05 UTC
  • Revision ID: mellmann@informatik.hu-berlin.de-20100529233305-9bb2tkck27t8xnwe
adapted the parser to the new api

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
        case Token.NULL:
165
165
          currentTokenStart = i;        // Starting a new token here.
166
166
          currentTokenType = decideState(c);
167
 
          //i++;
168
167
          break;
169
168
 
170
169
        case Token.WHITESPACE: