|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.pss.compiler.PsdlCompiler
public class PsdlCompiler
This class is a PSDL compiler.
| Constructor Summary | |
|---|---|
PsdlCompiler()
|
|
| Method Summary | |
|---|---|
void |
compile_file(org.openorb.compiler.CompileListEntry cle,
org.openorb.compiler.CompilerProperties cp)
|
org.openorb.compiler.CompilerProperties |
createEmptyProperties()
|
void |
display_help()
Display help to known how to use this compiler |
void |
display(java.lang.String s)
|
void |
execute_compiler(org.openorb.compiler.CompilerHost ch,
org.openorb.compiler.CompilerProperties cp)
|
void |
includePSS(PsdlCompilerProperties pcp,
PsdlParser p)
Inport CosPersistentState |
void |
init_compiler(org.openorb.compiler.CompilerHost ch,
org.openorb.compiler.CompilerProperties cp)
|
void |
loadCosPPS(org.openorb.compiler.CompilerProperties cp)
This function is used to load from the CosPSS configuration file some flags |
static void |
main(java.lang.String[] args)
Program entry point |
void |
scan_args(java.lang.String[] args,
org.openorb.compiler.CompilerProperties cp)
Scan command line arguments |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PsdlCompiler()
| Method Detail |
|---|
public void display_help()
display_help in interface org.openorb.compiler.CompilerIF
public void scan_args(java.lang.String[] args,
org.openorb.compiler.CompilerProperties cp)
scan_args in interface org.openorb.compiler.CompilerIFCompilerIF
public void init_compiler(org.openorb.compiler.CompilerHost ch,
org.openorb.compiler.CompilerProperties cp)
init_compiler in interface org.openorb.compiler.CompilerIFCompilerIF
public void compile_file(org.openorb.compiler.CompileListEntry cle,
org.openorb.compiler.CompilerProperties cp)
throws org.openorb.compiler.parser.CompilationException
compile_file in interface org.openorb.compiler.CompilerIForg.openorb.compiler.parser.CompilationExceptionCompilerIF
public void includePSS(PsdlCompilerProperties pcp,
PsdlParser p)
public void loadCosPPS(org.openorb.compiler.CompilerProperties cp)
public void display(java.lang.String s)
display in interface org.openorb.compiler.CompilerHostCompilerHost.display(java.lang.String)public org.openorb.compiler.CompilerProperties createEmptyProperties()
createEmptyProperties in interface org.openorb.compiler.CompilerIFCompilerIF.createEmptyProperties()
public void execute_compiler(org.openorb.compiler.CompilerHost ch,
org.openorb.compiler.CompilerProperties cp)
execute_compiler in interface org.openorb.compiler.CompilerIFCompilerIFpublic static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||