Uses of Class
org.apache.commons.jexl3.JexlOptions
Packages that use JexlOptions
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides utilities for introspection services.
-
Uses of JexlOptions in org.apache.commons.jexl3
Fields in org.apache.commons.jexl3 declared as JexlOptionsMethods in org.apache.commons.jexl3 that return JexlOptionsModifier and TypeMethodDescriptionJexlOptions.copy()
Creates a copy of this instance.JexlContext.OptionsHandle.getEngineOptions()
Retrieves the current set of options though the context.JexlBuilder.options()
JexlOptions.set
(JexlEngine jexl) Sets options from engine.JexlOptions.set
(JexlOptions src) Sets options from options.Methods in org.apache.commons.jexl3 with parameters of type JexlOptionsModifier and TypeMethodDescriptionJexlArithmetic.options
(JexlOptions options) Apply options to this arithmetic which eventually may create another instance.default void
JexlContext.PragmaProcessor.processPragma
(JexlOptions opts, String key, Object value) Process one pragma.JexlOptions.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 JexlOptionsModifier and TypeFieldDescriptionprotected final JexlOptions
Closure.options
The options.protected final JexlOptions
Engine.options
A cached version of the options.protected final JexlOptions
InterpreterBase.options
The options.(package private) JexlOptions
TemplateInterpreter.Arguments.options
The options.Methods in org.apache.commons.jexl3.internal that return JexlOptionsModifier and TypeMethodDescriptionprotected JexlOptions
Engine.evalOptions
(JexlContext context) Extracts the engine evaluation options from context if available, the engine options otherwise.private JexlOptions
Engine.evalOptions
(JexlEngine.Options opts) Obsolete version of options evaluation.protected JexlOptions
Engine.evalOptions
(ASTJexlScript script, JexlContext context) Compute a script options for evaluation.protected JexlOptions
TemplateEngine.JexlBasedExpression.options
(JexlContext context) protected JexlOptions
TemplateEngine.TemplateExpression.options
(JexlContext context) The options to use during evaluation.Engine.optionsSet
(JexlOptions opts) Sets options from this engine options.Methods in org.apache.commons.jexl3.internal with parameters of type JexlOptionsModifier and TypeMethodDescriptionprotected Interpreter
Engine.createInterpreter
(JexlContext context, Frame frame, JexlOptions opts) Creates an interpreter.protected Interpreter
Engine32.createInterpreter
(JexlContext context, Frame frame, JexlOptions opts) protected Interpreter
Script.createInterpreter
(JexlContext context, Frame frame, JexlOptions options) Creates this script interpreter.protected final Object
TemplateEngine.TemplateExpression.evaluate
(JexlContext context, Frame frame, JexlOptions options) Evaluates this expression.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments.options
(JexlOptions o) Sets the options.Engine.optionsSet
(JexlOptions opts) Sets options from this engine options.protected final TemplateEngine.TemplateExpression
TemplateEngine.TemplateExpression.prepare
(JexlContext context, Frame frame, JexlOptions opts) Prepares this expression.protected void
Engine.processPragmas
(ASTJexlScript script, JexlContext context, JexlOptions opts) Processes a script pragmas.Constructors in org.apache.commons.jexl3.internal with parameters of type JexlOptionsModifierConstructorDescriptionprotected
Interpreter
(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame) Creates an interpreter.protected
InterpreterBase
(Engine engine, JexlOptions opts, JexlContext aContext) Creates an interpreter base.