Package org.sonar.python.types.v2
Class TypeUtils
java.lang.Object
org.sonar.python.types.v2.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set<PythonType>collectTypes(PythonType type) static PythonTypeensureWrappedObjectType(PythonType pythonType) static PythonTypemap(PythonType type, UnaryOperator<PythonType> mapper) static PythonTyperesolved(PythonType pythonType) static Collector<PythonType,?, PythonType>
-
Method Details
-
resolved
-
ensureWrappedObjectType
-
map
-
toUnionType
-
collectTypes
-