Uses of Class
org.jpmml.python.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.jpmml.python -
-
Uses of SimpleCharStream in org.jpmml.python
Fields in org.jpmml.python declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamPythonParserTokenManager. input_streamMethods in org.jpmml.python with parameters of type SimpleCharStream Modifier and Type Method Description voidPythonParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidPythonParserTokenManager. ReInit(SimpleCharStream stream, int lexState)Reinitialise parser.Constructors in org.jpmml.python with parameters of type SimpleCharStream Constructor Description PushbackPythonParserTokenManager(SimpleCharStream simpleCharStream)PythonParserTokenManager(SimpleCharStream stream)Constructor.PythonParserTokenManager(SimpleCharStream stream, int lexState)Constructor.
-