Uses of Class
org.sonar.python.types.v2.ModuleType
Packages that use ModuleType
-
Uses of ModuleType in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return ModuleTypeModifier and TypeMethodDescriptionSymbolsModuleTypeProvider.createBuiltinModule()SymbolsModuleTypeProvider.createModuleType(List<String> moduleFqn, ModuleType parent) Methods in org.sonar.python.semantic.v2 with parameters of type ModuleTypeModifier and TypeMethodDescriptionSymbolsModuleTypeProvider.createModuleType(List<String> moduleFqn, ModuleType parent) -
Uses of ModuleType in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return ModuleTypeConstructors in org.sonar.python.types.v2 with parameters of type ModuleTypeModifierConstructorDescriptionModuleType(String name, ModuleType parent) ModuleType(String name, ModuleType parent, Map<String, PythonType> members)