Uses of Interface
org.objectweb.jorm.comp.generator.api.JormGenerator

Packages that use JormGenerator
org.objectweb.jorm.comp.compiler.lib   
org.objectweb.jorm.comp.generator.api   
org.objectweb.jorm.comp.generator.lib   
 

Uses of JormGenerator in org.objectweb.jorm.comp.compiler.lib
 

Fields in org.objectweb.jorm.comp.compiler.lib declared as JormGenerator
protected  JormGenerator BasicCompiler.generator
          generator is a simple JormGenerator object, which is able to generate java file.
 

Uses of JormGenerator in org.objectweb.jorm.comp.generator.api
 

Methods in org.objectweb.jorm.comp.generator.api with parameters of type JormGenerator
 void GeneratorDescriptor.loadDescriptor(JormGenerator jg)
          This method must configures the JormGenerator specified in parameter with the methods provided by the JormGenerator interface (addGeneratorFactory and setMOPFactory)
 

Uses of JormGenerator in org.objectweb.jorm.comp.generator.lib
 

Classes in org.objectweb.jorm.comp.generator.lib that implement JormGenerator
 class JormGeneratorImpl
          This class start the generations of the jorm objects and user object.