public class RequestParserTokenManager extends Object implements RequestParserConstants
| 限定符和类型 | 字段和说明 |
|---|---|
protected char |
curChar |
(专用程序包) int |
curLexState |
PrintStream |
debugStream
Debug output.
|
(专用程序包) int |
defaultLexState |
protected JavaCharStream |
input_stream |
(专用程序包) static long[] |
jjbitVec0 |
(专用程序包) static long[] |
jjbitVec2 |
(专用程序包) int |
jjmatchedKind |
(专用程序包) int |
jjmatchedPos |
(专用程序包) int |
jjnewStateCnt |
(专用程序包) static int[] |
jjnextStates |
(专用程序包) int |
jjround |
private int[] |
jjrounds |
private int[] |
jjstateSet |
static String[] |
jjstrLiteralImages
Token literal values.
|
(专用程序包) static long[] |
jjtoSkip |
(专用程序包) static long[] |
jjtoToken |
static String[] |
lexStateNames
Lexer state names.
|
ALL, AMP_OP, AND, ANDNOT, asknum, between, CAPITAL, CLUSTER, COLON, COMMA, CONCAT_OP, COPIES, COUNT, CUBE, DEFAULT, DIGIT, DIGITS, DISTINCT, EOF, EQ, EQ2, estimate, FIELD, field_asc, field_desc, FLOAT, FROM, GE, GROUP, GT, heat, HEX, host_sn, KEYWORDS, LBRACE, LE, LETTER, LPAREN, LSBRACE, LT, MINUS, NE, NE2, none, NOT, NOTIN, NUMBER, OR, ORDERBY, ORNOT, params, PERIOD, PLUS, QUOTED, random, RBRACE, rela, RPAREN, RSBRACE, SEARCH, SEARCH_TEXT, SIMHASH_EQ, SLASH, STAR, SUM, TABLE_NAME, TIME, time_asc, tokenImage, UNITED, WAM, WHERE, WORDCLOUD| 构造器和说明 |
|---|
RequestParserTokenManager(JavaCharStream stream)
Constructor.
|
RequestParserTokenManager(JavaCharStream stream,
int lexState)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Token |
getNextToken()
Get the next Token.
|
private void |
jjAddStates(int start,
int end) |
private static boolean |
jjCanMove_0(int hiByte,
int i1,
int i2,
long l1,
long l2) |
private void |
jjCheckNAdd(int state) |
private void |
jjCheckNAddStates(int start,
int end) |
private void |
jjCheckNAddTwoStates(int state1,
int state2) |
protected Token |
jjFillToken() |
private int |
jjMoveNfa_0(int startState,
int curPos) |
private int |
jjMoveStringLiteralDfa0_0() |
private int |
jjMoveStringLiteralDfa1_0(long active0,
long active1) |
private int |
jjMoveStringLiteralDfa2_0(long old0,
long active0,
long old1,
long active1) |
private int |
jjMoveStringLiteralDfa3_0(long old0,
long active0,
long old1,
long active1) |
private int |
jjMoveStringLiteralDfa4_0(long old0,
long active0,
long old1,
long active1) |
private int |
jjMoveStringLiteralDfa5_0(long old0,
long active0,
long old1,
long active1) |
private int |
jjMoveStringLiteralDfa6_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa7_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa8_0(long old0,
long active0) |
private int |
jjMoveStringLiteralDfa9_0(long old0,
long active0) |
private int |
jjStartNfa_0(int pos,
long active0,
long active1) |
private int |
jjStartNfaWithStates_0(int pos,
int kind,
int state) |
private int |
jjStopAtPos(int pos,
int kind) |
private int |
jjStopStringLiteralDfa_0(int pos,
long active0,
long active1) |
void |
ReInit(JavaCharStream stream)
Reinitialise parser.
|
void |
ReInit(JavaCharStream stream,
int lexState)
Reinitialise parser.
|
private void |
ReInitRounds() |
void |
setDebugStream(PrintStream ds)
Set debug output.
|
void |
SwitchTo(int lexState)
Switch to specified lex state.
|
public PrintStream debugStream
static final long[] jjbitVec0
static final long[] jjbitVec2
static final int[] jjnextStates
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
static final long[] jjtoToken
static final long[] jjtoSkip
protected JavaCharStream input_stream
private final int[] jjrounds
private final int[] jjstateSet
protected char curChar
int curLexState
int defaultLexState
int jjnewStateCnt
int jjround
int jjmatchedPos
int jjmatchedKind
public RequestParserTokenManager(JavaCharStream stream)
public RequestParserTokenManager(JavaCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
private final int jjStopStringLiteralDfa_0(int pos,
long active0,
long active1)
private final int jjStartNfa_0(int pos,
long active0,
long active1)
private int jjStopAtPos(int pos,
int kind)
private int jjMoveStringLiteralDfa0_0()
private int jjMoveStringLiteralDfa1_0(long active0,
long active1)
private int jjMoveStringLiteralDfa2_0(long old0,
long active0,
long old1,
long active1)
private int jjMoveStringLiteralDfa3_0(long old0,
long active0,
long old1,
long active1)
private int jjMoveStringLiteralDfa4_0(long old0,
long active0,
long old1,
long active1)
private int jjMoveStringLiteralDfa5_0(long old0,
long active0,
long old1,
long active1)
private int jjMoveStringLiteralDfa6_0(long old0,
long active0)
private int jjMoveStringLiteralDfa7_0(long old0,
long active0)
private int jjMoveStringLiteralDfa8_0(long old0,
long active0)
private int jjMoveStringLiteralDfa9_0(long old0,
long active0)
private int jjStartNfaWithStates_0(int pos,
int kind,
int state)
private int jjMoveNfa_0(int startState,
int curPos)
private static final boolean jjCanMove_0(int hiByte,
int i1,
int i2,
long l1,
long l2)
public void ReInit(JavaCharStream stream)
private void ReInitRounds()
public void ReInit(JavaCharStream stream, int lexState)
public void SwitchTo(int lexState)
protected Token jjFillToken()
public Token getNextToken()
private void jjCheckNAdd(int state)
private void jjAddStates(int start,
int end)
private void jjCheckNAddTwoStates(int state1,
int state2)
private void jjCheckNAddStates(int start,
int end)
Copyright © 2023. All rights reserved.