PostProcessor.java
Go to the documentation of this file.
00001 package instruction.postprocessor;
00002 
00003 import instruction.semanticObjects.Instruction;
00004 
00005 import java.util.List;
00006 
00012 public interface PostProcessor {
00013         
00019         public void run( List<Instruction> instructions );
00020 
00021 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


comp_ehow
Author(s): Moritz Tenorth, Daniel Nyga
autogenerated on Tue Apr 16 2013 00:18:02