scheme.absyn
Class BeginE

java.lang.Object
  |
  +--scheme.absyn.Exp
        |
        +--scheme.absyn.BeginE

public class BeginE
extends Exp


Field Summary
private  ExpList exps
           
 
Constructor Summary
BeginE(ExpList exps)
           
 
Method Summary
 void accept(ExpVisitor v)
           
 ExpList getExps()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

exps

private ExpList exps
Constructor Detail

BeginE

public BeginE(ExpList exps)
Method Detail

getExps

public ExpList getExps()

accept

public void accept(ExpVisitor v)
            throws VisitE
Overrides:
accept in class Exp