Searched defs:typ (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/analysis/
H A DToken.java150 * @param typ the lexical type of this Token */
151 public Token(int start, int end, String typ) { argument
154 type = typ;
192 * @param typ token type
194 public Token(String text, int start, int end, String typ) { argument
198 type = typ;

Completed in 13 milliseconds