Class ReductionResult.ReductionResultPair

java.lang.Object
org.checkerframework.framework.util.typeinference8.constraint.ReductionResult.ReductionResultPair
All Implemented Interfaces:
ReductionResult
Enclosing interface:
ReductionResult

public static class ReductionResult.ReductionResultPair extends Object implements ReductionResult
A reduction result that contains a bound set and a constraint set.
  • Field Details

    • constraintSet

      public final ConstraintSet constraintSet
      A constraint set.
    • boundSet

      public final BoundSet boundSet
      A bound set.
  • Method Details