edu.toronto.cs.expr
Class CILGotoOp

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

public class CILGotoOp
extends NamedOp


Field Summary
static CILGotoOp GOTO
           
 
Method Summary
static java.lang.String getTargetLabel(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

GOTO

public static final CILGotoOp GOTO
Method Detail

getTargetLabel

public static java.lang.String getTargetLabel(Expr e)