edu.toronto.cs.expr
Class CILIfStmtOp

java.lang.Object
  extended by edu.toronto.cs.expr.NamedOp
      extended by edu.toronto.cs.expr.CILIfStmtOp
All Implemented Interfaces:
Operator

public class CILIfStmtOp
extends NamedOp


Field Summary
static CILIfStmtOp IF_THEN_ELSE
           
 
Method Summary
static Expr getCond(Expr e)
           
static Expr getElse(Expr e)
           
static Expr getThen(Expr e)
           
 
Methods inherited from class edu.toronto.cs.expr.NamedOp
arity, equals, isWellFormed, name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IF_THEN_ELSE

public static final CILIfStmtOp IF_THEN_ELSE
Method Detail

getCond

public static Expr getCond(Expr e)

getThen

public static Expr getThen(Expr e)

getElse

public static Expr getElse(Expr e)