Uses of Interface
org.objectweb.speedo.generation.mivisitor.MetaInfoVisitor

Packages that use MetaInfoVisitor
org.objectweb.speedo.generation.enhancer Byte code transformations used by the enhancer. 
org.objectweb.speedo.generation.mivisitor Speedo meta information visitor used in ordet to fill it with 'forgotten' user information. 
org.objectweb.speedo.generation.recompiler   
 

Uses of MetaInfoVisitor in org.objectweb.speedo.generation.enhancer
 

Classes in org.objectweb.speedo.generation.enhancer that implement MetaInfoVisitor
 class MetaDataAnalyzer
           
 

Constructors in org.objectweb.speedo.generation.enhancer with parameters of type MetaInfoVisitor
MetaDataAnalyzer(MetaInfoVisitor mim)
           
 

Uses of MetaInfoVisitor in org.objectweb.speedo.generation.mivisitor
 

Classes in org.objectweb.speedo.generation.mivisitor that implement MetaInfoVisitor
 class AbstractMetaInfoVisitor
           
 class DataStoreIdAdder
          Assign a default value for the datastore identifier: polymorphid
 class FieldConverterVisitor
          Add extensions FIELD_CONVERTER for various type: - java.sql.* - java.util.Locale
 class InheritanceVisitor
           
 class JavaLangShorcutVisitor
          When the user specifies short names of java.lang.* classes, the values are replaced with the fully qualified name.
 class JMICleanerVisitor
           
 class MetaInfoVisitorImpl
           
 class PrimaryKeyFieldAdder
           
 class ReverseFieldAdder
          Add the reverse extensions on the forgetten side.
 

Methods in org.objectweb.speedo.generation.mivisitor that return MetaInfoVisitor
 MetaInfoVisitor AbstractMetaInfoVisitor.getNext()
           
 MetaInfoVisitor MetaInfoVisitor.getNext()
           
 

Methods in org.objectweb.speedo.generation.mivisitor with parameters of type MetaInfoVisitor
 void AbstractMetaInfoVisitor.setNext(MetaInfoVisitor next)
           
 void MetaInfoVisitor.setNext(MetaInfoVisitor next)
           
 

Constructors in org.objectweb.speedo.generation.mivisitor with parameters of type MetaInfoVisitor
PrimaryKeyFieldAdder(MetaInfoVisitor mim)
           
AbstractMetaInfoVisitor(MetaInfoVisitor mim)
          builds a MetaInfoVisitor which is the last of the chain
MetaInfoVisitorImpl(MetaInfoVisitor mim)
          builds a MetaInfoVisitor which is the last of the chain
ReverseFieldAdder(MetaInfoVisitor mim)
           
 

Uses of MetaInfoVisitor in org.objectweb.speedo.generation.recompiler
 

Classes in org.objectweb.speedo.generation.recompiler that implement MetaInfoVisitor
 class Recompiler
           
 class UpToDateVisitor
          Checks the date of the source and the built files: - .jdo / JMI file - .java / .class For each .jdo file, if the .jdo or a .java has been modified all classes are removed in order to re-enhance all classed.
 

Constructors in org.objectweb.speedo.generation.recompiler with parameters of type MetaInfoVisitor
UpToDateVisitor(MetaInfoVisitor mim)
          builds a MetaInfoVisitor which is the last of the chain