Interface UnknownType
- All Superinterfaces:
PythonType
- All Known Implementing Classes:
UnknownType.UnknownTypeImpl,UnknownType.UnresolvedImportType
@Beta
public sealed interface UnknownType
extends PythonType
permits UnknownType.UnresolvedImportType, UnknownType.UnknownTypeImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final record -
Field Summary
Fields inherited from interface org.sonar.plugins.python.api.types.v2.PythonType
UNKNOWN -
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.types.v2.PythonType
definitionLocation, displayName, hasMember, instanceDisplayName, key, name, resolveMember, typeSource, unwrappedType
-
Method Details
-
isCompatibleWith
- Specified by:
isCompatibleWithin interfacePythonType
-