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

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

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

Fields in org.apache.jdo.impl.enhancer.core declared as Environment
private  Environment Analyzer.env
          Repository for the enhancement options.
private  Environment Controller.env
          Repository for enhancer options.
private  Environment Augmenter.env
          Repository for the enhancement options.
private  Environment Annotater.env
          Repository for the enhancer options.
private  Environment Builder.env
          Repository for the enhancement options.
private  Environment EnhancerFilter.env
           
 

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