|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.llnl.babel.backend.python.PythonClientCSource
This class will write the C source file for a Python C extension module to provide access from Python to a class or interface.
| Constructor Summary | |
PythonClientCSource(Extendable ext)
Create an object capable of generating the source C file for a SIDL extendable (i.e. |
|
| Method Summary | |
void |
generateCode()
Generate the source file for the extendable with which this object was created. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PythonClientCSource(Extendable ext)
ext - an interface or class that needs a header
file for a Python C extension class.| Method Detail |
public void generateCode()
throws CodeGenerationException
CodeGenerationException - this is a catch all exception for problems during the code
generation phase.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||