Interface Semanticdb.TextDocumentOrBuilder

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

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

      • getSchemaValue

        int getSchemaValue()
        .com.sourcegraph.semanticdb_javac.Schema schema = 1;
        Returns:
        The enum numeric value on the wire for schema.
      • getSchema

        Semanticdb.Schema getSchema()
        .com.sourcegraph.semanticdb_javac.Schema schema = 1;
        Returns:
        The schema.
      • getUri

        java.lang.String getUri()
        string uri = 2;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        string uri = 2;
        Returns:
        The bytes for uri.
      • getText

        java.lang.String getText()
        string text = 3;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 3;
        Returns:
        The bytes for text.
      • getMd5

        java.lang.String getMd5()
        string md5 = 11;
        Returns:
        The md5.
      • getMd5Bytes

        com.google.protobuf.ByteString getMd5Bytes()
        string md5 = 11;
        Returns:
        The bytes for md5.
      • getLanguageValue

        int getLanguageValue()
        .com.sourcegraph.semanticdb_javac.Language language = 10;
        Returns:
        The enum numeric value on the wire for language.
      • getLanguage

        Semanticdb.Language getLanguage()
        .com.sourcegraph.semanticdb_javac.Language language = 10;
        Returns:
        The language.
      • getSymbolsList

        java.util.List<Semanticdb.SymbolInformation> getSymbolsList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation symbols = 5;
      • getSymbols

        Semanticdb.SymbolInformation getSymbols​(int index)
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation symbols = 5;
      • getSymbolsCount

        int getSymbolsCount()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation symbols = 5;
      • getSymbolsOrBuilderList

        java.util.List<? extends Semanticdb.SymbolInformationOrBuilder> getSymbolsOrBuilderList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolInformation symbols = 5;
      • getOccurrencesList

        java.util.List<Semanticdb.SymbolOccurrence> getOccurrencesList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolOccurrence occurrences = 6;
      • getOccurrences

        Semanticdb.SymbolOccurrence getOccurrences​(int index)
        repeated .com.sourcegraph.semanticdb_javac.SymbolOccurrence occurrences = 6;
      • getOccurrencesCount

        int getOccurrencesCount()
        repeated .com.sourcegraph.semanticdb_javac.SymbolOccurrence occurrences = 6;
      • getOccurrencesOrBuilderList

        java.util.List<? extends Semanticdb.SymbolOccurrenceOrBuilder> getOccurrencesOrBuilderList()
        repeated .com.sourcegraph.semanticdb_javac.SymbolOccurrence occurrences = 6;