Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.Type.Builder
Packages that use SymbolsProtos.Type.Builder
-
Uses of SymbolsProtos.Type.Builder in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.Type.BuilderModifier and TypeMethodDescriptionSymbolsProtos.Type.Builder.addAllArgs(Iterable<? extends SymbolsProtos.Type> values) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgs(int index, SymbolsProtos.Type value) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgs(int index, SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgs(SymbolsProtos.Type value) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgs(SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgsBuilder()repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgsBuilder(int index) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.clear()SymbolsProtos.Type.Builder.clearArgs()repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.clearFullyQualifiedName()optional string fully_qualified_name = 4;SymbolsProtos.Type.Builder.clearIsSelf()bool is_self = 5;SymbolsProtos.Type.Builder.clearKind().protoblog.TypeKind kind = 2;SymbolsProtos.Type.Builder.clearPrettyPrintedName()string pretty_printed_name = 1;SymbolsProtos.Type.Builder.getArgsBuilder(int index) repeated .protoblog.Type args = 3;SymbolsProtos.FunctionSymbol.Builder.getReturnAnnotationBuilder()optional .protoblog.Type return_annotation = 4;DescriptorsProtos.FunctionDescriptor.Builder.getReturnTypeAnnotationDescriptorBuilder()optional .protoblog.Type returnTypeAnnotationDescriptor = 10;SymbolsProtos.ParameterSymbol.Builder.getTypeAnnotationBuilder()optional .protoblog.Type type_annotation = 3;SymbolsProtos.VarSymbol.Builder.getTypeAnnotationBuilder()optional .protoblog.Type type_annotation = 3;DescriptorsProtos.ParameterDescriptor.Builder.getTypeAnnotationDescriptorBuilder()optional .protoblog.Type typeAnnotationDescriptor = 9;SymbolsProtos.Type.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SymbolsProtos.Type.Builder.mergeFrom(com.google.protobuf.Message other) SymbolsProtos.Type.Builder.mergeFrom(SymbolsProtos.Type other) static SymbolsProtos.Type.BuilderSymbolsProtos.Type.newBuilder()static SymbolsProtos.Type.BuilderSymbolsProtos.Type.newBuilder(SymbolsProtos.Type prototype) SymbolsProtos.Type.newBuilderForType()protected SymbolsProtos.Type.BuilderSymbolsProtos.Type.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SymbolsProtos.Type.Builder.removeArgs(int index) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.setArgs(int index, SymbolsProtos.Type value) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.setArgs(int index, SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.setFullyQualifiedName(String value) optional string fully_qualified_name = 4;SymbolsProtos.Type.Builder.setFullyQualifiedNameBytes(com.google.protobuf.ByteString value) optional string fully_qualified_name = 4;SymbolsProtos.Type.Builder.setIsSelf(boolean value) bool is_self = 5;SymbolsProtos.Type.Builder.setKind(SymbolsProtos.TypeKind value) .protoblog.TypeKind kind = 2;SymbolsProtos.Type.Builder.setKindValue(int value) .protoblog.TypeKind kind = 2;SymbolsProtos.Type.Builder.setPrettyPrintedName(String value) string pretty_printed_name = 1;SymbolsProtos.Type.Builder.setPrettyPrintedNameBytes(com.google.protobuf.ByteString value) string pretty_printed_name = 1;SymbolsProtos.Type.toBuilder()Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.Type.BuilderModifier and TypeMethodDescriptionSymbolsProtos.Type.Builder.getArgsBuilderList()repeated .protoblog.Type args = 3;Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.Type.BuilderModifier and TypeMethodDescriptionSymbolsProtos.Type.Builder.addArgs(int index, SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.addArgs(SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.Type.Builder.setArgs(int index, SymbolsProtos.Type.Builder builderForValue) repeated .protoblog.Type args = 3;SymbolsProtos.FunctionSymbol.Builder.setReturnAnnotation(SymbolsProtos.Type.Builder builderForValue) optional .protoblog.Type return_annotation = 4;DescriptorsProtos.FunctionDescriptor.Builder.setReturnTypeAnnotationDescriptor(SymbolsProtos.Type.Builder builderForValue) optional .protoblog.Type returnTypeAnnotationDescriptor = 10;SymbolsProtos.ParameterSymbol.Builder.setTypeAnnotation(SymbolsProtos.Type.Builder builderForValue) optional .protoblog.Type type_annotation = 3;SymbolsProtos.VarSymbol.Builder.setTypeAnnotation(SymbolsProtos.Type.Builder builderForValue) optional .protoblog.Type type_annotation = 3;DescriptorsProtos.ParameterDescriptor.Builder.setTypeAnnotationDescriptor(SymbolsProtos.Type.Builder builderForValue) optional .protoblog.Type typeAnnotationDescriptor = 9;