irt
Class TEMP

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

public class TEMP
extends Exp


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

Field Detail

temp

public Temp temp
Constructor Detail

TEMP

public TEMP(Temp temp)