gov.llnl.babel.backend.python
Class PythonServerPySource

java.lang.Object
  |
  +--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)
           
 
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)
Method Detail

generateCode

public void generateCode()
                  throws CodeGenerationException
CodeGenerationException