Class TextLocation

    • Constructor Detail

      • TextLocation

        public TextLocation​(String fileName,
                            int line)
      • TextLocation

        public TextLocation​(String fileName,
                            int line,
                            InliningInfo inlining)
    • Method Detail

      • getFileName

        public String getFileName()
      • getLine

        public int getLine()
      • isEmpty

        public boolean isEmpty()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object