Class CSrc

java.lang.Object
  |
  +--CSrc
Direct Known Subclasses:
HeatCSrc, NeutronCSrc

public class CSrc
extends java.lang.Object

C source code base class for Tonic dynamic compilation technique. Includes cInvoke glue code which provides a runtime hook between the Java caller and the C source code that is carried around by CSrc derived classes and compiled at runtime by the Executive.

Author:
Michael S. Noble (mnoble@cfa.harvard.edu) Copyright (c) 2000 This code may only be used under the terms of GNU General Public License.

Field Summary
protected  java.lang.String body
           
 
Constructor Summary
CSrc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

protected java.lang.String body
Constructor Detail

CSrc

public CSrc()