Tree
Class ESEQ

java.lang.Object
  extended by Tree.Exp
      extended by Tree.ESEQ

public class ESEQ
extends Exp


Field Summary
 Exp exp
           
 Stm stm
           
 
Constructor Summary
ESEQ(Stm s, Exp e)
           
 
Method Summary
<R,D> R
accept(Visitor<R,D> v, D d)
           
 Exp build(Exp[] kids)
           
 Exp[] kids()
           
 
Methods inherited from class Tree.Exp
isAtom
 
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 s,
            Exp e)
Method Detail

kids

public Exp[] kids()
Specified by:
kids in class Exp

build

public Exp build(Exp[] kids)
Specified by:
build in class Exp

accept

public <R,D> R accept(Visitor<R,D> v,
                      D d)
Specified by:
accept in class Exp