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
 int end()
           
 int start()
           
 String toString()
           
 

Method Detail

start

int start()
Returns:
the start column on the line that triggered the error

end

int end()
Returns:
the end column on the line that triggered the error

toString

String toString()
Overrides:
toString in class Object
Returns:
the actual part of code that triggered the error


Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.