JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.jexl3
JexlInfo
Detail
Contents
Description
Method Summary
Method Details
end()
start()
toString()
Hide sidebar
Show sidebar
Interface JexlInfo.Detail
Enclosing class:
JexlInfo
public static interface
JexlInfo.Detail
Describes errors more precisely.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
end
()
Gets the end column on the line that triggered the error
int
start
()
Gets the start column on the line that triggered the error
String
toString
()
Gets the code that triggered the error
Method Details
end
int
end
()
Gets the end column on the line that triggered the error
Returns:
the end column on the line that triggered the error
start
int
start
()
Gets the start column on the line that triggered the error
Returns:
the start column on the line that triggered the error
toString
String
toString
()
Gets the code that triggered the error
Overrides:
toString
in class
Object
Returns:
the actual part of code that triggered the error