|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.llnl.babel.backend.jdk.JavaImplSource
Create and write a source file for a Java extension class to wrap a BABEL extendable in a Java object.
Constructor Summary | |
JavaImplSource(Extendable ext)
Create an object capable of generating the source file for Java implementation |
Method Summary | |
void |
generateCode()
Writes Java implimentation based on the symbol given to the constructor |
static void |
generateCode(Extendable ext)
Writes Java implementation based on the provided symbol |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaImplSource(Extendable ext) throws CodeGenerationException
ext
- an interface or class symbol that needs source
file for a Java extension class.Method Detail |
public static void generateCode(Extendable ext) throws CodeGenerationException
ext
- an interface or class symbol that needs source
file for a Java extension class.
CodeGenerationException
public void generateCode() throws CodeGenerationException
CodeGenerationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |