Interface JexlInfo.Detail

    • 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
      java.lang.String toString()
      Gets the code that triggered the error
    • Method Detail

      • 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

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