Uses of Interface
org.sonar.python.types.protobuf.SymbolsProtos.TypeOrBuilder
-
Packages that use SymbolsProtos.TypeOrBuilder Package Description org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.TypeOrBuilder in org.sonar.python.types.protobuf
Classes in org.sonar.python.types.protobuf that implement SymbolsProtos.TypeOrBuilder Modifier and Type Class Description static classSymbolsProtos.TypeProtobuf typeprotoblog.Typestatic classSymbolsProtos.Type.BuilderProtobuf typeprotoblog.TypeMethods in org.sonar.python.types.protobuf that return SymbolsProtos.TypeOrBuilder Modifier and Type Method Description SymbolsProtos.TypeOrBuilderSymbolsProtos.Type.Builder. getArgsOrBuilder(int index)repeated .protoblog.Type args = 3;SymbolsProtos.TypeOrBuilderSymbolsProtos.Type. getArgsOrBuilder(int index)repeated .protoblog.Type args = 3;SymbolsProtos.TypeOrBuilderSymbolsProtos.TypeOrBuilder. getArgsOrBuilder(int index)repeated .protoblog.Type args = 3;SymbolsProtos.TypeOrBuilderSymbolsProtos.FunctionSymbol.Builder. getReturnAnnotationOrBuilder()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeOrBuilderSymbolsProtos.FunctionSymbol. getReturnAnnotationOrBuilder()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeOrBuilderSymbolsProtos.FunctionSymbolOrBuilder. getReturnAnnotationOrBuilder()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeOrBuilderSymbolsProtos.ParameterSymbol.Builder. getTypeAnnotationOrBuilder()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeOrBuilderSymbolsProtos.ParameterSymbol. getTypeAnnotationOrBuilder()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeOrBuilderSymbolsProtos.ParameterSymbolOrBuilder. getTypeAnnotationOrBuilder()optional .protoblog.Type type_annotation = 3;Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.TypeOrBuilder Modifier and Type Method Description List<? extends SymbolsProtos.TypeOrBuilder>SymbolsProtos.Type.Builder. getArgsOrBuilderList()repeated .protoblog.Type args = 3;List<? extends SymbolsProtos.TypeOrBuilder>SymbolsProtos.Type. getArgsOrBuilderList()repeated .protoblog.Type args = 3;List<? extends SymbolsProtos.TypeOrBuilder>SymbolsProtos.TypeOrBuilder. getArgsOrBuilderList()repeated .protoblog.Type args = 3;
-