Uses of Enum Class
org.sonar.plugins.python.api.types.v2.TriBool
Packages that use 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) static 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.types.v2 with parameters of type TriBool -
Uses of TriBool in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TriBool