Uses of Interface
org.sonar.plugins.python.api.types.InferredType
-
-
Uses of InferredType in org.sonar.plugins.python.api.symbols
Methods in org.sonar.plugins.python.api.symbols that return InferredType Modifier and Type Method Description InferredTypeFunctionSymbol.Parameter. declaredType() -
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. isCompatibleWith(InferredType other)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)static InferredTypeInferredTypes. union(Stream<InferredType> types)Methods in org.sonar.python.types with parameters of type InferredType Modifier and Type Method Description static InferredTypeInferredTypes. or(InferredType t1, InferredType t2)Method parameters in org.sonar.python.types with type arguments of type InferredType Modifier and Type Method Description static InferredTypeInferredTypes. union(Stream<InferredType> types)
-