Class SourceCodeLocation

  • All Implemented Interfaces:
    Serializable

    public class SourceCodeLocation
    extends Object
    implements Serializable
    Location of tree node, represented by file name and line number.
    Author:
    Kostiantyn Shchepanovskyi
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceCodeLocation

        public SourceCodeLocation​(String file,
                                  int line)
    • Method Detail

      • getFile

        public String getFile()
      • getLine

        public int getLine()