Uses of Class
org.objectweb.speedo.generation.mivisitor.AbstractMetaInfoVisitor

Packages that use AbstractMetaInfoVisitor
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 AbstractMetaInfoVisitor in org.objectweb.speedo.generation.enhancer
 

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.enhancer
 class MetaDataAnalyzer
           
 

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

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.mivisitor
 class DataStoreIdAdder
          Assign a default value for the datastore identifier: polymorphid
 class ExtensionVerifier
          This class checks if the specified speedo extensions in .jdo file are supported.
 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 KeyFieldChecker
          Checks the keyField speedo extension.
 class MetaInfoVisitorImpl
           
 class PrimaryKeyFieldAdder
           
 class ReverseFieldAdder
          Add the reverse extensions on the forgetten side.
 class TupleExtensionCopier
          Copies all extensions defined on tuple node, into the field node.
 class VersionFieldAdder
          This class adds the field version to the speedo class if the versioning strategy is not null.
 

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

Subclasses of AbstractMetaInfoVisitor in org.objectweb.speedo.generation.recompiler
 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.