Class LocationInfo

  • All Implemented Interfaces:
    ILocationInfo

    public class LocationInfo
    extends Object
    implements ILocationInfo
    Representation of a particular location in a particular source file.
    • Constructor Detail

      • LocationInfo

        public LocationInfo​(int line,
                            int column,
                            URL fileUrl)
      • LocationInfo

        public LocationInfo​(int offset,
                            int textLength,
                            int line,
                            int column,
                            URL fileUrl)