Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef QUERYPARSERTOKENMANAGER_H
8 #define QUERYPARSERTOKENMANAGER_H
29 static const int64_t jjbitVec0[];
30 static const int64_t jjbitVec1[];
31 static const int64_t jjbitVec3[];
32 static const int64_t jjbitVec4[];
33 static const int32_t jjnextStates[];
36 static const wchar_t* jjstrLiteralImages[];
39 static const wchar_t* lexStateNames[];
42 static const int32_t jjnewLexState[];
43 static const int64_t jjtoToken[];
44 static const int64_t jjtoSkip[];
96 static bool jjCanMove_0(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2);
97 static bool jjCanMove_1(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2);
98 static bool jjCanMove_2(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2);
void ReInit(const QueryParserCharStreamPtr &stream)
Reinitialise parser.
static bool jjCanMove_1(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
void SwitchTo(int32_t lexState)
Switch to specified lex state.
void jjCheckNAdd(int32_t state)
boost::shared_ptr< QueryParserToken > QueryParserTokenPtr
Definition: LuceneTypes.h:273
QueryParserCharStreamPtr input_stream
Definition: QueryParserTokenManager.h:53
void jjCheckNAddStates(int32_t start, int32_t end)
QueryParserTokenPtr jjFillToken()
Token Manager.
Definition: QueryParserTokenManager.h:15
IntArray jjrounds
Definition: QueryParserTokenManager.h:54
int32_t jjMoveStringLiteralDfa1_1(int64_t active0)
IntArray jjstateSet
Definition: QueryParserTokenManager.h:55
int32_t jjMoveStringLiteralDfa1_2(int64_t active0)
int32_t jjround
Definition: QueryParserTokenManager.h:49
QueryParserTokenPtr getNextToken()
Get the next Token.
int32_t jjMoveNfa_0(int32_t startState, int32_t curPos)
QueryParserTokenManager(const QueryParserCharStreamPtr &stream)
int32_t jjMoveStringLiteralDfa0_2()
int32_t defaultLexState
Definition: QueryParserTokenManager.h:47
void setDebugStream(const InfoStreamPtr &debugStream)
Set debug output.
static bool jjCanMove_0(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
int32_t jjStopStringLiteralDfa_2(int32_t pos, int64_t active0)
static bool jjCanMove_2(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
int32_t jjStopAtPos(int32_t pos, int32_t kind)
Definition: AbstractAllTermDocs.h:12
void ReInit(const QueryParserCharStreamPtr &stream, int32_t lexState)
Reinitialise parser.
Base class for all Lucene classes.
Definition: LuceneObject.h:31
int32_t jjStartNfaWithStates_2(int32_t pos, int32_t kind, int32_t state)
void jjAddStates(int32_t start, int32_t end)
int32_t jjMoveStringLiteralDfa0_1()
int32_t jjnewStateCnt
Definition: QueryParserTokenManager.h:48
Token literal values and constants.
Definition: QueryParserConstants.h:15
int32_t jjMoveStringLiteralDfa0_0()
int32_t jjStartNfa_2(int32_t pos, int64_t active0)
boost::shared_ptr< QueryParserCharStream > QueryParserCharStreamPtr
Definition: LuceneTypes.h:271
int32_t jjStopStringLiteralDfa_3(int32_t pos, int64_t active0)
int32_t jjMoveNfa_1(int32_t startState, int32_t curPos)
int32_t jjStartNfa_1(int32_t pos, int64_t active0)
int32_t jjStartNfaWithStates_1(int32_t pos, int32_t kind, int32_t state)
int32_t jjMoveNfa_3(int32_t startState, int32_t curPos)
int32_t jjStartNfa_3(int32_t pos, int64_t active0)
int32_t jjMoveStringLiteralDfa0_3()
int32_t jjStopStringLiteralDfa_1(int32_t pos, int64_t active0)
InfoStreamPtr debugStream
Debug output.
Definition: QueryParserTokenManager.h:22
boost::shared_ptr< InfoStream > InfoStreamPtr
Definition: LuceneTypes.h:532
void jjCheckNAddTwoStates(int32_t state1, int32_t state2)
virtual ~QueryParserTokenManager()
int32_t curLexState
Definition: QueryParserTokenManager.h:46
QueryParserTokenManager(const QueryParserCharStreamPtr &stream, int32_t lexState)
int32_t jjmatchedKind
Definition: QueryParserTokenManager.h:51
int32_t jjmatchedPos
Definition: QueryParserTokenManager.h:50
wchar_t curChar
Definition: QueryParserTokenManager.h:56
int32_t jjMoveNfa_2(int32_t startState, int32_t curPos)
int32_t jjStartNfaWithStates_3(int32_t pos, int32_t kind, int32_t state)
clucene.sourceforge.net