Uses of Class
org.apache.commons.jexl3.JexlOptions
-
Packages that use JexlOptions Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlOptions in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlOptions Modifier and Type Field Description private JexlOptionsJexlBuilder. optionsThe options.Methods in org.apache.commons.jexl3 that return JexlOptions Modifier and Type Method Description JexlOptionsJexlOptions. copy()Creates a copy of this instance.JexlOptionsJexlContext.OptionsHandle. getEngineOptions()Gets the current set of options though the context.JexlOptionsJexlBuilder. options()Gets the current set of optionsJexlOptionsJexlOptions. set(JexlEngine jexl)Sets options from engine.JexlOptionsJexlOptions. set(JexlOptions src)Sets options from options.Methods in org.apache.commons.jexl3 with parameters of type JexlOptions Modifier and Type Method Description JexlArithmeticJexlArithmetic. options(JexlOptions options)Apply options to this arithmetic which eventually may create another instance.default voidJexlContext.PragmaProcessor. processPragma(JexlOptions opts, java.lang.String key, java.lang.Object value)Process one pragma.JexlOptionsJexlOptions. set(JexlOptions src)Sets options from options. -
Uses of JexlOptions in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as JexlOptions Modifier and Type Field Description protected JexlOptionsClosure. optionsThe options.protected JexlOptionsEngine. optionsA cached version of the options.protected JexlOptionsInterpreterBase. optionsThe options.(package private) JexlOptionsTemplateInterpreter.Arguments. optionsThe options.Methods in org.apache.commons.jexl3.internal that return JexlOptions Modifier and Type Method Description protected JexlOptionsEngine. evalOptions(JexlContext context)Extracts the engine evaluation options from context if available, the engine options otherwise.private JexlOptionsEngine. evalOptions(JexlEngine.Options opts)Obsolete version of options evaluation.protected JexlOptionsEngine. evalOptions(ASTJexlScript script, JexlContext context)Compute a script options for evaluation.protected JexlOptionsTemplateEngine.JexlBasedExpression. options(JexlContext context)protected JexlOptionsTemplateEngine.TemplateExpression. options(JexlContext context)The options to use during evaluation.JexlOptionsEngine. optionsSet(JexlOptions opts)Sets options from this engine options.Methods in org.apache.commons.jexl3.internal with parameters of type JexlOptions Modifier and Type Method Description protected InterpreterEngine. createInterpreter(JexlContext context, Frame frame, JexlOptions opts)Creates an interpreter.protected InterpreterEngine32. createInterpreter(JexlContext context, Frame frame, JexlOptions opts)Deprecated.protected InterpreterScript. createInterpreter(JexlContext context, Frame frame, JexlOptions options)Creates this script interpreter.protected java.lang.ObjectTemplateEngine.TemplateExpression. evaluate(JexlContext context, Frame frame, JexlOptions options)Evaluates this expression.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments. options(JexlOptions o)Sets the options.JexlOptionsEngine. optionsSet(JexlOptions opts)Sets options from this engine options.protected TemplateEngine.TemplateExpressionTemplateEngine.TemplateExpression. prepare(JexlContext context, Frame frame, JexlOptions options)Prepares this expression.protected voidEngine. processPragmas(ASTJexlScript script, JexlContext context, JexlOptions opts)Processes a script pragmas.Constructors in org.apache.commons.jexl3.internal with parameters of type JexlOptions Constructor Description Interpreter(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame)Creates an interpreter.InterpreterBase(Engine engine, JexlOptions opts, JexlContext aContext)Creates an interpreter base.
-