Uses of Class
org.sonar.python.types.protobuf.SymbolsProtos.ClassSymbol
-
Packages that use SymbolsProtos.ClassSymbol Package Description org.sonar.python.semantic org.sonar.python.types org.sonar.python.types.protobuf -
-
Uses of SymbolsProtos.ClassSymbol in org.sonar.python.semantic
Constructors in org.sonar.python.semantic with parameters of type SymbolsProtos.ClassSymbol Constructor Description ClassSymbolImpl(SymbolsProtos.ClassSymbol classSymbolProto, String moduleName) -
Uses of SymbolsProtos.ClassSymbol in org.sonar.python.types
Methods in org.sonar.python.types that return SymbolsProtos.ClassSymbol Modifier and Type Method Description static SymbolsProtos.ClassSymbolTypeShed. classDescriptorWithFQN(String fullyQualifiedName) -
Uses of SymbolsProtos.ClassSymbol in org.sonar.python.types.protobuf
Methods in org.sonar.python.types.protobuf that return SymbolsProtos.ClassSymbol Modifier and Type Method Description SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol.Builder. build()SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol.Builder. buildPartial()SymbolsProtos.ClassSymbolSymbolsProtos.ModuleSymbol.Builder. getClasses(int index)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolSymbolsProtos.ModuleSymbol. getClasses(int index)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbolSymbolsProtos.ModuleSymbolOrBuilder. getClasses(int index)repeated .protoblog.ClassSymbol classes = 2;static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. getDefaultInstance()SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol.Builder. getDefaultInstanceForType()SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. getDefaultInstanceForType()static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseDelimitedFrom(InputStream input)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(byte[] data)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(com.google.protobuf.ByteString data)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(com.google.protobuf.CodedInputStream input)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(InputStream input)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(ByteBuffer data)static SymbolsProtos.ClassSymbolSymbolsProtos.ClassSymbol. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.sonar.python.types.protobuf that return types with arguments of type SymbolsProtos.ClassSymbol Modifier and Type Method Description List<SymbolsProtos.ClassSymbol>SymbolsProtos.ModuleSymbol.Builder. getClassesList()repeated .protoblog.ClassSymbol classes = 2;List<SymbolsProtos.ClassSymbol>SymbolsProtos.ModuleSymbol. getClassesList()repeated .protoblog.ClassSymbol classes = 2;List<SymbolsProtos.ClassSymbol>SymbolsProtos.ModuleSymbolOrBuilder. getClassesList()repeated .protoblog.ClassSymbol classes = 2;com.google.protobuf.Parser<SymbolsProtos.ClassSymbol>SymbolsProtos.ClassSymbol. getParserForType()static com.google.protobuf.Parser<SymbolsProtos.ClassSymbol>SymbolsProtos.ClassSymbol. parser()Methods in org.sonar.python.types.protobuf with parameters of type SymbolsProtos.ClassSymbol Modifier and Type Method Description SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addClasses(int index, SymbolsProtos.ClassSymbol value)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addClasses(SymbolsProtos.ClassSymbol value)repeated .protoblog.ClassSymbol classes = 2;SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.ClassSymbol.Builder. mergeFrom(SymbolsProtos.ClassSymbol other)static SymbolsProtos.ClassSymbol.BuilderSymbolsProtos.ClassSymbol. newBuilder(SymbolsProtos.ClassSymbol prototype)SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. setClasses(int index, SymbolsProtos.ClassSymbol value)repeated .protoblog.ClassSymbol classes = 2;Method parameters in org.sonar.python.types.protobuf with type arguments of type SymbolsProtos.ClassSymbol Modifier and Type Method Description SymbolsProtos.ModuleSymbol.BuilderSymbolsProtos.ModuleSymbol.Builder. addAllClasses(Iterable<? extends SymbolsProtos.ClassSymbol> values)repeated .protoblog.ClassSymbol classes = 2;
-