Absyn
Class Exp

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Exp
Direct Known Subclasses:
ArrayExp, AssignExp, BinExp, CallExp, FieldExp, LiteralExp, NameExp, ObjectExp, SubscriptExp, SuperExp, ThisExp, UnExp

public abstract class Exp
extends Absyn

Class from which all expressions inherit.


Field Summary
 Parse.Token op
           
 Type type
           
 
Constructor Summary
Exp()
           
 
Method Summary
 
Methods inherited from class Absyn.Absyn
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

public Parse.Token op

type

public Type type
Constructor Detail

Exp

public Exp()