Class CondExpr

All Implemented Interfaces:
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:
  • Constructor Details

    • CondExpr

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