irt
Class StmList

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

public class StmList
extends java.lang.Object


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

Field Detail

head

public Stm head

tail

public StmList tail
Constructor Detail

StmList

public StmList(Stm head,
               StmList tail)