Uses of Package
com.randomnoun.common.jexl.eval
Packages that use com.randomnoun.common.jexl.eval
Package
Description
-
Classes in com.randomnoun.common.jexl.eval used by com.randomnoun.common.jexl.evalClassDescriptionProvides variables and functions for an expression to be evaluated withA class that encapsulates a runtime exception occuring during evaluation of an expression.This class encapsulates a function, which is intended to be placed in an EvalContext (using EvalContext.setFunctions()).
-
Classes in com.randomnoun.common.jexl.eval used by com.randomnoun.common.jexl.eval.functionClassDescriptionProvides variables and functions for an expression to be evaluated withA class that encapsulates a runtime exception occuring during evaluation of an expression.This class encapsulates a function, which is intended to be placed in an EvalContext (using EvalContext.setFunctions()).
-
Classes in com.randomnoun.common.jexl.eval used by com.randomnoun.common.jexl.sqlClassDescriptionProvides variables and functions for an expression to be evaluated withA class that encapsulates a runtime exception occuring during evaluation of an expression.This class traverses (and evaluates) an expression AST graph.
-
Classes in com.randomnoun.common.jexl.eval used by com.randomnoun.common.jexl.sql.functionClassDescriptionProvides variables and functions for an expression to be evaluated withThis class encapsulates a function, which is intended to be placed in an EvalContext (using EvalContext.setFunctions()).