plp.expressions2.memory
Class ContextoCompilacao

java.lang.Object
  extended by plp.expressions2.memory.Contexto<Tipo>
      extended by plp.expressions2.memory.ContextoCompilacao
All Implemented Interfaces:
Ambiente<Tipo>, AmbienteCompilacao
Direct Known Subclasses:
ContextoCompilacaoImperativa

public class ContextoCompilacao
extends Contexto<Tipo>
implements AmbienteCompilacao


Constructor Summary
ContextoCompilacao()
           
 
Method Summary
 
Methods inherited from class plp.expressions2.memory.Contexto
get, incrementa, map, restaura
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface plp.expressions2.memory.Ambiente
get, incrementa, map, restaura
 

Constructor Detail

ContextoCompilacao

public ContextoCompilacao()