|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.babel.backend.python.PythonServerPySource
public class PythonServerPySource
The purpose of this class is to generate Python source code to implement
a sidl class. Parts of the Python source code must be filled by the
developer, and these parts are retained using a CodeSplicer
.
Each locally defined method is partially implemented in this file.
Constructor Summary | |
---|---|
PythonServerPySource(Class cls,
Context context)
|
Method Summary | |
---|---|
void |
generateCode()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PythonServerPySource(Class cls, Context context)
Method Detail |
---|
public void generateCode() throws CodeGenerationException
CodeGenerationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |