Class ExpressionCompatibleWithType

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

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

    • ExpressionCompatibleWithType

      public ExpressionCompatibleWithType(com.github.javaparser.resolution.TypeSolver typeSolver, com.github.javaparser.ast.expr.Expression expression, com.github.javaparser.resolution.types.ResolvedType T)
  • Method Details