| Package | Description |
|---|---|
| org.jpmml.python | |
| patsy |
| Modifier and Type | Field and Description |
|---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
PredicateTranslator.jj_nt
Next token.
|
Token |
FunctionDefParser.jj_nt
Next token.
|
Token |
PythonParser.jj_nt
Next token.
|
Token |
ExpressionTranslator.jj_nt
Next token.
|
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 |
PredicateTranslator.token
Current token.
|
Token |
FunctionDefParser.token
Current token.
|
Token |
PythonParser.token
Current token.
|
Token |
ExpressionTranslator.token
Current token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
PythonParserTokenManager.getNextToken()
Get the next Token.
|
Token |
PredicateTranslator.getNextToken()
Get the next Token.
|
Token |
FunctionDefParser.getNextToken()
Get the next Token.
|
Token |
PythonParser.getNextToken()
Get the next Token.
|
Token |
ExpressionTranslator.getNextToken()
Get the next Token.
|
Token |
PushbackPythonParserTokenManager.getNextToken() |
Token |
PredicateTranslator.getToken(int index)
Get the specific Token.
|
Token |
FunctionDefParser.getToken(int index)
Get the specific Token.
|
Token |
PythonParser.getToken(int index)
Get the specific Token.
|
Token |
ExpressionTranslator.getToken(int index)
Get the specific Token.
|
protected Token |
PythonParserTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PythonParserUtil.getWhitespace(Token token) |
static boolean |
PythonParserUtil.parseBoolean(Token value) |
static double |
PythonParserUtil.parseFloat(Token value) |
static int |
PythonParserUtil.parseInt(Token value) |
static int |
PythonParserUtil.parseInt(Token sign,
Token value) |
static String |
PythonParserUtil.parseMultilineString(Token value) |
static String |
PythonParserUtil.parseString(Token value) |
static Object |
PythonParserUtil.parseValue(Token value) |
void |
PushbackPythonParserTokenManager.pushBack(Token token) |
| Constructor and Description |
|---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal) |
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal,
String lexicalStateName)
This constructor is used by the method "generateParseException"
in the generated parser.
|
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
PatsyToken.getTokens() |
| Constructor and Description |
|---|
PatsyToken(Token token) |
| Constructor and Description |
|---|
PatsyToken(List<Token> tokens) |
Copyright © 2023. All rights reserved.