|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Script | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
Uses of Script in org.apache.commons.jexl2 |
---|
Classes in org.apache.commons.jexl2 that implement Script | |
---|---|
class |
ExpressionImpl
Instances of ExpressionImpl are created by the JexlEngine ,
and this is the default implementation of the Expression and
Script interface. |
Methods in org.apache.commons.jexl2 that return Script | |
---|---|
protected Script |
JexlEngine.createScript(ASTJexlScript tree,
String text)
An overridable through covariant return Script creator. |
Script |
JexlEngine.createScript(File scriptFile)
Creates a Script from a File containing valid JEXL syntax. |
Script |
JexlEngine.createScript(String scriptText)
Creates a Script from a String containing valid JEXL syntax. |
Script |
JexlEngine.createScript(String scriptText,
JexlInfo info)
Deprecated. Use JexlEngine.createScript(String, JexlInfo, String[]) |
Script |
JexlEngine.createScript(String scriptText,
JexlInfo info,
String[] names)
Creates a Script from a String containing valid JEXL syntax. |
Script |
JexlEngine.createScript(String scriptText,
String... names)
Creates a Script from a String containing valid JEXL syntax. |
Script |
JexlEngine.createScript(URL scriptUrl)
Creates a Script from a URL containing valid JEXL syntax. |
Methods in org.apache.commons.jexl2 with parameters of type Script | |
---|---|
protected String[] |
JexlEngine.getLocalVariables(Script script)
Gets the array of local variable from a script. |
protected String[] |
JexlEngine.getParameters(Script script)
Gets the array of parameters from a script. |
Set<List<String>> |
JexlEngine.getVariables(Script script)
Gets the list of variables accessed by a script. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |