Uses of Class
org.apache.beehive.controls.runtime.generator.CodeGenerator

Packages that use CodeGenerator
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of CodeGenerator in org.apache.beehive.controls.runtime.generator
 

Subclasses of CodeGenerator in org.apache.beehive.controls.runtime.generator
 class VelocityGenerator
          The VelocityGenerator class is an implementation of CodeGenerator that uses standard Apache Velocity classes from the system classpath.
 

Uses of CodeGenerator in org.apache.beehive.controls.runtime.generator.apt
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return CodeGenerator
protected  CodeGenerator ControlClientAnnotationProcessor.getGenerator()
          Returns the CodeGenerator instance supporting this processor, instantiating a new generator instance if necessary.
protected  CodeGenerator ControlAnnotationProcessor.getGenerator()
          Returns the CodeGenerator instance supporting this processor, instantiating a new generator instance if necessary.