1 26 27 package org.objectweb.openccm.generator.idl.api; 28 29 30 import java.util.ArrayList ; 31 32 33 import java.util.List ; 34 35 36 import org.objectweb.openccm.ast.api.Scope; 37 38 39 public interface IDL2Generator 40 extends org.objectweb.openccm.generator.idl.api.IDL3Generator 41 { 42 52 public void 53 initialize( String outputfile, 54 String outputfile_local, 55 ArrayList includes, 56 ArrayList userIncludes, 57 Scope target_decl, 58 String app_name ); 59 60 65 public void 66 generate(List decls) 67 throws org.objectweb.openccm.generator.common.lib.GenerationException; 68 } 69 | Popular Tags |