Uses of Interface
org.sonar.python.types.protobuf.SymbolsProtos.ClassSymbolOrBuilder
-
Packages that use SymbolsProtos.ClassSymbolOrBuilder Package Description org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.ClassSymbolOrBuilder in org.sonar.python.types.protobuf
Classes in org.sonar.python.types.protobuf that implement SymbolsProtos.ClassSymbolOrBuilder Modifier and Type Class Description static classSymbolsProtos.ClassSymbolProtobuf typeprotoblog.ClassSymbolstatic classSymbolsProtos.ClassSymbol.BuilderProtobuf typeprotoblog.ClassSymbolMethods in org.sonar.python.types.protobuf that return SymbolsProtos.ClassSymbolOrBuilder Modifier and Type Method Description SymbolsProtos.ClassSymbolOrBuilderSymbolsProtos.ModuleSymbol.Builder. getClassesOrBuilder(int index)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolOrBuilderSymbolsProtos.ModuleSymbol. getClassesOrBuilder(int index)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolOrBuilderSymbolsProtos.ModuleSymbolOrBuilder. getClassesOrBuilder(int index)repeated .protoblog.ClassSymbol classes = 2;Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.ClassSymbolOrBuilder Modifier and Type Method Description List<? extends SymbolsProtos.ClassSymbolOrBuilder>SymbolsProtos.ModuleSymbol.Builder. getClassesOrBuilderList()repeated .protoblog.ClassSymbol classes = 2;List<? extends SymbolsProtos.ClassSymbolOrBuilder>SymbolsProtos.ModuleSymbol. getClassesOrBuilderList()repeated .protoblog.ClassSymbol classes = 2;List<? extends SymbolsProtos.ClassSymbolOrBuilder>SymbolsProtos.ModuleSymbolOrBuilder. getClassesOrBuilderList()repeated .protoblog.ClassSymbol classes = 2;
-