Package org.apache.commons.jexl3
Interface JexlInfo.Detail
- Enclosing class:
- JexlInfo
public static interface JexlInfo.Detail
Describes errors more precisely.
- 
Method Summary
- 
Method Details- 
endint end()Gets the end column on the line that triggered the error- Returns:
- the end column on the line that triggered the error
 
- 
startint start()Gets the start column on the line that triggered the error- Returns:
- the start column on the line that triggered the error
 
- 
toStringGets the code that triggered the error
 
-