irt
Class MEM

java.lang.Object
  |
  +--irt.Exp
        |
        +--irt.MEM

public class MEM
extends Exp


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

Field Detail

exp

public Exp exp
Constructor Detail

MEM

public MEM(Exp exp)