Uses of Record Class
org.sonar.python.types.v2.Member
Packages that use Member
-
Uses of Member in org.sonar.python.types.v2
Methods in org.sonar.python.types.v2 that return types with arguments of type MemberModifier and TypeMethodDescriptionClassType.members()ObjectType.members()Returns the value of themembersrecord component.Constructor parameters in org.sonar.python.types.v2 with type arguments of type MemberModifierConstructorDescriptionClassType(String name, Set<Member> members, List<PythonType> attributes, List<PythonType> superClasses, List<PythonType> metaClasses, LocationInFile locationInFile)