Interface SourceLocationBound

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()
      Get the name of the file to which the object is bound to.
      int getLineNumber()
      Get the line number to which the object is bound to.
      int getPosition()
      Get the position on the line to which the object is bound to.
    • Method Detail

      • getFileName

        java.lang.String getFileName()
        Get the name of the file to which the object is bound to.
        Returns:
        the name of the file
      • getLineNumber

        int getLineNumber()
        Get the line number to which the object is bound to.
        Returns:
        the line number in the file
      • getPosition

        int getPosition()
        Get the position on the line to which the object is bound to.
        Returns:
        the position within the line