Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.FunctionSymbol
-
Packages that use SymbolsProtos.FunctionSymbol Package Description org.sonar.python.semantic org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.FunctionSymbol in org.sonar.python.semantic
Constructors in org.sonar.python.semantic with parameters of type SymbolsProtos.FunctionSymbol Constructor Description FunctionSymbolImpl(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.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.FunctionSymbol Modifier and Type Method Description SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.Builder. build()SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.Builder. buildPartial()static SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol. getDefaultInstance()SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol.Builder. getDefaultInstanceForType()SymbolsProtos.FunctionSymbolSymbolsProtos.FunctionSymbol. getDefaultInstanceForType()SymbolsProtos.FunctionSymbolSymbolsProtos.OverloadedFunctionSymbol.Builder. getDefinitions(int index)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.OverloadedFunctionSymbol. getDefinitions(int index)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.OverloadedFunctionSymbolOrBuilder. getDefinitions(int index)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.ModuleSymbol.Builder. getFunctions(int index)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.ModuleSymbol. getFunctions(int index)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.ModuleSymbolOrBuilder. getFunctions(int index)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.FunctionSymbolSymbolsProtos.ClassSymbol.Builder. getMethods(int index)repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.FunctionSymbolSymbolsProtos.ClassSymbol. getMethods(int index)repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.FunctionSymbolSymbolsProtos.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.FunctionSymbol Modifier and Type Method Description List<SymbolsProtos.FunctionSymbol>SymbolsProtos.OverloadedFunctionSymbol.Builder. getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.OverloadedFunctionSymbol. getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.OverloadedFunctionSymbolOrBuilder. getDefinitionsList()repeated .protoblog.FunctionSymbol definitions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.ModuleSymbol.Builder. getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.ModuleSymbol. getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.ModuleSymbolOrBuilder. getFunctionsList()repeated .protoblog.FunctionSymbol functions = 3;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.ClassSymbol.Builder. getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;List<SymbolsProtos.FunctionSymbol>SymbolsProtos.ClassSymbol. getMethodsList()repeated .protoblog.FunctionSymbol methods = 5;List<SymbolsProtos.FunctionSymbol>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.FunctionSymbol Modifier and Type Method Description SymbolsProtos.OverloadedFunctionSymbol.BuilderSymbolsProtos.OverloadedFunctionSymbol.Builder. addDefinitions(int index, SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.OverloadedFunctionSymbol.BuilderSymbolsProtos.OverloadedFunctionSymbol.Builder. addDefinitions(SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addFunctions(int index, SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addFunctions(SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.ClassSymbol.Builder. addMethods(int index, SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.ClassSymbol.Builder. addMethods(SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol methods = 5;SymbolsProtos.FunctionSymbol.BuilderSymbolsProtos.FunctionSymbol.Builder. mergeFrom(SymbolsProtos.FunctionSymbol other)static SymbolsProtos.FunctionSymbol.BuilderSymbolsProtos.FunctionSymbol. newBuilder(SymbolsProtos.FunctionSymbol prototype)SymbolsProtos.OverloadedFunctionSymbol.BuilderSymbolsProtos.OverloadedFunctionSymbol.Builder. setDefinitions(int index, SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. setFunctions(int index, SymbolsProtos.FunctionSymbol value)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.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.FunctionSymbol Modifier and Type Method Description SymbolsProtos.OverloadedFunctionSymbol.BuilderSymbolsProtos.OverloadedFunctionSymbol.Builder. addAllDefinitions(Iterable<? extends SymbolsProtos.FunctionSymbol> values)repeated .protoblog.FunctionSymbol definitions = 3;SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addAllFunctions(Iterable<? extends SymbolsProtos.FunctionSymbol> values)repeated .protoblog.FunctionSymbol functions = 3;SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.ClassSymbol.Builder. addAllMethods(Iterable<? extends SymbolsProtos.FunctionSymbol> values)repeated .protoblog.FunctionSymbol methods = 5;
-