Searched refs:jj_add_error_token (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DQueryParser.java593 if (tok != null) jj_add_error_token(kind, i);
633 private void jj_add_error_token(int kind, int pos) { method in class:QueryParser
684 jj_add_error_token(0, 0);
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DHTMLParser.java597 if (tok != null) jj_add_error_token(kind, i);
637 private void jj_add_error_token(int kind, int pos) { method in class:HTMLParser
688 jj_add_error_token(0, 0);
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DStandardSyntaxParser.java750 if (tok != null) jj_add_error_token(kind, i);
790 private void jj_add_error_token(int kind, int pos) { method in class:StandardSyntaxParser
841 jj_add_error_token(0, 0);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DQueryParser.java1743 if (tok != null) jj_add_error_token(kind, i);
1783 private void jj_add_error_token(int kind, int pos) { method in class:QueryParser
1837 jj_add_error_token(0, 0);

Completed in 21 milliseconds