1 19 20 package org.netbeans.editor; 21 22 27 28 29 public interface TokenProcessor { 30 31 40 public boolean token(TokenID tokenID, TokenContextPath tokenContextPath, 41 int tokenBufferOffset, int tokenLength); 42 43 51 public int eot(int offset); 52 53 76 public void nextBuffer(char[] buffer, int offset, int len, 77 int startPos, int preScan, boolean lastBuffer); 78 79 } 80 | Popular Tags |