Package org.sonar.python.types.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SymbolsProtos.ClassSymbolgetClasses(int index)repeated .protoblog.ClassSymbol classes = 2;intgetClassesCount()repeated .protoblog.ClassSymbol classes = 2;List<SymbolsProtos.ClassSymbol>getClassesList()repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolOrBuildergetClassesOrBuilder(int index)repeated .protoblog.ClassSymbol classes = 2;List<? extends SymbolsProtos.ClassSymbolOrBuilder>getClassesOrBuilderList()repeated .protoblog.ClassSymbol classes = 2;StringgetFullyQualifiedName()string fully_qualified_name = 1;com.google.protobuf.ByteStringgetFullyQualifiedNameBytes()string fully_qualified_name = 1;SymbolsProtos.FunctionSymbolgetFunctions(int index)repeated .protoblog.FunctionSymbol functions = 3;intgetFunctionsCount()repeated .protoblog.FunctionSymbol functions = 3;List<SymbolsProtos.FunctionSymbol>getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.FunctionSymbolOrBuildergetFunctionsOrBuilder(int index)repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder>getFunctionsOrBuilderList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.OverloadedFunctionSymbolgetOverloadedFunctions(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;intgetOverloadedFunctionsCount()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;List<SymbolsProtos.OverloadedFunctionSymbol>getOverloadedFunctionsList()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;SymbolsProtos.OverloadedFunctionSymbolOrBuildergetOverloadedFunctionsOrBuilder(int index)repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;List<? extends SymbolsProtos.OverloadedFunctionSymbolOrBuilder>getOverloadedFunctionsOrBuilderList()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;SymbolsProtos.VarSymbolgetVars(int index)repeated .protoblog.VarSymbol vars = 5;intgetVarsCount()repeated .protoblog.VarSymbol vars = 5;List<SymbolsProtos.VarSymbol>getVarsList()repeated .protoblog.VarSymbol vars = 5;SymbolsProtos.VarSymbolOrBuildergetVarsOrBuilder(int index)repeated .protoblog.VarSymbol vars = 5;List<? extends SymbolsProtos.VarSymbolOrBuilder>getVarsOrBuilderList()repeated .protoblog.VarSymbol vars = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
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
List<SymbolsProtos.VarSymbol> 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;
-
-