|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.BaseGen
org.jboss.jca.codegenerator.code.AbstractCodeGen
public abstract class AbstractCodeGen

Abstract CodeGenerator.
| Constructor Summary | |
|---|---|
AbstractCodeGen()
|
|
| Method Summary | |
|---|---|
void |
generate(Definition def,
Writer out)
generate code |
abstract String |
getClassName(Definition def)
get this class name |
abstract void |
writeClassBody(Definition def,
Writer out)
Output class |
abstract void |
writeImport(Definition def,
Writer out)
Output class import |
| Methods inherited from class org.jboss.jca.codegenerator.BaseGen |
|---|
writeEol, writeheader, writeIndent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCodeGen()
| Method Detail |
|---|
public void generate(Definition def,
Writer out)
throws IOException
def - Definitionout - Writer
IOException - ioExceptionpublic abstract String getClassName(Definition def)
def - definition
public abstract void writeImport(Definition def,
Writer out)
throws IOException
def - definitionout - Writer
IOException - ioException
public abstract void writeClassBody(Definition def,
Writer out)
throws IOException
def - definitionout - Writer
IOException - ioException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||