Class LocationInfo

java.lang.Object
gw.lang.reflect.LocationInfo
All Implemented Interfaces:
ILocationInfo

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

    • _line

      private final int _line
    • _column

      private final int _column
    • _offset

      private final int _offset
    • _textLength

      private final int _textLength
    • _fileUrl

      private final URL _fileUrl
  • Constructor Details

    • LocationInfo

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

      public LocationInfo(int offset, int textLength, int line, int column, URL fileUrl)
  • Method Details