|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JexlEngine.Frame | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl2.parser | Contains the Parser for JEXL script. |
Uses of JexlEngine.Frame in org.apache.commons.jexl2 |
---|
Methods in org.apache.commons.jexl2 that return JexlEngine.Frame | |
---|---|
JexlEngine.Frame |
JexlEngine.Scope.createFrame(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 | |
---|---|
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 | |
---|---|
UnifiedJEXL.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.Frame | |
---|---|
JexlEngine.Frame |
ASTJexlScript.createFrame(Object... values)
Creates an array of arguments by copying values up to the number of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |