Class CondExpr

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    InstanceOfExpr

    public abstract class CondExpr
    extends Expr
    CondExpr is a superclass for conditional expressions. That is, an expression that yields a true or false value.
    See Also:
    InstanceOfExpr
    • Constructor Detail

      • CondExpr

        public CondExpr​(Type type)
        Constructor.
        Parameters:
        type - The Type of this expression.