Class Hierarchy
- java.lang.Object
- org.sonar.python.semantic.v2.converter.AliasDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
- org.sonar.python.semantic.v2.converter.AmbiguousDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
- org.sonar.python.semantic.v2.converter.AnyDescriptorToPythonTypeConverter
- org.sonar.python.semantic.v2.converter.ClassDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
- org.sonar.python.semantic.v2.converter.ConversionContext
- org.sonar.python.semantic.v2.converter.FunctionDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
- org.sonar.python.semantic.v2.converter.ParameterConverter
- org.sonar.python.semantic.v2.converter.PythonTypeToDescriptorConverter
- org.sonar.python.semantic.v2.converter.TypeAnnotationToPythonTypeConverter
- org.sonar.python.semantic.v2.converter.UnknownDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
- org.sonar.python.semantic.v2.converter.VariableDescriptorToPythonTypeConverter (implements org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter)
Interface Hierarchy
- org.sonar.python.semantic.v2.converter.DescriptorToPythonTypeConverter