irt
Class Exp

java.lang.Object
  |
  +--irt.Exp
Direct Known Subclasses:
BINOP, CALL, CONST, ESEQ, MEM, NAME, TEMP

public abstract class Exp
extends java.lang.Object


Field Summary
 TypeD typeD
           
 
Constructor Summary
Exp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeD

public TypeD typeD
Constructor Detail

Exp

public Exp()