1 26 27 package org.objectweb.corba.command.api; 28 29 import org.objectweb.openccm.command.api.Compiler; 30 import org.objectweb.openccm.command.api.Generator; 31 32 39 40 public interface CIFtoJavaImpl 41 extends Compiler , 42 Generator 43 { 44 49 public String  50 getOutputDirectory(); 51 52 64 public boolean 65 generate_cif_jimpl(org.objectweb.openccm.ast.api.FileScope filescope, 66 String inputfile, 67 String base_dir); 68 } 69 | Popular Tags |