Class LocationLink

java.lang.Object
org.javacs.lsp.LocationLink
All Implemented Interfaces:
GenericLocation

public final class LocationLink extends Object implements GenericLocation
  • Field Details

    • originSelectionRange

      public Range originSelectionRange
    • targetUri

      public URI targetUri
    • targetRange

      public Range targetRange
    • targetSelectionRange

      public Range targetSelectionRange
  • Constructor Details

    • LocationLink

      public LocationLink(Range originSelectionRange, URI targetUri, Range targetRange, Range targetSelectionRange)