Package | Description |
---|---|
org.apache.commons.jexl2 | |
org.apache.commons.jexl2.parser |
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
Interpreter.setFrame(JexlEngine.Frame frame) |
Sets this interpreter parameters and arguments.
|
Constructor | Description |
---|---|
TemplateContext(JexlContext jcontext,
JexlEngine.Frame jframe,
UnifiedJEXL.Expression[] expressions,
java.io.Writer out) |
Creates a template context instance.
|
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.
|