Uses of Class
org.apache.commons.jexl3.JexlInfo
Packages that use JexlInfo
-
Uses of JexlInfo in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlInfoModifier and TypeMethodDescriptionJexlInfo.at
(int l, int c) Creates info reusing the name.JexlEngine.createInfo()
Create an information structure for dynamic set/get/invoke/new.JexlEngine.createInfo
(String fn, int l, int c) Creates a JexlInfo instance.JexlInfo.detach()
static JexlInfo
JexlInfo.from
(JexlScript script) Gets the info from a script.JexlException.getInfo()
Gets the specific information for this exception.static JexlInfo
Deprecated.3.2protected JexlInfo
JexlException.info()
Pleasing checkstyle.Methods in org.apache.commons.jexl3 with parameters of type JexlInfoModifier and TypeMethodDescriptionabstract JexlExpression
JexlEngine.createExpression
(JexlInfo info, String expression) Creates an JexlExpression from a String containing valid JEXL syntax.abstract JxltEngine.Expression
JxltEngine.createExpression
(JexlInfo info, String expression) Creates aJxltEngine.Expression
from an expression string.abstract JexlScript
JexlEngine.createScript
(JexlFeatures features, JexlInfo info, String source, String... names) Creates a JexlScript from a String containing valid JEXL syntax.final JexlScript
JexlEngine.createScript
(JexlInfo info, File scriptFile, String... names) Creates a Script from aFile
containing valid JEXL syntax.final JexlScript
JexlEngine.createScript
(JexlInfo info, String source, String... names) Creates a JexlScript from a String containing valid JEXL syntax.final JexlScript
JexlEngine.createScript
(JexlInfo info, URL scriptUrl, String... names) Creates a Script from aURL
containing valid JEXL syntax.JxltEngine.createTemplate
(JexlInfo info, String source) Creates a new template.abstract JxltEngine.Template
JxltEngine.createTemplate
(JexlInfo info, String prefix, Reader source, String... parms) Creates a new template.JxltEngine.createTemplate
(JexlInfo info, String source, String... parms) Creates a new template.static JexlInfo
Deprecated.3.2JexlContext.ModuleProcessor.processModule
(JexlEngine engine, JexlInfo info, String name, String body) Defines a module.Constructors in org.apache.commons.jexl3 with parameters of type JexlInfoModifierConstructorDescriptionCreates a new Ambiguous statement exception instance.Creates a new Ambiguous statement exception instance.Assignment
(JexlInfo info, String expr) Creates a new Assignment statement exception instance.Creates an Exception.Creates a new Ambiguous statement exception instance.JexlException
(JexlInfo jinfo, String msg, Throwable cause) Creates a new JexlException.protected
The copy constructor.Creates a new Method exception instance.Creates a new Method exception instance.Deprecated.as of 3.2, use call with method argumentsCreates a new Parsing exception instance.Creates a new Parsing exception instance.StackOverflow
(JexlInfo info, String name, Throwable cause) Creates a new stack overflow exception instance.Tokenization
(JexlInfo info, org.apache.commons.jexl3.parser.TokenMgrException cause) Creates a new Tokenization exception instance.