Class TypeCompatibleWithType

java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.TypeCompatibleWithType

public class TypeCompatibleWithType extends ConstraintFormula
A type S is compatible in a loose invocation context with type T
Author:
Federico Tomassetti
  • Constructor Details

    • TypeCompatibleWithType

      public TypeCompatibleWithType(com.github.javaparser.resolution.TypeSolver typeSolver, com.github.javaparser.resolution.types.ResolvedType s, com.github.javaparser.resolution.types.ResolvedType t)
  • Method Details