Interface Location

  • All Known Implementing Classes:
    LocationImpl

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

      • toString

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

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