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()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 TypeSourceConstructors in org.sonar.plugins.python.api.types.v2 with parameters of type TypeSourceModifierConstructorDescriptionObjectType(PythonType type, List<PythonType> attributes, List<Member> members, TypeSource typeSource) ObjectType(PythonType type, TypeSource typeSource) ObjectType(TypeWrapper typeWrapper, List<PythonType> attributes, List<Member> members, TypeSource typeSource) -
Uses of TypeSource in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type TypeSource -
Uses of TypeSource in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TypeSource