Uses of Class
org.sonar.python.semantic.v2.LazyTypesContext
Packages that use LazyTypesContext
Package
Description
-
Uses of LazyTypesContext in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return LazyTypesContextConstructors in org.sonar.python.semantic.v2 with parameters of type LazyTypesContextModifierConstructorDescriptionSymbolsModuleTypeProvider(ProjectLevelSymbolTable projectLevelSymbolTable, LazyTypesContext lazyTypeContext) -
Uses of LazyTypesContext in org.sonar.python.semantic.v2.converter
Methods in org.sonar.python.semantic.v2.converter that return LazyTypesContextConstructors in org.sonar.python.semantic.v2.converter with parameters of type LazyTypesContextModifierConstructorDescriptionAnyDescriptorToPythonTypeConverter(LazyTypesContext lazyTypesContext) ConversionContext(String moduleFqn, LazyTypesContext lazyTypesContext, DescriptorToPythonTypeConverter converter, TypeOrigin typeOrigin) -
Uses of LazyTypesContext in org.sonar.python.types.v2
Constructors in org.sonar.python.types.v2 with parameters of type LazyTypesContext