Interface SymbolsProtos.ModuleSymbolOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SymbolsProtos.ModuleSymbol, SymbolsProtos.ModuleSymbol.Builder
Enclosing class:
SymbolsProtos

public static interface SymbolsProtos.ModuleSymbolOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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.
    • getClassesList

      List<SymbolsProtos.ClassSymbol> getClassesList()
      repeated .protoblog.ClassSymbol classes = 2;
    • getClasses

      SymbolsProtos.ClassSymbol getClasses(int index)
      repeated .protoblog.ClassSymbol classes = 2;
    • getClassesCount

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

      List<? extends SymbolsProtos.ClassSymbolOrBuilder> getClassesOrBuilderList()
      repeated .protoblog.ClassSymbol classes = 2;
    • getClassesOrBuilder

      SymbolsProtos.ClassSymbolOrBuilder getClassesOrBuilder(int index)
      repeated .protoblog.ClassSymbol classes = 2;
    • getFunctionsList

      List<SymbolsProtos.FunctionSymbol> getFunctionsList()
      repeated .protoblog.FunctionSymbol functions = 3;
    • getFunctions

      SymbolsProtos.FunctionSymbol getFunctions(int index)
      repeated .protoblog.FunctionSymbol functions = 3;
    • getFunctionsCount

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

      List<? extends SymbolsProtos.FunctionSymbolOrBuilder> getFunctionsOrBuilderList()
      repeated .protoblog.FunctionSymbol functions = 3;
    • getFunctionsOrBuilder

      SymbolsProtos.FunctionSymbolOrBuilder getFunctionsOrBuilder(int index)
      repeated .protoblog.FunctionSymbol functions = 3;
    • getOverloadedFunctionsList

      List<SymbolsProtos.OverloadedFunctionSymbol> getOverloadedFunctionsList()
      repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;
    • getOverloadedFunctions

      SymbolsProtos.OverloadedFunctionSymbol getOverloadedFunctions(int index)
      repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;
    • getOverloadedFunctionsCount

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

      List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder> getOverloadedFunctionsOrBuilderList()
      repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;
    • getOverloadedFunctionsOrBuilder

      SymbolsProtos.OverloadedFunctionSymbolOrBuilder getOverloadedFunctionsOrBuilder(int index)
      repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;
    • getVarsList

      repeated .protoblog.VarSymbol vars = 5;
    • getVars

      SymbolsProtos.VarSymbol getVars(int index)
      repeated .protoblog.VarSymbol vars = 5;
    • getVarsCount

      int getVarsCount()
      repeated .protoblog.VarSymbol vars = 5;
    • getVarsOrBuilderList

      List<? extends SymbolsProtos.VarSymbolOrBuilder> getVarsOrBuilderList()
      repeated .protoblog.VarSymbol vars = 5;
    • getVarsOrBuilder

      SymbolsProtos.VarSymbolOrBuilder getVarsOrBuilder(int index)
      repeated .protoblog.VarSymbol vars = 5;