Interface Semanticdb.ScopeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Semanticdb.Scope, Semanticdb.Scope.Builder
    Enclosing class:
    Semanticdb

    public static interface Semanticdb.ScopeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getSymlinksList

        java.util.List<java.lang.String> getSymlinksList()
        repeated string symlinks = 1;
        Returns:
        A list containing the symlinks.
      • getSymlinksCount

        int getSymlinksCount()
        repeated string symlinks = 1;
        Returns:
        The count of symlinks.
      • getSymlinks

        java.lang.String getSymlinks​(int index)
        repeated string symlinks = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The symlinks at the given index.
      • getSymlinksBytes

        com.google.protobuf.ByteString getSymlinksBytes​(int index)
        repeated string symlinks = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the symlinks at the given index.
      • getHardlinksList

        java.util.List<Semanticdb.SymbolInformation> getHardlinksList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation hardlinks = 2;
      • getHardlinks

        Semanticdb.SymbolInformation getHardlinks​(int index)
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation hardlinks = 2;
      • getHardlinksCount

        int getHardlinksCount()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation hardlinks = 2;
      • getHardlinksOrBuilderList

        java.util.List<? extends Semanticdb.SymbolInformationOrBuilder> getHardlinksOrBuilderList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation hardlinks = 2;