tree
Class TEMP

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

public class TEMP
extends Exp

Esta classe representa o uso de um registrador. Este nó é sempre uma folha, i.e. não possui nenhuma sub-árvore filha.


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

Constructor Detail

TEMP

public TEMP(temp.Temp t)
Method Detail

kids

public List<Exp> kids()
Specified by:
kids in class Exp

build

public Exp build(List<Exp> kids)
Specified by:
build in class Exp

getTemp

public temp.Temp getTemp()
Returns:
Registrador cujo valor será o resultado de uma expressão.