Package org.apache.commons.jexl3
Interface JexlInfo.Detail
-
- All Known Implementing Classes:
Debugger
,TemplateDebugger
- 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()
int
start()
java.lang.String
toString()
-
-
-
Method Detail
-
end
int end()
- Returns:
- the end column on the line that triggered the error
-
start
int start()
- Returns:
- the start column on the line that triggered the error
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Returns:
- the actual part of code that triggered the error
-
-