Uses of Class
org.apache.commons.jexl3.internal.TemplateInterpreter.Arguments
Packages that use TemplateInterpreter.Arguments
Package
Description
Provides utilities for introspection services.
-
Uses of TemplateInterpreter.Arguments in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal that return TemplateInterpreter.ArgumentsModifier and TypeMethodDescription(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments.context
(JexlContext j) Sets the context.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments.expressions
(TemplateEngine.TemplateExpression[] e) Sets the expressions.(package private) TemplateInterpreter.Arguments
Sets the frame.(package private) TemplateInterpreter.Arguments
TemplateInterpreter.Arguments.options
(JexlOptions o) Sets the options.(package private) TemplateInterpreter.Arguments
Sets the writer.Methods in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.ArgumentsModifier and TypeMethodDescriptionprotected Interpreter
Engine.createTemplateInterpreter
(TemplateInterpreter.Arguments args) Creates a template interpreter.protected Interpreter
Engine32.createTemplateInterpreter
(TemplateInterpreter.Arguments args) Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.ArgumentsModifierConstructorDescription(package private)
Creates a template interpreter instance.