Uses of Interface
org.sonar.plugins.python.api.symbols.Usage
-
Packages that use Usage Package Description org.sonar.plugins.python.api.symbols org.sonar.plugins.python.api.tree org.sonar.python.cfg.fixpoint org.sonar.python.semantic org.sonar.python.tree -
-
Uses of Usage in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return types with arguments of type Usage Modifier and Type Method Description List<Usage>Symbol. usages() -
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.cfg.fixpoint
Methods in org.sonar.python.cfg.fixpoint that return types with arguments of type Usage Modifier and Type Method Description List<Usage>ReadWriteVisitor.SymbolReadWrite. usages()Methods in org.sonar.python.cfg.fixpoint with parameters of type Usage Modifier and Type Method Description voidReadWriteVisitor.SymbolReadWrite. addUsage(Usage usage) -
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>SymbolImpl. 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)
-