Uses of Interface
org.sonar.python.semantic.Usage
-
Packages that use Usage Package Description org.sonar.plugins.python.api.tree org.sonar.python.semantic org.sonar.python.tree -
-
Uses of Usage in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return Usage Modifier and Type Method Description UsageHasSymbol. usage()default UsageQualifiedExpression. usage()Returns the usage ofQualifiedExpression.name() -
Uses of Usage in org.sonar.python.semantic
Classes in org.sonar.python.semantic that implement Usage Modifier and Type Class Description classUsageImplMethods in org.sonar.python.semantic that return types with arguments of type Usage Modifier and Type Method Description List<Usage>Symbol. usages() -
Uses of Usage in org.sonar.python.tree
Methods in org.sonar.python.tree that return Usage Modifier and Type Method Description UsageNameImpl. usage()Methods in org.sonar.python.tree with parameters of type Usage Modifier and Type Method Description voidNameImpl. setUsage(Usage usage)
-