java.lang.Object
org.checkerframework.framework.util.typeinference8.constraint.QualifierTyping
All Implemented Interfaces:
Constraint, ReductionResult

public class QualifierTyping extends Object implements Constraint
Represents a constraint between two AbstractType. One of:
  • Constructor Details

    • QualifierTyping

      public QualifierTyping(AbstractQualifier Q, AbstractQualifier R, Constraint.Kind kind)
      Creates a qualifier typing constraint.
      Parameters:
      Q - the qualifier on the left-hand side of the constraint
      R - the qualifier on the right-hand side of the constraint
      kind - the kind of qualifier constraint
  • Method Details