Package org.sonar.python.semantic
Class UsageImpl
- java.lang.Object
-
- org.sonar.python.semantic.UsageImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.symbols.Usage
Usage.Kind
-
-
Constructor Summary
Constructors Constructor Description UsageImpl(Tree tree, Usage.Kind kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Usage.Kindkind()Treetree()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.symbols.Usage
isBindingUsage
-
-
-
-
Constructor Detail
-
UsageImpl
public UsageImpl(Tree tree, Usage.Kind kind)
-
-