Interface JexlInfo.Detail

Enclosing class:
JexlInfo

public static interface JexlInfo.Detail
Describes errors more precisely.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    end()
    Gets the end column on the line that triggered the error
    int
    Gets the start column on the line that triggered the error
    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

      Gets the code that triggered the error
      Overrides:
      toString in class Object
      Returns:
      the actual part of code that triggered the error