plp.expressions2.memory
Class ContextoExecucao

java.lang.Object
  extended by plp.expressions2.memory.Contexto<Valor>
      extended by plp.expressions2.memory.ContextoExecucao
All Implemented Interfaces:
Ambiente<Valor>, AmbienteExecucao
Direct Known Subclasses:
ContextoExecucaoImperativa

public class ContextoExecucao
extends Contexto<Valor>
implements AmbienteExecucao


Constructor Summary
ContextoExecucao()
           
 
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

ContextoExecucao

public ContextoExecucao()