Uses of Class
org.sonar.python.semantic.v2.ProjectLevelTypeTable
Packages that use ProjectLevelTypeTable
Package
Description
-
Uses of ProjectLevelTypeTable in org.sonar.python.semantic.v2
Constructors in org.sonar.python.semantic.v2 with parameters of type ProjectLevelTypeTableModifierConstructorDescriptionLazyTypesContext(ProjectLevelTypeTable projectLevelTypeTable) TypeInferenceV2(ProjectLevelTypeTable projectLevelTypeTable, PythonFile pythonFile, SymbolTable symbolTable) -
Uses of ProjectLevelTypeTable in org.sonar.python.semantic.v2.types
Constructors in org.sonar.python.semantic.v2.types with parameters of type ProjectLevelTypeTableModifierConstructorDescriptionFlowSensitiveTypeInference(ProjectLevelTypeTable projectLevelTypeTable, Set<SymbolV2> trackedVars, Map<Statement, Assignment> assignmentsByAssignmentStatement, Map<Statement, Set<Definition>> definitionsByDefinitionStatement, Map<String, PythonType> parameterTypesByName) IsInstanceVisitor(ProjectLevelTypeTable projectLevelTypeTable) TrivialTypeInferenceVisitor(ProjectLevelTypeTable projectLevelTypeTable, PythonFile pythonFile) -
Uses of ProjectLevelTypeTable in org.sonar.python.types.v2
Constructors in org.sonar.python.types.v2 with parameters of type ProjectLevelTypeTableModifierConstructorDescriptionTypeCheckBuilder(ProjectLevelTypeTable projectLevelTypeTable) TypeChecker(ProjectLevelTypeTable projectLevelTypeTable)