org.apache.lucene.queryParser

Class QueryParserTokenManager

public class QueryParserTokenManager extends Object implements QueryParserConstants

Field Summary
protected charcurChar
PrintStreamdebugStream
protected CharStreaminput_stream
static int[]jjnewLexState
static String[]jjstrLiteralImages
static String[]lexStateNames
Constructor Summary
QueryParserTokenManager(CharStream stream)
QueryParserTokenManager(CharStream stream, int lexState)
Method Summary
TokengetNextToken()
protected TokenjjFillToken()
voidReInit(CharStream stream)
voidReInit(CharStream stream, int lexState)
voidsetDebugStream(PrintStream ds)
voidSwitchTo(int lexState)

Field Detail

curChar

protected char curChar

debugStream

public PrintStream debugStream

input_stream

protected CharStream input_stream

jjnewLexState

public static final int[] jjnewLexState

jjstrLiteralImages

public static final String[] jjstrLiteralImages

lexStateNames

public static final String[] lexStateNames

Constructor Detail

QueryParserTokenManager

public QueryParserTokenManager(CharStream stream)

QueryParserTokenManager

public QueryParserTokenManager(CharStream stream, int lexState)

Method Detail

getNextToken

public Token getNextToken()

jjFillToken

protected Token jjFillToken()

ReInit

public void ReInit(CharStream stream)

ReInit

public void ReInit(CharStream stream, int lexState)

setDebugStream

public void setDebugStream(PrintStream ds)

SwitchTo

public void SwitchTo(int lexState)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.