edu.toronto.cs.expr
Class CILNDGotoOp

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

public class CILNDGotoOp
extends NamedOp


Field Summary
static CILNDGotoOp NDGOTO
           
 
Method Summary
static java.util.List getLabels(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

NDGOTO

public static final CILNDGotoOp NDGOTO
Method Detail

getLabels

public static java.util.List getLabels(Expr e)