Module aya.ide

Interface GotoDefinition


public interface GotoDefinition
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static @NotNull kala.collection.SeqView<org.aya.util.error.WithPos<org.aya.util.error.SourcePos>>
    findDefs(@NotNull org.aya.cli.library.source.LibrarySource source, @NotNull kala.collection.SeqView<org.aya.cli.library.source.LibraryOwner> libraries, XY xy)
     
  • Method Details

    • findDefs

      @NotNull static @NotNull kala.collection.SeqView<org.aya.util.error.WithPos<org.aya.util.error.SourcePos>> findDefs(@NotNull @NotNull org.aya.cli.library.source.LibrarySource source, @NotNull @NotNull kala.collection.SeqView<org.aya.cli.library.source.LibraryOwner> libraries, XY xy)