edu.toronto.cs.expr
Class CILWhileOp

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

public class CILWhileOp
extends NamedOp


Field Summary
static CILWhileOp WHILE
           
 
Method Summary
static Expr getBody(Expr e)
           
static Expr getCond(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

WHILE

public static final CILWhileOp WHILE
Method Detail

getCond

public static Expr getCond(Expr e)

getBody

public static Expr getBody(Expr e)