Uses of Class
org.apache.commons.jexl2.JexlEngine.Frame
-
Packages that use JexlEngine.Frame Package Description org.apache.commons.jexl2 org.apache.commons.jexl2.parser -
-
Uses of JexlEngine.Frame in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 that return JexlEngine.Frame Modifier and Type Method Description JexlEngine.Frame
JexlEngine.Scope. createFrame(java.lang.Object... values)
Creates a frame by copying values up to the number of parameters.JexlEngine.Frame
UnifiedJEXL.TemplateContext. getFrame()
Gets this context calling frame.Methods in org.apache.commons.jexl2 with parameters of type JexlEngine.Frame Modifier and Type Method Description protected void
Interpreter. setFrame(JexlEngine.Frame frame)
Sets this interpreter parameters and arguments.Constructors in org.apache.commons.jexl2 with parameters of type JexlEngine.Frame Constructor Description TemplateContext(JexlContext jcontext, JexlEngine.Frame jframe, UnifiedJEXL.Expression[] expressions, java.io.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.Frame Modifier and Type Method Description JexlEngine.Frame
ASTJexlScript. createFrame(java.lang.Object... values)
Creates an array of arguments by copying values up to the number of parameters.
-