Uses of Enum Class
org.sonar.plugins.python.api.TriBool
Packages that use TriBool
Package
Description
-
Uses of TriBool in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return TriBoolModifier and TypeMethodDescriptionstatic TriBoolReturns the enum constant of this class with the specified name.static TriBool[]TriBool.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.api with parameters of type TriBool -
Uses of TriBool in org.sonar.plugins.python.api.types.v2
Methods in org.sonar.plugins.python.api.types.v2 that return TriBoolModifier and TypeMethodDescriptiondefault TriBoolFor UnionType, hasMember will return true if all alternatives have the member It will return false if all alternatives DON'T have the member It will return unknown in all other casesClassType.instancesHaveMember(String memberName) -
Uses of TriBool in org.sonar.python.semantic.v2.callgraph
Methods in org.sonar.python.semantic.v2.callgraph that return TriBoolModifier and TypeMethodDescriptionCallGraphWalker.isUsedFrom(String startFqn, Predicate<CallGraphNode> predicate) -
Uses of TriBool in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TriBool