gov.llnl.babel.backend.python
Class PythonServerPySource

java.lang.Object
  extended by gov.llnl.babel.backend.python.PythonServerPySource

public class PythonServerPySource
extends java.lang.Object

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

PythonServerPySource

public PythonServerPySource(Class cls,
                            Context context)
Method Detail

generateCode

public void generateCode()
                  throws CodeGenerationException
Throws:
CodeGenerationException