| 程序包 | 说明 |
|---|---|
| cn.sowjz.souwen.v1.req_parser |
| 限定符和类型 | 字段和说明 |
|---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
(专用程序包) Token |
RequestParser.JJCalls.first |
private Token |
RequestParser.jj_lastpos |
Token |
RequestParser.jj_nt
Next token.
|
private Token |
RequestParser.jj_scanpos |
Token |
Token.next
A reference to the next regular (non-special) token from the input
stream.
|
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
|
Token |
RequestParser.token
Current token.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Token |
RequestParser.field_name() |
Token |
RequestParserTokenManager.getNextToken()
Get the next Token.
|
Token |
RequestParser.getNextToken()
Get the next Token.
|
Token |
RequestParser.getToken(int index)
Get the specific Token.
|
private Token |
RequestParser.jj_consume_token(int kind) |
protected Token |
RequestParserTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
Token |
RequestParser.number() |
| 限定符和类型 | 方法和说明 |
|---|---|
private static String |
ParseException.initialise(Token currentToken,
int[][] expectedTokenSequences,
String[] tokenImage)
It uses "currentToken" and "expectedTokenSequences" to generate a parse
error message and returns it.
|
| 构造器和说明 |
|---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException"
in the generated parser.
|
Copyright © 2023. All rights reserved.