Interface SymbolsProtos.ModuleSymbolOrBuilder

    • Method Detail

      • getFullyQualifiedName

        String getFullyQualifiedName()
        string fully_qualified_name = 1;
        Returns:
        The fullyQualifiedName.
      • getFullyQualifiedNameBytes

        com.google.protobuf.ByteString getFullyQualifiedNameBytes()
        string fully_qualified_name = 1;
        Returns:
        The bytes for fullyQualifiedName.
      • getClassesCount

        int getClassesCount()
        repeated .protoblog.ClassSymbol classes = 2;
      • getFunctionsCount

        int getFunctionsCount()
        repeated .protoblog.FunctionSymbol functions = 3;
      • getOverloadedFunctionsCount

        int getOverloadedFunctionsCount()
        repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;