Uses of Interface
org.sonar.python.semantic.v2.TypeTable
Packages that use TypeTable
Package
Description
-
Uses of TypeTable in org.sonar.python.semantic.v2
Classes in org.sonar.python.semantic.v2 that implement TypeTableMethods in org.sonar.python.semantic.v2 with parameters of type TypeTableModifier and TypeMethodDescriptionFunctionTypeBuilder.fromFunctionDef(FunctionDef functionDef, String fullyQualifiedName, String fileId, TypeTable projectLevelTypeTable) Constructors in org.sonar.python.semantic.v2 with parameters of type TypeTableModifierConstructorDescriptionTypeInferenceV2(TypeTable projectLevelTypeTable, PythonFile pythonFile, SymbolTable symbolTable, String packageName) -
Uses of TypeTable in org.sonar.python.semantic.v2.types
Constructors in org.sonar.python.semantic.v2.types with parameters of type TypeTableModifierConstructorDescriptionFlowSensitiveTypeInference(TypeTable projectLevelTypeTable, Set<SymbolV2> trackedVars, Map<Statement, Assignment> assignmentsByAssignmentStatement, Map<Statement, Set<Definition>> definitionsByDefinitionStatement, Map<String, PythonType> parameterTypesByName) IsInstanceVisitor(TypeTable projectLevelTypeTable) TrivialTypeInferenceVisitor(TypeTable projectLevelTypeTable, PythonFile pythonFile, String fullyQualifiedModuleName) -
Uses of TypeTable in org.sonar.python.types.v2
Constructors in org.sonar.python.types.v2 with parameters of type TypeTableModifierConstructorDescriptionTypeCheckBuilder(TypeTable projectLevelTypeTable) TypeChecker(TypeTable projectLevelTypeTable)