org.openorb.pss.compiler
public class PsdlCompiler extends Object implements CompilerHost, CompilerIF
Method Summary | |
---|---|
void | compile_file(CompileListEntry cle, CompilerProperties cp) |
CompilerProperties | createEmptyProperties() |
void | display(String s) |
void | display_help()
Display help to known how to use this compiler |
void | execute_compiler(CompilerHost ch, CompilerProperties cp) |
void | includePSS(PsdlCompilerProperties pcp, PsdlParser p)
Inport CosPersistentState |
void | init_compiler(CompilerHost ch, CompilerProperties cp) |
void | loadCosPPS(CompilerProperties cp)
This function is used to load from the CosPSS configuration file some flags |
static void | main(String[] args)
Program entry point |
void | scan_args(String[] args, CompilerProperties cp)
Scan command line arguments |
See Also: org.openorb.compiler.CompilerIF
See Also: org.openorb.compiler.CompilerIF#createEmptyProperties()
See Also: org.openorb.compiler.CompilerHost#display(java.lang.String)
See Also: org.openorb.compiler.CompilerIF
See Also: org.openorb.compiler.CompilerIF
See Also: org.openorb.compiler.CompilerIF