Uses of Class org.apache.lucene.queryParser.surround.parser.Token

Uses in package org.apache.lucene.queryParser.surround.parser

Constructors with parameter type org.apache.lucene.queryParser.surround.parser.Token

ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser.

Fields of type org.apache.lucene.queryParser.surround.parser.Token

Token
This is the last token that has been consumed successfully.
Token
Token
A reference to the next regular (non-special) token from the input stream.
Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Token

Methods with parameter type org.apache.lucene.queryParser.surround.parser.Token

SrndQuery
QueryParser.getAndQuery(List queries, boolean infix, Token andToken)
SrndQuery
QueryParser.getDistanceQuery(List queries, boolean infix, Token dToken, boolean ordered)
SrndQuery
QueryParser.getNotQuery(List queries, Token notToken)
SrndQuery
QueryParser.getOrQuery(List queries, boolean infix, Token orToken)

Methods with return type org.apache.lucene.queryParser.surround.parser.Token

Token
Token
Token
QueryParser.getToken(int index)
Token
Token
Token.newToken(int ofKind)
Returns a new Token object, by default.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.