Class ObjectType.Builder
java.lang.Object
org.sonar.plugins.python.api.types.v2.ObjectType.Builder
- All Implemented Interfaces:
TypeBuilder<ObjectType>
- Enclosing class:
ObjectType
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static ObjectType.BuilderfromType(PythonType type) static ObjectType.BuilderfromTypeWrapper(TypeWrapper typeWrapper) withAttributes(List<PythonType> attributes) withDefinitionLocation(LocationInFile definitionLocation) withMembers(List<Member> members) withType(PythonType type) withTypeSource(TypeSource typeSource)
-
Method Details
-
fromTypeWrapper
-
fromType
-
build
- Specified by:
buildin interfaceTypeBuilder<ObjectType>
-
withDefinitionLocation
- Specified by:
withDefinitionLocationin interfaceTypeBuilder<ObjectType>
-
withType
-
withAttributes
-
withMembers
-
withTypeSource
-