Class BoundOrConstraint

  • Direct Known Subclasses:
    Bound, Constraint

    @Deprecated
    @InternalApi
    public abstract class BoundOrConstraint
    extends java.lang.Object
    Deprecated.
    • Method Detail

      • isLeftProper

        public boolean isLeftProper()
        Deprecated.
      • isLeftVariable

        public boolean isLeftVariable()
        Deprecated.
      • isLeftNull

        public boolean isLeftNull()
        Deprecated.
      • isLeftType

        public boolean isLeftType()
        Deprecated.
      • isLeftPrimitive

        public boolean isLeftPrimitive()
        Deprecated.
      • isLeftClassOrInterface

        public boolean isLeftClassOrInterface()
        Deprecated.
      • isLeftArray

        public boolean isLeftArray()
        Deprecated.
      • isRightProper

        public boolean isRightProper()
        Deprecated.
      • isRightVariable

        public boolean isRightVariable()
        Deprecated.
      • isRightNull

        public boolean isRightNull()
        Deprecated.
      • isRightType

        public boolean isRightType()
        Deprecated.
      • isRightPrimitive

        public boolean isRightPrimitive()
        Deprecated.
      • isRightClassOrInterface

        public boolean isRightClassOrInterface()
        Deprecated.
      • isRightArray

        public boolean isRightArray()
        Deprecated.
      • leftVariable

        public Variable leftVariable()
        Deprecated.
      • rightVariable

        public Variable rightVariable()
        Deprecated.
      • addVariablesToSet

        public void addVariablesToSet​(java.util.Set<Variable> variables)
        Deprecated.
      • leftHasMentionedVariable

        public boolean leftHasMentionedVariable()
        Deprecated.
        Returns:
        true, if the left-hand side mentions variables
      • rightHasMentionedVariable

        public boolean rightHasMentionedVariable()
        Deprecated.
        Returns:
        true, if the right-hand side mentions variales
      • getLeftMentionedVariable

        public Variable getLeftMentionedVariable()
        Deprecated.
      • getRightMentionedVariable

        public Variable getRightMentionedVariable()
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object