edu.toronto.cs.expr
Class CILIndirectionOp

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

public class CILIndirectionOp
extends NamedOp


Field Summary
static CILIndirectionOp ADDR_OF
           
static CILIndirectionOp ARROW
           
static CILIndirectionOp DEREF
           
static CILIndirectionOp DOT
           
 
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

DEREF

public static final CILIndirectionOp DEREF

DOT

public static final CILIndirectionOp DOT

ARROW

public static final CILIndirectionOp ARROW

ADDR_OF

public static final CILIndirectionOp ADDR_OF