Class FunctionDescriptorToPythonTypeConverter
java.lang.Object
org.sonar.python.semantic.v2.converter.FunctionDescriptorToPythonTypeConverter
- All Implemented Interfaces:
DescriptorToPythonTypeConverter
public class FunctionDescriptorToPythonTypeConverter
extends Object
implements DescriptorToPythonTypeConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(ConversionContext ctx, Descriptor from) convert(ConversionContext ctx, FunctionDescriptor from)
-
Constructor Details
-
FunctionDescriptorToPythonTypeConverter
public FunctionDescriptorToPythonTypeConverter()
-
-
Method Details
-
convert
-
convert
- Specified by:
convertin interfaceDescriptorToPythonTypeConverter
-