Uses of Interface
org.sonar.plugins.python.api.tree.AliasedName
-
Packages that use AliasedName Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
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 AliasedName Modifier and Type Method Description List<AliasedName>ImportFrom. importedNames()List<AliasedName>ImportName. modules()Methods in org.sonar.plugins.python.api.tree with parameters of type AliasedName Modifier and Type Method Description voidBaseTreeVisitor. visitAliasedName(AliasedName aliasedName)voidTreeVisitor. visitAliasedName(AliasedName aliasedName) -
Uses of AliasedName in org.sonar.python.tree
Classes in org.sonar.python.tree that implement AliasedName Modifier and Type Class Description classAliasedNameImplMethods in org.sonar.python.tree that return types with arguments of type AliasedName Modifier and Type Method Description List<AliasedName>ImportFromImpl. importedNames()List<AliasedName>ImportNameImpl. modules()Constructor parameters in org.sonar.python.tree with type arguments of type AliasedName Constructor Description ImportNameImpl(Token importKeyword, List<AliasedName> aliasedNames, Separators separators)
-