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.
  • 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