7#ifndef QUERYPARSERTOKENMANAGER_H
8#define QUERYPARSERTOKENMANAGER_H
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);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
int32_t jjmatchedKind
Definition QueryParserTokenManager.h:51
int32_t jjMoveStringLiteralDfa0_1()
int32_t jjMoveStringLiteralDfa0_3()
virtual ~QueryParserTokenManager()
static const int64_t jjbitVec0[]
Definition QueryParserTokenManager.h:29
int32_t jjStartNfaWithStates_3(int32_t pos, int32_t kind, int32_t state)
static const wchar_t * jjstrLiteralImages[]
Token literal values.
Definition QueryParserTokenManager.h:36
static const int32_t jjnewLexState[]
Lex State array.
Definition QueryParserTokenManager.h:42
int32_t defaultLexState
Definition QueryParserTokenManager.h:47
int32_t jjStartNfa_3(int32_t pos, int64_t active0)
int32_t jjMoveNfa_0(int32_t startState, int32_t curPos)
int32_t jjmatchedPos
Definition QueryParserTokenManager.h:50
int32_t jjround
Definition QueryParserTokenManager.h:49
QueryParserCharStreamPtr input_stream
Definition QueryParserTokenManager.h:53
static bool jjCanMove_0(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
int32_t jjMoveStringLiteralDfa0_2()
static bool jjCanMove_1(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
IntArray jjstateSet
Definition QueryParserTokenManager.h:55
static bool jjCanMove_2(int32_t hiByte, int32_t i1, int32_t i2, int64_t l1, int64_t l2)
int32_t jjStopStringLiteralDfa_1(int32_t pos, int64_t active0)
static const int64_t jjbitVec1[]
Definition QueryParserTokenManager.h:30
static const int64_t jjbitVec4[]
Definition QueryParserTokenManager.h:32
static const wchar_t * lexStateNames[]
Lexer state names.
Definition QueryParserTokenManager.h:39
int32_t jjStartNfaWithStates_1(int32_t pos, int32_t kind, int32_t state)
void jjAddStates(int32_t start, int32_t end)
QueryParserTokenManager(const QueryParserCharStreamPtr &stream)
wchar_t curChar
Definition QueryParserTokenManager.h:56
static const int64_t jjtoSkip[]
Definition QueryParserTokenManager.h:44
int32_t jjStopStringLiteralDfa_2(int32_t pos, int64_t active0)
int32_t jjMoveStringLiteralDfa1_2(int64_t active0)
static const int64_t jjtoToken[]
Definition QueryParserTokenManager.h:43
void jjCheckNAdd(int32_t state)
int32_t jjStartNfa_2(int32_t pos, int64_t active0)
int32_t jjMoveNfa_2(int32_t startState, int32_t curPos)
int32_t jjMoveNfa_3(int32_t startState, int32_t curPos)
int32_t jjMoveStringLiteralDfa0_0()
void ReInit(const QueryParserCharStreamPtr &stream)
Reinitialise parser.
int32_t jjMoveStringLiteralDfa1_1(int64_t active0)
int32_t jjnewStateCnt
Definition QueryParserTokenManager.h:48
void jjCheckNAddStates(int32_t start, int32_t end)
void ReInit(const QueryParserCharStreamPtr &stream, int32_t lexState)
Reinitialise parser.
static const int32_t jjnextStates[]
Definition QueryParserTokenManager.h:33
int32_t curLexState
Definition QueryParserTokenManager.h:46
void jjCheckNAddTwoStates(int32_t state1, int32_t state2)
int32_t jjStopStringLiteralDfa_3(int32_t pos, int64_t active0)
QueryParserTokenPtr getNextToken()
Get the next Token.
void setDebugStream(const InfoStreamPtr &debugStream)
Set debug output.
int32_t jjStartNfa_1(int32_t pos, int64_t active0)
int32_t jjStartNfaWithStates_2(int32_t pos, int32_t kind, int32_t state)
static const int64_t jjbitVec3[]
Definition QueryParserTokenManager.h:31
QueryParserTokenManager(const QueryParserCharStreamPtr &stream, int32_t lexState)
int32_t jjMoveNfa_1(int32_t startState, int32_t curPos)
QueryParserTokenPtr jjFillToken()
InfoStreamPtr debugStream
Debug output.
Definition QueryParserTokenManager.h:26
int32_t jjStopAtPos(int32_t pos, int32_t kind)
IntArray jjrounds
Definition QueryParserTokenManager.h:54
void SwitchTo(int32_t lexState)
Switch to specified lex state.
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< QueryParserToken > QueryParserTokenPtr
Definition LuceneTypes.h:273
boost::shared_ptr< InfoStream > InfoStreamPtr
Definition LuceneTypes.h:532
boost::shared_ptr< QueryParserCharStream > QueryParserCharStreamPtr
Definition LuceneTypes.h:271