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.ArgumentsTemplateInterpreter.Arguments.context(JexlContext j) Sets the context.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments.expressions(TemplateEngine.TemplateExpression[] e) Sets the expressions.(package private) TemplateInterpreter.ArgumentsSets the frame.(package private) TemplateInterpreter.ArgumentsTemplateInterpreter.Arguments.options(JexlOptions o) Sets the options.(package private) TemplateInterpreter.ArgumentsSets the writer.Methods in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.ArgumentsModifier and TypeMethodDescriptionprotected InterpreterEngine.createTemplateInterpreter(TemplateInterpreter.Arguments args) Creates a template interpreter.protected InterpreterEngine32.createTemplateInterpreter(TemplateInterpreter.Arguments args) Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateInterpreter.ArgumentsModifierConstructorDescriptionprotectedCreates a template interpreter instance.