edu.toronto.cs.expr
Class CILRecordOp

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

public class CILRecordOp
extends NamedOp


Field Summary
static CILRecordOp STRUCT
           
static CILRecordOp UNION
           
 
Method Summary
 
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

STRUCT

public static final CILRecordOp STRUCT

UNION

public static final CILRecordOp UNION