Uses of Interface
org.jpmml.python.Provider
-
Packages that use Provider Package Description org.jpmml.python -
-
Uses of Provider in org.jpmml.python
Classes in org.jpmml.python that implement Provider Modifier and Type Class Description classStreamProviderNOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)classStringProviderFields in org.jpmml.python declared as Provider Modifier and Type Field Description protected ProviderSimpleCharStream. inputStreamMethods in org.jpmml.python with parameters of type Provider Modifier and Type Method Description voidExpressionTranslator. ReInit(Provider stream)Reinitialise.voidPredicateTranslator. ReInit(Provider stream)Reinitialise.voidPythonParser. ReInit(Provider stream)Reinitialise.voidSimpleCharStream. ReInit(Provider dstream)Reinitialise.voidSimpleCharStream. ReInit(Provider dstream, int startline, int startcolumn)Reinitialise.voidSimpleCharStream. ReInit(Provider dstream, int startline, int startcolumn, int buffersize)Reinitialise.Constructors in org.jpmml.python with parameters of type Provider Constructor Description ExpressionTranslator(Provider stream)Constructor.PredicateTranslator(Provider stream)Constructor.PythonParser(Provider stream)Constructor.SimpleCharStream(Provider dstream)Constructor.SimpleCharStream(Provider dstream, int startline, int startcolumn)Constructor.SimpleCharStream(Provider dstream, int startline, int startcolumn, int buffersize)Constructor.
-