irt
Class ESEQ

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

public class ESEQ
extends Exp


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

Field Detail

stm

public Stm stm

exp

public Exp exp
Constructor Detail

ESEQ

public ESEQ(Stm stm,
            Exp exp)