Absyn
Class LiteralExp

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

public class LiteralExp
extends Exp

INT | CHAR | STRING | "null" | "true" | "false"


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

Constructor Detail

LiteralExp

public LiteralExp(Parse.Token o)
Method Detail

accept

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