程序包 org.javacs.lsp

类 LocationLink

java.lang.Object
org.javacs.lsp.LocationLink
所有已实现的接口:
GenericLocation

public final class LocationLink extends Object implements GenericLocation
  • 字段详细资料

    • originSelectionRange

      public Range originSelectionRange
    • targetUri

      public URI targetUri
    • targetRange

      public Range targetRange
    • targetSelectionRange

      public Range targetSelectionRange
  • 构造器详细资料

    • LocationLink

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