|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.llnl.babel.backend.fortran.TypeModule
This class generates a FORTRAN 90 module holding the derived type for client-side users. The type is held separately to avoid circular dependencies.
Constructor Summary | |
TypeModule(LanguageWriterForFortran writer,
Symbol sym)
|
Method Summary | |
void |
generateCode()
|
static void |
generateCode(Symbol sym,
LanguageWriterForFortran writer)
Generate the FORTRAN 90 type module for a SIDL extendable (i.e., class or interface). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeModule(LanguageWriterForFortran writer, Symbol sym)
Method Detail |
public void generateCode()
public static void generateCode(Symbol sym, LanguageWriterForFortran writer) throws CodeGenerationException
CodeGenerationException
- a catch all exception to indicate problems in the code generation
phase.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |