Uses of Interface
org.sonar.python.index.Descriptor
-
Packages that use Descriptor Package Description org.sonar.python.index org.sonar.python.semantic -
-
Uses of Descriptor in org.sonar.python.index
Classes in org.sonar.python.index that implement Descriptor Modifier and Type Class Description classAmbiguousDescriptorclassClassDescriptorclassFunctionDescriptorclassVariableDescriptorMethods in org.sonar.python.index that return Descriptor Modifier and Type Method Description static DescriptorDescriptorUtils. descriptor(Symbol symbol)Methods in org.sonar.python.index that return types with arguments of type Descriptor Modifier and Type Method Description Set<Descriptor>AmbiguousDescriptor. alternatives()Collection<Descriptor>ClassDescriptor. members()Methods in org.sonar.python.index with parameters of type Descriptor Modifier and Type Method Description static 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 Descriptor Modifier and Type Method Description static AmbiguousDescriptorAmbiguousDescriptor. create(Set<Descriptor> descriptors)static SymbolDescriptorUtils. symbolFromDescriptor(Descriptor descriptor, ProjectLevelSymbolTable projectLevelSymbolTable, String localSymbolName, Map<Descriptor,Symbol> createdSymbolsByDescriptor, Map<String,Symbol> createdSymbolsByFqn)ClassDescriptor.ClassDescriptorBuilderClassDescriptor.ClassDescriptorBuilder. withMembers(Collection<Descriptor> members)Constructor parameters in org.sonar.python.index with type arguments of type Descriptor Constructor Description AmbiguousDescriptor(String name, String fullyQualifiedName, Set<Descriptor> descriptors) -
Uses of Descriptor in org.sonar.python.semantic
Method parameters in org.sonar.python.semantic with type arguments of type Descriptor Modifier and Type Method Description SymbolProjectLevelSymbolTable. getSymbol(String fullyQualifiedName, String localSymbolName, Map<Descriptor,Symbol> createdSymbolsByDescriptor, Map<String,Symbol> createdSymbolsByFqn)
-