Uses of Interface
org.sonar.plugins.python.api.types.InferredType
-
Packages that use InferredType Package Description org.sonar.plugins.python.api.tree org.sonar.plugins.python.api.types org.sonar.python.semantic org.sonar.python.tree org.sonar.python.types -
-
Uses of InferredType in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return InferredType Modifier and Type Method Description default InferredTypeExpression. type() -
Uses of InferredType in org.sonar.plugins.python.api.types
Methods in org.sonar.plugins.python.api.types with parameters of type InferredType Modifier and Type Method Description booleanInferredType. isIdentityComparableWith(InferredType other) -
Uses of InferredType in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return InferredType Modifier and Type Method Description InferredTypeFunctionSymbolImpl. declaredReturnType()InferredTypeSymbolImpl. inferredType()Methods in org.sonar.python.semantic with parameters of type InferredType Modifier and Type Method Description voidFunctionSymbolImpl. setDeclaredReturnType(InferredType declaredReturnType)voidSymbolImpl. setInferredType(InferredType inferredType) -
Uses of InferredType in org.sonar.python.tree
Methods in org.sonar.python.tree that return InferredType Modifier and Type Method Description InferredTypeBinaryExpressionImpl. type()InferredTypeCallExpressionImpl. type()InferredTypeComprehensionExpressionImpl. type()InferredTypeConditionalExpressionImpl. type()InferredTypeDictCompExpressionImpl. type()InferredTypeDictionaryLiteralImpl. type()InferredTypeListLiteralImpl. type()InferredTypeNameImpl. type()InferredTypeNoneExpressionImpl. type()InferredTypeNumericLiteralImpl. type()InferredTypeParenthesizedExpressionImpl. type()InferredTypeSetLiteralImpl. type()InferredTypeSliceExpressionImpl. type()InferredTypeStringLiteralImpl. type()InferredTypeTupleImpl. type()InferredTypeUnaryExpressionImpl. type() -
Uses of InferredType in org.sonar.python.types
Fields in org.sonar.python.types declared as InferredType Modifier and Type Field Description static InferredTypeInferredTypes. BOOLstatic InferredTypeInferredTypes. COMPLEXstatic InferredTypeInferredTypes. DICTstatic InferredTypeInferredTypes. FLOATstatic InferredTypeInferredTypes. INTstatic InferredTypeInferredTypes. LISTstatic InferredTypeInferredTypes. NONEstatic InferredTypeInferredTypes. SETstatic InferredTypeInferredTypes. STRstatic InferredTypeInferredTypes. TUPLEMethods in org.sonar.python.types that return InferredType Modifier and Type Method Description static InferredTypeInferredTypes. anyType()static InferredTypeInferredTypes. declaredType(TypeAnnotation typeAnnotation)static InferredTypeInferredTypes. or(InferredType t1, InferredType t2)static InferredTypeInferredTypes. runtimeType(Symbol typeClass)Methods in org.sonar.python.types with parameters of type InferredType Modifier and Type Method Description static InferredTypeInferredTypes. or(InferredType t1, InferredType t2)
-