irt
Class ExpList

java.lang.Object
  |
  +--irt.ExpList

public class ExpList
extends java.lang.Object


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

Field Detail

head

public Exp head

tail

public ExpList tail
Constructor Detail

ExpList

public ExpList(Exp head,
               ExpList tail)