Uses of Enum Class
org.sonar.plugins.python.api.types.v2.TypeSource
Packages that use TypeSource
Package
Description
-
Uses of TypeSource in org.sonar.plugins.python.api.types.v2
Methods in org.sonar.plugins.python.api.types.v2 that return TypeSourceModifier and TypeMethodDescriptionstatic TypeSourceTypeSource.min(TypeSource... typeSources) ObjectType.typeSource()default TypeSourcePythonType.typeSource()SelfType.typeSource()UnionType.typeSource()static TypeSourceReturns the enum constant of this class with the specified name.static TypeSource[]TypeSource.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 TypeSourceModifier and TypeMethodDescriptionstatic TypeSourceTypeSource.min(TypeSource... typeSources) ObjectType.Builder.withTypeSource(TypeSource typeSource) -
Uses of TypeSource in org.sonar.python.api.types.v2.matchers
Methods in org.sonar.python.api.types.v2.matchers with parameters of type TypeSourceModifier and TypeMethodDescriptionstatic TypeMatcherTypeMatchers.hasTypeSource(TypeSource typeSource) -
Uses of TypeSource in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TypeSource -
Uses of TypeSource in org.sonar.python.types.v2.matchers
Constructors in org.sonar.python.types.v2.matchers with parameters of type TypeSource