Uses of Interface
org.sonar.python.semantic.v2.typetable.TypeTable
Packages that use TypeTable
Package
Description
-
Uses of TypeTable in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return TypeTableModifier and TypeMethodDescriptionPythonVisitorContext.typeTable()SubscriptionContext.typeTable()Methods in org.sonar.plugins.python.api with parameters of type TypeTableModifier and TypeMethodDescription -
Uses of TypeTable in org.sonar.python.semantic.v2
Methods 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 TypeTableModifierConstructorDescriptionAstBasedTypeInference(Map<SymbolV2, Set<Propagation>> propagationsByLhs, TypeTable typeTable) FlowSensitiveTypeInference(TypeTable typeTable, Set<SymbolV2> trackedVars, Map<Statement, Assignment> assignmentsByAssignmentStatement, Map<Statement, Set<Definition>> definitionsByDefinitionStatement, Map<String, PythonType> parameterTypesByName) IsInstanceVisitor(TypeTable projectLevelTypeTable) ProgramStateTypeInferenceVisitor(TypeInferenceProgramState state, TypeTable typeTable) TrivialTypeInferenceVisitor(TypeTable projectLevelTypeTable, PythonFile pythonFile, String fullyQualifiedModuleName) TrivialTypePropagationVisitor(TypeTable typeTable) -
Uses of TypeTable in org.sonar.python.semantic.v2.typetable
Classes in org.sonar.python.semantic.v2.typetable that implement TypeTableModifier and TypeClassDescriptionclassclassclassConstructors in org.sonar.python.semantic.v2.typetable with parameters of type TypeTable -
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)