Uses of Interface
org.sonar.plugins.python.api.tree.DottedName
Packages that use DottedName
-
Uses of DottedName in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return DottedNameMethods in org.sonar.plugins.python.api.tree with parameters of type DottedNameModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitDottedName(DottedName dottedName) voidTreeVisitor.visitDottedName(DottedName dottedName) -
Uses of DottedName in org.sonar.python.tree
Classes in org.sonar.python.tree that implement DottedNameMethods in org.sonar.python.tree that return DottedNameConstructors in org.sonar.python.tree with parameters of type DottedNameModifierConstructorDescriptionAliasedNameImpl(DottedName dottedName) AliasedNameImpl(Token asKeyword, DottedName dottedName, Name alias) ImportFromImpl(Token fromKeyword, List<Token> dottedPrefixForModule, DottedName moduleName, Token importKeyword, List<AliasedName> aliasedImportNames, Token wildcard, Separators separators)