Class ExpressionCompatibleWithType


  • public class ExpressionCompatibleWithType
    extends ConstraintFormula
    An expression is compatible in a loose invocation context with type T
    Author:
    Federico Tomassetti
    • Constructor Detail

      • ExpressionCompatibleWithType

        public ExpressionCompatibleWithType​(com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver,
                                            com.github.javaparser.ast.expr.Expression expression,
                                            com.github.javaparser.resolution.types.ResolvedType T)