Uses of Interface
org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbolOrBuilder
Packages that use SymbolsProtos.FunctionSymbolOrBuilder
-
Uses of SymbolsProtos.FunctionSymbolOrBuilder in org.sonar.python.types.protobuf
Classes in org.sonar.python.types.protobuf that implement SymbolsProtos.FunctionSymbolOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typeprotoblog.FunctionSymbolstatic final classProtobuf typeprotoblog.FunctionSymbolMethods in org.sonar.python.types.protobuf that return SymbolsProtos.FunctionSymbolOrBuilderModifier and TypeMethodDescriptionSymbolsProtos.OverloadedFunctionSymbol.Builder.getDefinitionsOrBuilder(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbol.getDefinitionsOrBuilder(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbolOrBuilder.getDefinitionsOrBuilder(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.getFunctionsOrBuilder(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbol.getFunctionsOrBuilder(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbolOrBuilder.getFunctionsOrBuilder(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.getMethodsOrBuilder(int index) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbol.getMethodsOrBuilder(int index) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbolOrBuilder.getMethodsOrBuilder(int index) repeated .protoblog.FunctionSymbol methods = 5;Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.FunctionSymbolOrBuilderModifier and TypeMethodDescriptionList<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.OverloadedFunctionSymbol.Builder.getDefinitionsOrBuilderList()repeated .protoblog.FunctionSymbol definitions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.OverloadedFunctionSymbol.getDefinitionsOrBuilderList()repeated .protoblog.FunctionSymbol definitions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.OverloadedFunctionSymbolOrBuilder.getDefinitionsOrBuilderList()repeated .protoblog.FunctionSymbol definitions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ModuleSymbol.Builder.getFunctionsOrBuilderList()repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ModuleSymbol.getFunctionsOrBuilderList()repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ModuleSymbolOrBuilder.getFunctionsOrBuilderList()repeated .protoblog.FunctionSymbol functions = 3;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ClassSymbol.Builder.getMethodsOrBuilderList()repeated .protoblog.FunctionSymbol methods = 5;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ClassSymbol.getMethodsOrBuilderList()repeated .protoblog.FunctionSymbol methods = 5;List<? extends SymbolsProtos.FunctionSymbolOrBuilder> SymbolsProtos.ClassSymbolOrBuilder.getMethodsOrBuilderList()repeated .protoblog.FunctionSymbol methods = 5;