Absyn
Class ExpStm

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Stm
          extended by Absyn.ExpStm

public class ExpStm
extends Stm

[ Exp ]


Field Summary
 Exp exp
           
 
Fields inherited from class Absyn.Stm
token
 
Constructor Summary
ExpStm(Parse.Token t, Exp e)
           
 
Method Summary
<D,R> R
accept(Visitor<D,R> v, D d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exp

public Exp exp
Constructor Detail

ExpStm

public ExpStm(Parse.Token t,
              Exp e)
Method Detail

accept

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