Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbol
Packages that use SymbolsProtos.FunctionSymbol
Package
Description
-
Uses of SymbolsProtos.FunctionSymbol in org.sonar.python.semantic
Constructors in org.sonar.python.semantic with parameters of type SymbolsProtos.FunctionSymbolModifierConstructorDescriptionFunctionSymbolImpl(SymbolsProtos.FunctionSymbol functionSymbolProto, String moduleName) FunctionSymbolImpl(SymbolsProtos.FunctionSymbol functionSymbolProto, String containerClassFqn, String moduleName) FunctionSymbolImpl(SymbolsProtos.FunctionSymbol functionSymbolProto, String containerClassFqn, List<String> validFor, String moduleName) -
Uses of SymbolsProtos.FunctionSymbol in org.sonar.python.semantic.v2.typeshed
Methods in org.sonar.python.semantic.v2.typeshed with parameters of type SymbolsProtos.FunctionSymbolModifier and TypeMethodDescriptionFunctionSymbolToDescriptorConverter.convert(SymbolsProtos.FunctionSymbol functionSymbol) FunctionSymbolToDescriptorConverter.convert(SymbolsProtos.FunctionSymbol functionSymbol, boolean isParentIsAClass) -
Uses of SymbolsProtos.FunctionSymbol in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.FunctionSymbolModifier and TypeMethodDescriptionSymbolsProtos.FunctionSymbol.Builder.build()SymbolsProtos.FunctionSymbol.Builder.buildPartial()static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.getDefaultInstance()SymbolsProtos.FunctionSymbol.Builder.getDefaultInstanceForType()SymbolsProtos.FunctionSymbol.getDefaultInstanceForType()SymbolsProtos.OverloadedFunctionSymbol.Builder.getDefinitions(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbol.getDefinitions(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbolOrBuilder.getDefinitions(int index) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.getFunctions(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbol.getFunctions(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbolOrBuilder.getFunctions(int index) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.getMethods(int index) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbol.getMethods(int index) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbolOrBuilder.getMethods(int index) repeated .protoblog.FunctionSymbol methods = 5;static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseDelimitedFrom(InputStream input) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(byte[] data) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(com.google.protobuf.ByteString data) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(com.google.protobuf.CodedInputStream input) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(InputStream input) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(ByteBuffer data) static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.FunctionSymbolModifier and TypeMethodDescriptionSymbolsProtos.OverloadedFunctionSymbol.Builder.getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbol.getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbolOrBuilder.getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbol.getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbolOrBuilder.getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbol.getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbolOrBuilder.getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;com.google.protobuf.Parser<SymbolsProtos.FunctionSymbol> SymbolsProtos.FunctionSymbol.getParserForType()static com.google.protobuf.Parser<SymbolsProtos.FunctionSymbol> SymbolsProtos.FunctionSymbol.parser()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.FunctionSymbolModifier and TypeMethodDescriptionSymbolsProtos.OverloadedFunctionSymbol.Builder.addDefinitions(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbol.Builder.addDefinitions(SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.addFunctions(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbol.Builder.addFunctions(SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.addMethods(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbol.Builder.addMethods(SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.FunctionSymbol.Builder.mergeFrom(SymbolsProtos.FunctionSymbol other) SymbolsProtos.FunctionSymbol.newBuilder(SymbolsProtos.FunctionSymbol prototype) SymbolsProtos.OverloadedFunctionSymbol.Builder.setDefinitions(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.setFunctions(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.setMethods(int index, SymbolsProtos.FunctionSymbol value) repeated .protoblog.FunctionSymbol methods = 5;Method parameters in org.sonar.python.types.protobuf with type arguments of type SymbolsProtos.FunctionSymbolModifier and TypeMethodDescriptionSymbolsProtos.OverloadedFunctionSymbol.Builder.addAllDefinitions(Iterable<? extends SymbolsProtos.FunctionSymbol> values) repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.Builder.addAllFunctions(Iterable<? extends SymbolsProtos.FunctionSymbol> values) repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.Builder.addAllMethods(Iterable<? extends SymbolsProtos.FunctionSymbol> values) repeated .protoblog.FunctionSymbol methods = 5;