org.objectweb.speedo.generation.mivisitor.jdo
Class JDOSMIVisitor

java.lang.Object
  extended by org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
      extended by org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
          extended by org.objectweb.speedo.generation.mivisitor.jdo.JDOSMIVisitor
All Implemented Interfaces:
GeneratorComponent

public class JDOSMIVisitor
extends MetaInfoVisitors

Defines the list of Speedo Meta Information visitors used in the JDOEnhancer.

Author:
S.Chassande-Barrioz

Field Summary
 
Fields inherited from class org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
LOGGER_NAME
 
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
debug, logger, personality, scp
 
Constructor Summary
JDOSMIVisitor()
           
 
Method Summary
protected  AbstractMetaInfoVisitor[] getMIVisitors()
           
 
Methods inherited from class org.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
getTitle, init, process
 
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
getLogger, getSpeedoCompilerParameter, getSummary, setLogger, setSpeedoCompilerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOSMIVisitor

public JDOSMIVisitor()
Method Detail

getMIVisitors

protected AbstractMetaInfoVisitor[] getMIVisitors()
Specified by:
getMIVisitors in class MetaInfoVisitors