Ambiente.java

Go to the documentation of this file.
00001 package plp.expressions2.memory;
00002 
00003 import plp.expressions2.expression.Id;
00004 
00005 public interface Ambiente<T> {
00006 
00007   public void incrementa();
00008   public void restaura();
00009   
00010   public void map( Id idArg, T tipoId) throws VariavelJaDeclaradaException;
00011   public T get( Id idArg ) throws VariavelNaoDeclaradaException;
00012 } 

Generated on Tue Sep 12 21:36:02 2006 for PLP by  doxygen 1.4.7