Uses of Enum Class
org.sonar.python.types.v2.TypeSource
Packages that use TypeSource
-
Uses of TypeSource in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TypeSourceModifier and TypeMethodDescriptionstatic TypeSourceTypeSource.min(TypeSource... typeSources) LazyType.typeSource()ObjectType.typeSource()Returns the value of thetypeSourcerecord component.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.python.types.v2 with parameters of type TypeSourceConstructors in org.sonar.python.types.v2 with parameters of type TypeSourceModifierConstructorDescriptionObjectType(PythonType type, List<PythonType> attributes, List<Member> members, TypeSource typeSource) Creates an instance of aObjectTyperecord class.ObjectType(PythonType type, TypeSource typeSource)