Interface Semanticdb.SymbolOccurrenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Semanticdb.Range getRange()
      .com.sourcegraph.semanticdb_javac.Range range = 1;
      Semanticdb.RangeOrBuilder getRangeOrBuilder()
      .com.sourcegraph.semanticdb_javac.Range range = 1;
      Semanticdb.SymbolOccurrence.Role getRole()
      .com.sourcegraph.semanticdb_javac.SymbolOccurrence.Role role = 3;
      int getRoleValue()
      .com.sourcegraph.semanticdb_javac.SymbolOccurrence.Role role = 3;
      java.lang.String getSymbol()
      string symbol = 2;
      com.google.protobuf.ByteString getSymbolBytes()
      string symbol = 2;
      boolean hasRange()
      .com.sourcegraph.semanticdb_javac.Range range = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasRange

        boolean hasRange()
        .com.sourcegraph.semanticdb_javac.Range range = 1;
        Returns:
        Whether the range field is set.
      • getRange

        Semanticdb.Range getRange()
        .com.sourcegraph.semanticdb_javac.Range range = 1;
        Returns:
        The range.
      • getSymbol

        java.lang.String getSymbol()
        string symbol = 2;
        Returns:
        The symbol.
      • getSymbolBytes

        com.google.protobuf.ByteString getSymbolBytes()
        string symbol = 2;
        Returns:
        The bytes for symbol.
      • getRoleValue

        int getRoleValue()
        .com.sourcegraph.semanticdb_javac.SymbolOccurrence.Role role = 3;
        Returns:
        The enum numeric value on the wire for role.