Interface Location


@NotExtensible public interface Location
Describes the location of something in the source code.
  • Method Details

    • toString

      String toString()
      Human readable location in the source code, see Invocation.getLocation()
      Overrides:
      toString in class Object
      Returns:
      location
    • getSourceFile

      String getSourceFile()
      Source file of this location
      Returns:
      source file
      Since:
      2.24.6