Package org.sonar.python.types.v2
Class TypeCheckMap<V>
java.lang.Object
org.sonar.python.types.v2.TypeCheckMap<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsForType(PythonType type) getForType(PythonType type) getOptionalForType(PythonType type) static <V> TypeCheckMap<V> ofEntries(Map.Entry<TypeCheckBuilder, V>... entries) put(TypeCheckBuilder key, V value)
-
Constructor Details
-
TypeCheckMap
public TypeCheckMap() -
TypeCheckMap
-
-
Method Details
-
ofEntries
-
put
-
getForType
-
getOptionalForType
-
containsForType
-