Property | Type | Description | |
---|---|---|---|
debugStream | |||
jjnewLexState | int[] | ||
jjstrLiteralImages | string[] | ||
lexStateNames | string[] |
Property | Type | Description | |
---|---|---|---|
curChar | char | ||
input_stream | ICharStream |
Method | Description | |
---|---|---|
QueryParserTokenManager ( ICharStream stream ) : System |
Constructor.
|
|
QueryParserTokenManager ( ICharStream stream, int lexState ) : System |
Constructor.
|
|
ReInit ( ICharStream stream ) : void |
Reinitialize parser.
|
|
ReInit ( ICharStream stream, int lexState ) : void |
Reinitialize parser.
|
|
SetDebugStream ( |
Set debug output.
|
|
SwitchTo ( int lexState ) : void |
Switch to specified lex state.
|
Method | Description | |
---|---|---|
JjFillToken ( ) : |
Method | Description | |
---|---|---|
GetNextToken ( ) : |
||
JjAddStates ( int start, int end ) : void | ||
JjCanMove_0 ( int hiByte, int i1, int i2, ulong l1, ulong l2 ) : bool | ||
JjCheckNAdd ( int state ) : void | ||
JjCheckNAddStates ( int start, int end ) : void | ||
JjCheckNAddTwoStates ( int state1, int state2 ) : void | ||
JjMoveNfa_0 ( int startState, int curPos ) : int | ||
JjMoveNfa_1 ( int startState, int curPos ) : int | ||
JjMoveStringLiteralDfa0_0 ( ) : int | ||
JjStartNfa_1 ( int pos, long active0 ) : int | ||
JjStopAtPos ( int pos, int kind ) : int | ||
JjStopStringLiteralDfa_1 ( int pos, long active0 ) : int | ||
ReInitRounds ( ) : void | ||
jjMoveStringLiteralDfa0_1 ( ) : int |
public QueryParserTokenManager ( ICharStream stream ) : System | ||
stream | ICharStream | |
return | System |
public QueryParserTokenManager ( ICharStream stream, int lexState ) : System | ||
stream | ICharStream | |
lexState | int | |
return | System |
public ReInit ( ICharStream stream, int lexState ) : void | ||
stream | ICharStream | |
lexState | int | |
return | void |
public SetDebugStream ( |
||
ds | ||
return | void |
public static string[] jjstrLiteralImages | ||
return | string[] |