Uses of Class
org.apache.jdo.impl.enhancer.core.Controller

Packages that use Controller
org.apache.jdo.impl.enhancer.core   
 

Uses of Controller in org.apache.jdo.impl.enhancer.core
 

Fields in org.apache.jdo.impl.enhancer.core declared as Controller
private  Controller Analyzer.control
          The classfile's enhancement controller.
private  Controller Augmenter.control
          The classfile's enhancement controller.
private  Controller Annotater.control
          The classfile's enhancement controller.
 

Constructors in org.apache.jdo.impl.enhancer.core with parameters of type Controller
Analyzer(Controller control, Environment env)
          Constructor
Augmenter(Controller control, Analyzer analyzer, Environment env)
          Constructor
Annotater(Controller control, Analyzer analyzer, Environment env)
          Constructor