Uses of Interface
org.sonar.python.index.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.sonar.python.index
Classes in org.sonar.python.index that implement DescriptorModifier and TypeClassDescriptionclassclassclassclassMethods in org.sonar.python.index that return DescriptorMethods in org.sonar.python.index that return types with arguments of type DescriptorModifier and TypeMethodDescriptionAmbiguousDescriptor.alternatives()static Set<Descriptor>DescriptorsToProtobuf.fromProtobuf(DescriptorsProtos.ModuleDescriptor moduleDescriptorProto) ClassDescriptor.members()Methods in org.sonar.python.index with parameters of type DescriptorModifier and TypeMethodDescriptionstatic AmbiguousDescriptorAmbiguousDescriptor.create(Descriptor... descriptors) static SymbolDescriptorUtils.symbolFromDescriptor(Descriptor descriptor, ProjectLevelSymbolTable projectLevelSymbolTable, String localSymbolName, Map<Descriptor, Symbol> createdSymbolsByDescriptor, Map<String, Symbol> createdSymbolsByFqn) Method parameters in org.sonar.python.index with type arguments of type DescriptorModifier and TypeMethodDescriptionstatic AmbiguousDescriptorAmbiguousDescriptor.create(Set<Descriptor> descriptors) static SymbolDescriptorUtils.symbolFromDescriptor(Descriptor descriptor, ProjectLevelSymbolTable projectLevelSymbolTable, String localSymbolName, Map<Descriptor, Symbol> createdSymbolsByDescriptor, Map<String, Symbol> createdSymbolsByFqn) DescriptorsToProtobuf.toProtobufModuleDescriptor(Set<Descriptor> descriptors) ClassDescriptor.ClassDescriptorBuilder.withMembers(Set<Descriptor> members) Constructor parameters in org.sonar.python.index with type arguments of type DescriptorModifierConstructorDescriptionAmbiguousDescriptor(String name, String fullyQualifiedName, Set<Descriptor> descriptors) ClassDescriptor(String name, String fullyQualifiedName, Collection<String> superClasses, Set<Descriptor> members, boolean hasDecorators, LocationInFile definitionLocation, boolean hasSuperClassWithoutDescriptor, boolean hasMetaClass, String metaclassFQN, boolean supportsGenerics) -
Uses of Descriptor in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return types with arguments of type DescriptorModifier and TypeMethodDescriptionProjectLevelSymbolTable.descriptorsForModule(String moduleName) Method parameters in org.sonar.python.semantic with type arguments of type DescriptorModifier and TypeMethodDescriptionProjectLevelSymbolTable.getSymbol(String fullyQualifiedName, String localSymbolName, Map<Descriptor, Symbol> createdSymbolsByDescriptor, Map<String, Symbol> createdSymbolsByFqn) voidProjectLevelSymbolTable.insertEntry(String moduleName, Set<Descriptor> descriptors)