Uses of Interface
org.sonar.plugins.python.api.tree.ImportName
Packages that use ImportName
Package
Description
-
Uses of ImportName in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type ImportNameModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitImportName(ImportName pyImportNameTree) voidTreeVisitor.visitImportName(ImportName importName) -
Uses of ImportName in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type ImportName -
Uses of ImportName in org.sonar.python.semantic.v2.types
Methods in org.sonar.python.semantic.v2.types with parameters of type ImportNameModifier and TypeMethodDescriptionvoidPropagationVisitor.visitImportName(ImportName importName) voidTrivialTypeInferenceVisitor.visitImportName(ImportName importName) -
Uses of ImportName in org.sonar.python.tree
Classes in org.sonar.python.tree that implement ImportName