Package org.sonar.python.types.v2
Class ModuleType
java.lang.Object
org.sonar.python.types.v2.ModuleType
- All Implemented Interfaces:
PythonType
-
Field Summary
Fields inherited from interface org.sonar.python.types.v2.PythonType
UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionModuleType(String name) ModuleType(String name, ModuleType parent) ModuleType(String name, ModuleType parent, Map<String, PythonType> members) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.sonar.python.types.v2.PythonType
definitionLocation, displayName, hasMember, instanceDisplayName, isCompatibleWith, key, unwrappedType
-
Constructor Details
-
ModuleType
public ModuleType(@Nullable String name, @Nullable ModuleType parent, Map<String, PythonType> members) -
ModuleType
-
ModuleType
-
-
Method Details
-
resolveMember
- Specified by:
resolveMemberin interfacePythonType
-
toString
-
name
- Specified by:
namein interfacePythonType
-
parent
-
members
-