Uses of Class
org.jpmml.python.Token
-
Packages that use Token Package Description org.jpmml.python patsy -
-
Uses of Token in org.jpmml.python
Fields in org.jpmml.python declared as Token Modifier and Type Field Description TokenParseException. currentTokenThis is the last token that has been consumed successfully.TokenExpressionTranslator. jj_ntNext token.TokenPredicateTranslator. jj_ntNext token.TokenPythonParser. jj_ntNext token.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.TokenExpressionTranslator. tokenCurrent token.TokenPredicateTranslator. tokenCurrent token.TokenPythonParser. tokenCurrent token.Methods in org.jpmml.python that return Token Modifier and Type Method Description TokenExpressionTranslator. getNextToken()Get the next Token.TokenPredicateTranslator. getNextToken()Get the next Token.TokenPushbackPythonParserTokenManager. getNextToken()TokenPythonParser. getNextToken()Get the next Token.TokenPythonParserTokenManager. getNextToken()Get the next Token.TokenExpressionTranslator. getToken(int index)Get the specific Token.TokenPredicateTranslator. getToken(int index)Get the specific Token.TokenPythonParser. getToken(int index)Get the specific Token.protected TokenPythonParserTokenManager. jjFillToken()static TokenToken. newToken(int ofKind)static TokenToken. newToken(int ofKind, String image)Returns a new Token object, by default.TokenExpressionTranslator. Sign()TokenPredicateTranslator. Sign()TokenPythonParser. Sign()Methods in org.jpmml.python with parameters of type Token Modifier and Type Method Description protected static intAbstractTranslator. parseInt(Token sign, Token value)voidPushbackPythonParserTokenManager. pushBack(Token token)Constructors in org.jpmml.python with parameters of type Token Constructor 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. -
Uses of Token in patsy
Methods in patsy that return types with arguments of type Token Modifier and Type Method Description List<Token>PatsyToken. getTokens()Constructors in patsy with parameters of type Token Constructor Description PatsyToken(Token token)Constructor parameters in patsy with type arguments of type Token Constructor Description PatsyToken(List<Token> tokens)
-