tree
Class Exp

java.lang.Object
  extended by tree.Exp
Direct Known Subclasses:
BINOP, CALL, CONST, ESEQ, MEM, NAME, TEMP

public abstract class Exp
extends java.lang.Object

Superclasse de todos os nós que geram um resultado.


Constructor Summary
Exp()
           
 
Method Summary
abstract  Exp build(List<Exp> kids)
           
abstract  List<Exp> kids()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exp

public Exp()
Method Detail

kids

public abstract List<Exp> kids()

build

public abstract Exp build(List<Exp> kids)