Uses of Class
org.apache.commons.jexl2.JexlEngine.Frame
Packages that use JexlEngine.Frame
-
Uses of JexlEngine.Frame in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 that return JexlEngine.FrameModifier and TypeMethodDescriptionJexlEngine.Scope.createFrame
(Object... values) Creates a frame by copying values up to the number of parameters.UnifiedJEXL.TemplateContext.getFrame()
Gets this context calling frame.Methods in org.apache.commons.jexl2 with parameters of type JexlEngine.FrameModifier and TypeMethodDescriptionprotected void
Interpreter.setFrame
(JexlEngine.Frame frame) Sets this interpreter parameters and arguments.Constructors in org.apache.commons.jexl2 with parameters of type JexlEngine.FrameModifierConstructorDescriptionprotected
TemplateContext
(JexlContext jcontext, JexlEngine.Frame jframe, UnifiedJEXL.Expression[] expressions, Writer out) Creates a template context instance. -
Uses of JexlEngine.Frame in org.apache.commons.jexl2.parser
Methods in org.apache.commons.jexl2.parser that return JexlEngine.FrameModifier and TypeMethodDescriptionASTJexlScript.createFrame
(Object... values) Creates an array of arguments by copying values up to the number of parameters.