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
Modifier and TypeMethodDescriptiongetClasses(int index) repeated .protoblog.ClassSymbol classes = 2;intrepeated .protoblog.ClassSymbol classes = 2;repeated .protoblog.ClassSymbol classes = 2;getClassesOrBuilder(int index) repeated .protoblog.ClassSymbol classes = 2;List<? extends SymbolsProtos.ClassSymbolOrBuilder>repeated .protoblog.ClassSymbol classes = 2;string fully_qualified_name = 1;com.google.protobuf.ByteStringstring fully_qualified_name = 1;getFunctions(int index) repeated .protoblog.FunctionSymbol functions = 3;intrepeated .protoblog.FunctionSymbol functions = 3;repeated .protoblog.FunctionSymbol functions = 3;getFunctionsOrBuilder(int index) repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder>repeated .protoblog.FunctionSymbol functions = 3;getOverloadedFunctions(int index) repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;intrepeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;getOverloadedFunctionsOrBuilder(int index) repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4;getVars(int index) repeated .protoblog.VarSymbol vars = 5;intrepeated .protoblog.VarSymbol vars = 5;repeated .protoblog.VarSymbol vars = 5;getVarsOrBuilder(int index) repeated .protoblog.VarSymbol vars = 5;List<? extends SymbolsProtos.VarSymbolOrBuilder>repeated .protoblog.VarSymbol vars = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
repeated .protoblog.ClassSymbol classes = 2; -
getFunctionsList
List<SymbolsProtos.FunctionSymbol> getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3; -
getFunctions
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
repeated .protoblog.FunctionSymbol functions = 3; -
getOverloadedFunctionsList
List<SymbolsProtos.OverloadedFunctionSymbol> getOverloadedFunctionsList()repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4; -
getOverloadedFunctions
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
repeated .protoblog.OverloadedFunctionSymbol overloaded_functions = 4; -
getVarsList
List<SymbolsProtos.VarSymbol> getVarsList()repeated .protoblog.VarSymbol vars = 5; -
getVars
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
repeated .protoblog.VarSymbol vars = 5;
-