Tree
Class TEMP

java.lang.Object
  extended by Tree.Exp
      extended by Tree.TEMP

public class TEMP
extends Exp


Field Summary
 Temp temp
           
 
Constructor Summary
TEMP(Temp t)
           
 
Method Summary
<R,D> R
accept(Visitor<R,D> v, D d)
           
 Exp build(Exp[] kids)
           
 boolean isAtom()
           
 Exp[] kids()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temp

public Temp temp
Constructor Detail

TEMP

public TEMP(Temp t)
Method Detail

kids

public Exp[] kids()
Specified by:
kids in class Exp

build

public Exp build(Exp[] kids)
Specified by:
build in class Exp

accept

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

isAtom

public boolean isAtom()
Overrides:
isAtom in class Exp