Package org.sonar.python.types.v2
Interface PythonType
- All Known Implementing Classes:
ClassType,FunctionType,ModuleType,ObjectType,UnionType,UnknownType
@Beta
public interface PythonType
PythonType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<LocationInFile>default TriBooldefault booleanisCompatibleWith(PythonType another) default Stringkey()default Stringname()default Optional<PythonType>resolveMember(String memberName) default PythonType
-
Field Details
-
UNKNOWN
-
-
Method Details
-
name
-
displayName
-
instanceDisplayName
-
isCompatibleWith
-
key
-
resolveMember
-
hasMember
-
definitionLocation
-
unwrappedType
-