Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Skip.java

Go to the documentation of this file.
00001 package plp.orientadaObjetos1.comando;
00002 
00003 import plp.orientadaObjetos1.excecao.comando.TryCatchException;
00004 import plp.orientadaObjetos1.memoria.AmbienteCompilacao;
00005 import plp.orientadaObjetos1.memoria.AmbienteExecucao;
00006 
00007 public class Skip implements Comando{
00008 
00014     public AmbienteExecucao executar(AmbienteExecucao ambiente) throws TryCatchException {
00015         return ambiente;
00016     }
00017 
00024     public boolean checaTipo(AmbienteCompilacao ambiente) {
00025         return true;
00026     }
00027 }

Generated on Mon Aug 8 20:20:46 2005 for Linguagem OO1 - Generics by  doxygen 1.4.4