Class TypeCompatibleWithType


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

      • TypeCompatibleWithType

        public TypeCompatibleWithType​(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver,
                                      com.github.javaparser.resolution.types.ResolvedType s,
                                      com.github.javaparser.resolution.types.ResolvedType t)