public class TypeModule
extends java.lang.Object
| Constructor and Description |
|---|
TypeModule(LanguageWriterForFortran writer,
Symbol sym) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateCode(Context context) |
static void |
generateCode(Symbol sym,
LanguageWriterForFortran writer,
Context context)
Generate the FORTRAN 90 type module for a sidl extendable (i.e., class
or interface).
|
public TypeModule(LanguageWriterForFortran writer, Symbol sym)
public void generateCode(Context context)
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.