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 class
StreamProvider
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)class
StringProvider
Fields in org.apache.commons.jexl3.parser declared as Provider Modifier and Type Field Description protected Provider
SimpleCharStream. inputStream
Methods in org.apache.commons.jexl3.parser with parameters of type Provider Modifier and Type Method Description void
Parser. ReInit(Provider stream)
Reinitialise.void
SimpleCharStream. ReInit(Provider dstream)
Reinitialise.void
SimpleCharStream. ReInit(Provider dstream, int startline, int startcolumn)
Reinitialise.void
SimpleCharStream. 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.
-