Uses of Package
ch.sahits.codegen.generator

Packages that use ch.sahits.codegen.generator
ch.sahits.codegen.example.generator.ast   
ch.sahits.codegen.extensions   
ch.sahits.codegen.generator   
ch.sahits.codegen.java   
ch.sahits.codegen.java.extensions   
ch.sahits.codegen.java.generator.ast   
ch.sahits.codegen.java.generator.jettemplate   
ch.sahits.codegen.output   
ch.sahits.codegen.php   
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.example.generator.ast
AbstractGenerator
          Abstract superclass for the generators that handles the saving.
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
IDBAccess
          This interface marks a class that DB access information (host, port, username and password) is needed.
IGenerator
          This interface defines the common method of any code generator
JETGateway
          This class encapsulates access to the JET and JMerge packages.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.extensions
IGeneralGenerator
          This interface defines the methods needed for a general generator class.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.generator
AbstractGenerator
          Abstract superclass for the generators that handles the saving.
BasicAxis2ModelGenerator
          This abstract class implements some of the required methods that are te same for all Axsis2 artefact generations.
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
IDBAccess
          This interface marks a class that DB access information (host, port, username and password) is needed.
IGeneralFileGenerator
          This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGeneralGenerator
          This interface defines the methods needed for a general generator class.
IGenerator
          This interface defines the common method of any code generator
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.java
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
IGenerator
          This interface defines the common method of any code generator
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.java.extensions
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.java.generator.ast
AbstractGenerator
          Abstract superclass for the generators that handles the saving.
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
IDBAccess
          This interface marks a class that DB access information (host, port, username and password) is needed.
IGenerator
          This interface defines the common method of any code generator
JETGateway
          This class encapsulates access to the JET and JMerge packages.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.java.generator.jettemplate
AbstractGenerator
          Abstract superclass for the generators that handles the saving.
IBaseGenerator
          This interface defines the basic methods that each generator class must implement.
IGenerator
          This interface defines the common method of any code generator
JETGateway
          This class encapsulates access to the JET and JMerge packages.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.output
IGeneralFileGenerator
          This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.
IGeneralGenerator
          This interface defines the methods needed for a general generator class.
 

Classes in ch.sahits.codegen.generator used by ch.sahits.codegen.php
IDBAccess
          This interface marks a class that DB access information (host, port, username and password) is needed.
IGeneralGenerator
          This interface defines the methods needed for a general generator class.
IGeneralStringGenerator
          This interface adds the generate method to the IGeneralGenerator interface and thus enables an implementing class to create code.