Uses of Enum Class
org.sonar.python.types.v2.TypeOrigin
Packages that use TypeOrigin
-
Uses of TypeOrigin in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type TypeOrigin -
Uses of TypeOrigin in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return TypeOriginModifier and TypeMethodDescriptionFunctionType.typeOrigin()static TypeOriginReturns the enum constant of this class with the specified name.static TypeOrigin[]TypeOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sonar.python.types.v2 with parameters of type TypeOriginModifierConstructorDescriptionFunctionType(String name, List<PythonType> attributes, List<ParameterV2> parameters, PythonType returnType, TypeOrigin typeOrigin, boolean isAsynchronous, boolean hasDecorators, boolean isInstanceMethod, boolean hasVariadicParameter, PythonType owner, LocationInFile locationInFile)