org.openorb.trader.compiler
public class StdlCompiler 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 | init_compiler(CompilerHost ch, CompilerProperties cp) |
static void | main(String[] args)
Program entry point |
void | scan_args(String[] args, CompilerProperties cp) |
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