Uses of Interface
org.apache.commons.jexl3.parser.Provider
-
Packages that use Provider Package Description org.apache.commons.jexl3.parser Contains the Parser for JEXL script. -
-
Uses of Provider in org.apache.commons.jexl3.parser
Classes in org.apache.commons.jexl3.parser 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.apache.commons.jexl3.parser declared as Provider Modifier and Type Field Description protected ProviderSimpleCharStream. inputStreamMethods in org.apache.commons.jexl3.parser with parameters of type Provider Modifier and Type Method Description voidParser. 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.apache.commons.jexl3.parser with parameters of type Provider Constructor Description Parser(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.
-