Interface SourceLocation


  • public interface SourceLocation
    • Method Detail

      • getWithinType

        Class getWithinType()
      • getFileName

        String getFileName()
      • getLine

        int getLine()
      • getColumn

        int getColumn()