Interface LineLocation

    • Method Detail

      • getPosition

        int getPosition()
        Position of the line, starting at 0.
      • getDescription

        String getDescription()
        A description of the resource. If the resource is a file, this is the complete path of the file.
      • getParent

        LineLocation getParent()
        Get the parent of this location. If this resource has been included by a !include or !includeurl directive, this return the location of the !include line.