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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DParseException.java20 * "expectedTokenSequences", and "tokenImage" set. The boolean
37 tokenImage = tokenImageVal;
45 * "expectedTokenSequences", and "tokenImage" do not contain
83 * This is a reference to the "tokenImage" array of the generated
87 public String[] tokenImage; field in class:ParseException
110 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(' ');
122 retval += tokenImage[0];
125 retval += " " + tokenImage[tok.kind];
H A DQueryParserConstants.java88 String[] tokenImage = { field in interface:QueryParserConstants
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/parser/
H A DParseException.java25 * "expectedTokenSequences", and "tokenImage" set. The boolean
39 this.tokenImage = tokenImageVal;
47 * "expectedTokenSequences", and "tokenImage" do not contain
83 * This is a reference to the "tokenImage" array of the generated
87 public String[] tokenImage; field in class:ParseException
99 private static String initialise(Token currentToken, int[][] expectedTokenSequences, String[] tokenImage) { argument
108 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(' ');
120 retval += tokenImage[0];
123 retval += " " + tokenImage[tok.kind];
H A DStandardSyntaxParserConstants.java82 String[] tokenImage = { field in interface:StandardSyntaxParserConstants
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/surround/parser/
H A DParseException.java20 * "expectedTokenSequences", and "tokenImage" set. The boolean
37 tokenImage = tokenImageVal;
45 * "expectedTokenSequences", and "tokenImage" do not contain
83 * This is a reference to the "tokenImage" array of the generated
87 public String[] tokenImage; field in class:ParseException
110 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(' ');
122 retval += tokenImage[0];
125 retval += " " + tokenImage[tok.kind];
H A DQueryParserConstants.java64 String[] tokenImage = { field in interface:QueryParserConstants
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/
H A DParseException.java20 * "expectedTokenSequences", and "tokenImage" set. The boolean
37 tokenImage = tokenImageVal;
45 * "expectedTokenSequences", and "tokenImage" do not contain
83 * This is a reference to the "tokenImage" array of the generated
87 public String[] tokenImage; field in class:ParseException
110 expected.append(tokenImage[expectedTokenSequences[i][j]]).append(' ');
122 retval += tokenImage[0];
125 retval += " " + tokenImage[tok.kind];
H A DHTMLParserConstants.java90 String[] tokenImage = { field in interface:HTMLParserConstants

Completed in 15 milliseconds