public class StubDoc
extends java.lang.Object
Constructor and Description |
---|
StubDoc(LanguageWriterForFortran writer,
Context context)
Generate an instance to generate documentation for a FORTRAN
client.
|
Modifier and Type | Method and Description |
---|---|
void |
generateCode(Extendable ext)
Generate the implementation FORTRAN file for a sidl class.
|
static void |
generateCode(Symbol sym,
LanguageWriterForFortran writer,
Context context)
Generate the implementation FORTRAN file for a sidl class.
|
public StubDoc(LanguageWriterForFortran writer, Context context)
writer
- the output device to which the FORTRAN documentation
should be written.public void generateCode(Extendable ext) throws CodeGenerationException
ext
- the sidl class whose implementation is to be written.CodeGenerationException
- a catch all exception to indicate problems in the code generation
phase.public static void generateCode(Symbol sym, LanguageWriterForFortran writer, Context context) throws CodeGenerationException
CodeGenerationException
- a catch all exception to indicate problems in the code generation
phase.