Type Alias TypeInferenceResultWithoutInferringChildren

TypeInferenceResultWithoutInferringChildren:
    | Type
    | InferenceRuleNotApplicable
    | unknown
    | InferenceProblem

Type declaration

  • Type

    the identified type

  • InferenceRuleNotApplicable

    'N/A' to indicate, that the current inference rule is not applicable for the given language node at all

  • unknown

    a language node whose type should be inferred instead

  • InferenceProblem

    an inference problem