|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IASTGenerator | |
|---|---|
| ch.sahits.codegen.example.generator.ast | |
| ch.sahits.codegen.java.generator.ast | |
| Uses of IASTGenerator in ch.sahits.codegen.example.generator.ast |
|---|
| Classes in ch.sahits.codegen.example.generator.ast that implement IASTGenerator | |
|---|---|
class |
DAOGenerator
This DAO Generator improves a DAO class generated through a JET template (daoInsertUnique.javajet) by adding the needed method getConnection which can only be created with the knowledge of database access methods. |
| Uses of IASTGenerator in ch.sahits.codegen.java.generator.ast |
|---|
| Subinterfaces of IASTGenerator in ch.sahits.codegen.java.generator.ast | |
|---|---|
interface |
IASTGeneratorInitializer
This class must be implemented by ASTGenerators that need are IReferenceImpleCaller |
interface |
IJETASTGenerator
This interface marks a generator class to generate code from an JET template and enhanceing it with AST. |
interface |
IPureASTGenerator
This interface makes classes that generate the code by generating the code with AST. |
| Classes in ch.sahits.codegen.java.generator.ast that implement IASTGenerator | |
|---|---|
class |
ASTBeanWithDelete
This class is a generator class that copies the delete method into the provided base class. |
class |
JETASTGenerator
Generator class to generate Code with a Jet template and improve on it with AST |
class |
PureASTOracleDAOGenerator
This class is a generator for a data access object (DAO) for an Oracle table that is purely generated with AST |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||