Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.Type
-
Packages that use SymbolsProtos.Type Package Description org.sonar.python.types org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.Type in org.sonar.python.types
Methods in org.sonar.python.types with parameters of type SymbolsProtos.Type Modifier and Type Method Description static InferredTypeInferredTypes. fromTypeshedProtobuf(SymbolsProtos.Type type) -
Uses of SymbolsProtos.Type in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.Type Modifier and Type Method Description SymbolsProtos.TypeSymbolsProtos.Type.Builder. build()SymbolsProtos.TypeSymbolsProtos.Type.Builder. buildPartial()SymbolsProtos.TypeSymbolsProtos.Type.Builder. getArgs(int index)repeated .protoblog.Type args = 3;SymbolsProtos.TypeSymbolsProtos.Type. getArgs(int index)repeated .protoblog.Type args = 3;SymbolsProtos.TypeSymbolsProtos.TypeOrBuilder. getArgs(int index)repeated .protoblog.Type args = 3;static SymbolsProtos.TypeSymbolsProtos.Type. getDefaultInstance()SymbolsProtos.TypeSymbolsProtos.Type.Builder. getDefaultInstanceForType()SymbolsProtos.TypeSymbolsProtos.Type. getDefaultInstanceForType()SymbolsProtos.TypeSymbolsProtos.FunctionSymbol.Builder. getReturnAnnotation()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeSymbolsProtos.FunctionSymbol. getReturnAnnotation()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeSymbolsProtos.FunctionSymbolOrBuilder. getReturnAnnotation()optional .protoblog.Type return_annotation = 4;SymbolsProtos.TypeSymbolsProtos.ParameterSymbol.Builder. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeSymbolsProtos.ParameterSymbol. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeSymbolsProtos.ParameterSymbolOrBuilder. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeSymbolsProtos.VarSymbol.Builder. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeSymbolsProtos.VarSymbol. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;SymbolsProtos.TypeSymbolsProtos.VarSymbolOrBuilder. getTypeAnnotation()optional .protoblog.Type type_annotation = 3;static SymbolsProtos.TypeSymbolsProtos.Type. parseDelimitedFrom(InputStream input)static SymbolsProtos.TypeSymbolsProtos.Type. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(byte[] data)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(com.google.protobuf.ByteString data)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(com.google.protobuf.CodedInputStream input)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(InputStream input)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(ByteBuffer data)static SymbolsProtos.TypeSymbolsProtos.Type. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.Type Modifier and Type Method Description List<SymbolsProtos.Type>SymbolsProtos.Type.Builder. getArgsList()repeated .protoblog.Type args = 3;List<SymbolsProtos.Type>SymbolsProtos.Type. getArgsList()repeated .protoblog.Type args = 3;List<SymbolsProtos.Type>SymbolsProtos.TypeOrBuilder. getArgsList()repeated .protoblog.Type args = 3;com.google.protobuf.Parser<SymbolsProtos.Type>SymbolsProtos.Type. getParserForType()static com.google.protobuf.Parser<SymbolsProtos.Type>SymbolsProtos.Type. parser()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.Type Modifier and Type Method Description SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. addArgs(int index, SymbolsProtos.Type value)repeated .protoblog.Type args = 3;SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. addArgs(SymbolsProtos.Type value)repeated .protoblog.Type args = 3;SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. mergeFrom(SymbolsProtos.Type other)SymbolsProtos.FunctionSymbol.BuilderSymbolsProtos.FunctionSymbol.Builder. mergeReturnAnnotation(SymbolsProtos.Type value)optional .protoblog.Type return_annotation = 4;SymbolsProtos.ParameterSymbol.BuilderSymbolsProtos.ParameterSymbol.Builder. mergeTypeAnnotation(SymbolsProtos.Type value)optional .protoblog.Type type_annotation = 3;SymbolsProtos.VarSymbol.BuilderSymbolsProtos.VarSymbol.Builder. mergeTypeAnnotation(SymbolsProtos.Type value)optional .protoblog.Type type_annotation = 3;static SymbolsProtos.Type.BuilderSymbolsProtos.Type. newBuilder(SymbolsProtos.Type prototype)SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. setArgs(int index, SymbolsProtos.Type value)repeated .protoblog.Type args = 3;SymbolsProtos.FunctionSymbol.BuilderSymbolsProtos.FunctionSymbol.Builder. setReturnAnnotation(SymbolsProtos.Type value)optional .protoblog.Type return_annotation = 4;SymbolsProtos.ParameterSymbol.BuilderSymbolsProtos.ParameterSymbol.Builder. setTypeAnnotation(SymbolsProtos.Type value)optional .protoblog.Type type_annotation = 3;SymbolsProtos.VarSymbol.BuilderSymbolsProtos.VarSymbol.Builder. setTypeAnnotation(SymbolsProtos.Type value)optional .protoblog.Type type_annotation = 3;Method parameters in org.sonar.python.types.protobuf with type arguments of type SymbolsProtos.Type Modifier and Type Method Description SymbolsProtos.Type.BuilderSymbolsProtos.Type.Builder. addAllArgs(Iterable<? extends SymbolsProtos.Type> values)repeated .protoblog.Type args = 3;
-