Uses of Class
org.apache.commons.jexl2.parser.Parser
-
Packages that use Parser Package Description org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl2.parser Contains the Parser for JEXL script. -
-
Uses of Parser in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as Parser Modifier and Type Field Description protected Parser
JexlEngine. parser
The singleton ExpressionFactory also holds a single instance ofParser
. -
Uses of Parser in org.apache.commons.jexl2.parser
-