edu.toronto.cs.expr
Class CILReturnOp

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

public class CILReturnOp
extends NamedOp


Field Summary
static CILReturnOp RETURN
           
 
Method Summary
static Expr getReturnValue(Expr e)
           
static boolean hasReturnValue(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

RETURN

public static final CILReturnOp RETURN
Method Detail

hasReturnValue

public static boolean hasReturnValue(Expr e)

getReturnValue

public static Expr getReturnValue(Expr e)