Interface JexlInfo.Detail

Enclosing class:
JexlInfo

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

    Modifier and Type
    Method
    Description
    int
    end()
     
    int
     
     
  • Method Details

    • 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

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