| 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 |
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 |
ExpressionTranslator.token
Current token.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
ExpressionTranslatorTokenManager.getNextToken()
Get the next Token.
|
Token |
PredicateTranslator.getNextToken()
Get the next Token.
|
Token |
PredicateTranslatorTokenManager.getNextToken()
Get the next Token.
|
Token |
ExpressionTranslator.getNextToken()
Get the next Token.
|
Token |
PredicateTranslator.getToken(int index)
Get the specific Token.
|
Token |
ExpressionTranslator.getToken(int index)
Get the specific Token.
|
protected Token |
ExpressionTranslatorTokenManager.jjFillToken() |
protected Token |
PredicateTranslatorTokenManager.jjFillToken() |
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
String image)
Returns a new Token object, by default.
|
Token |
ExpressionTranslator.Sign() |
| 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 |
|---|---|
Token |
FormulaParserTokenManager.getNextToken() |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
PatsyToken.getTokens() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormulaParserTokenManager.pushBack(Token token) |
| Constructor and Description |
|---|
PatsyToken(Token token) |
| Constructor and Description |
|---|
PatsyToken(List<Token> tokens) |
Copyright © 2022. All rights reserved.