java.lang.Object
org.checkerframework.framework.util.typeinference.solver.SupertypesSolver

public class SupertypesSolver extends Object
Infers type arguments by using the Least Upper Bound computation on the supertype relationships in a constraint map.
  • Constructor Details

    • SupertypesSolver

      public SupertypesSolver()
  • Method Details