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 voidJexlContext.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 JexlOptionsClosure.optionsThe options.protected final JexlOptionsEngine.optionsA cached version of the options.protected final JexlOptionsInterpreterBase.optionsThe options.(package private) JexlOptionsTemplateInterpreter.Arguments.optionsThe options.Methods in org.apache.commons.jexl3.internal that return JexlOptionsModifier and TypeMethodDescriptionprotected 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.Engine.optionsSet(JexlOptions opts) Sets options from this engine options.Methods in org.apache.commons.jexl3.internal with parameters of type JexlOptionsModifier and TypeMethodDescriptionprotected InterpreterEngine.createInterpreter(JexlContext context, Frame frame, JexlOptions opts) Creates an interpreter.protected InterpreterEngine32.createInterpreter(JexlContext context, Frame frame, JexlOptions opts) protected InterpreterScript.createInterpreter(JexlContext context, Frame frame, JexlOptions options) Creates this script interpreter.protected final ObjectTemplateEngine.TemplateExpression.evaluate(JexlContext context, Frame frame, JexlOptions options) Evaluates this expression.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments.options(JexlOptions o) Sets the options.Engine.optionsSet(JexlOptions opts) Sets options from this engine options.protected final TemplateEngine.TemplateExpressionTemplateEngine.TemplateExpression.prepare(JexlContext context, Frame frame, JexlOptions opts) 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 JexlOptionsModifierConstructorDescriptionprotectedInterpreter(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame) Creates an interpreter.protectedInterpreterBase(Engine engine, JexlOptions opts, JexlContext aContext) Creates an interpreter base.