Absyn
Class FieldExp

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Exp
          extended by Absyn.FieldExp

public class FieldExp
extends Exp

Exp "." ID


Field Summary
 Exp exp
           
 Parse.Token field
           
 
Fields inherited from class Absyn.Exp
op, type
 
Constructor Summary
FieldExp(Parse.Token o, Exp e, Parse.Token f)
           
 
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

field

public Parse.Token field
Constructor Detail

FieldExp

public FieldExp(Parse.Token o,
                Exp e,
                Parse.Token f)
Method Detail

accept

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