Package org.sonar.python.semantic.v2
Interface TypeBuilder<T extends PythonType>
- All Known Implementing Classes:
ClassTypeBuilder,FunctionTypeBuilder,ObjectType.Builder
public interface TypeBuilder<T extends PythonType>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withDefinitionLocation(LocationInFile definitionLocation)
-
Method Details
-
build
T build() -
withDefinitionLocation
-