Uses of Interface
org.sonar.plugins.python.api.tree.QualifiedExpression
Packages that use QualifiedExpression
-
Uses of QualifiedExpression in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return QualifiedExpressionMethods in org.sonar.plugins.python.api.tree with parameters of type QualifiedExpressionModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitQualifiedExpression(QualifiedExpression pyQualifiedExpressionTree) voidTreeVisitor.visitQualifiedExpression(QualifiedExpression qualifiedExpression) -
Uses of QualifiedExpression in org.sonar.python.tree
Classes in org.sonar.python.tree that implement QualifiedExpressionMethods in org.sonar.python.tree that return QualifiedExpressionMethods in org.sonar.python.tree with parameters of type QualifiedExpressionModifier and TypeMethodDescriptionTreeUtils.fullyQualifiedNameFromQualifiedExpression(QualifiedExpression qualifiedExpression) static StringTreeUtils.nameFromQualifiedExpression(QualifiedExpression qualifiedExpression) Constructors in org.sonar.python.tree with parameters of type QualifiedExpression -
Uses of QualifiedExpression in org.sonar.python.types
Methods in org.sonar.python.types with parameters of type QualifiedExpressionModifier and TypeMethodDescriptionvoidTypeInference.visitQualifiedExpression(QualifiedExpression qualifiedExpression)