Uses of Interface
org.sonar.plugins.python.api.tree.AliasedName
Packages that use AliasedName
-
Uses of AliasedName in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return types with arguments of type AliasedNameMethods in org.sonar.plugins.python.api.tree with parameters of type AliasedNameModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitAliasedName(AliasedName aliasedName) voidTreeVisitor.visitAliasedName(AliasedName aliasedName) -
Uses of AliasedName in org.sonar.python.tree
Classes in org.sonar.python.tree that implement AliasedNameMethods in org.sonar.python.tree that return types with arguments of type AliasedNameConstructor parameters in org.sonar.python.tree with type arguments of type AliasedNameModifierConstructorDescriptionImportNameImpl(Token importKeyword, List<AliasedName> aliasedNames, Separators separators)