Class RCExpr

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class RCExpr
    extends CheckExpr
    RCExpr represents a residency check.
    • Constructor Detail

      • RCExpr

        public RCExpr​(Expr expr,
                      Type type)
        Constructor.
        Parameters:
        expr - The expression whose residency is to be checked.
        type - The type of this expression.
    • Method Detail

      • equalsExpr

        public boolean equalsExpr​(Expr other)
        Description copied from class: Expr
        Compares this expression to another.
        Overrides:
        equalsExpr in class CheckExpr
        Parameters:
        other - Expr to which to compare this.
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in class Expr