edu.toronto.cs.expr
Class CILScopeOp

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

public class CILScopeOp
extends NamedOp


Field Summary
static CILScopeOp SCOPE
           
 
Method Summary
static Expr getBody(Expr e)
           
static Expr getLocalDeclarations(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

SCOPE

public static final CILScopeOp SCOPE
Method Detail

getLocalDeclarations

public static Expr getLocalDeclarations(Expr e)

getBody

public static Expr getBody(Expr e)