org.objectweb.speedo.generation.mivisitor
Class MetaInfoVisitors

java.lang.Object
  extended byorg.objectweb.speedo.generation.lib.AbstractGeneratorComponent
      extended byorg.objectweb.speedo.generation.mivisitor.MetaInfoVisitors
All Implemented Interfaces:
GeneratorComponent

public class MetaInfoVisitors
extends AbstractGeneratorComponent

Visit the speedo meta information in order to fill the meta information with the part forgotten by the user. - ReverseFieldAdder

Author:
S.Chassande-Barrioz
See Also:
ReverseFieldAdder

Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
debug, logger, scp
 
Constructor Summary
MetaInfoVisitors()
           
 
Method Summary
 boolean init()
           
 void process()
           
 
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent
getLogger, getSpeedoCompilerParameter, setLogger, setSpeedoCompilerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
See Also:
Constant Field Values
Constructor Detail

MetaInfoVisitors

public MetaInfoVisitors()
Method Detail

init

public boolean init()
             throws SpeedoException
Specified by:
init in interface GeneratorComponent
Specified by:
init in class AbstractGeneratorComponent
Throws:
SpeedoException

process

public void process()
             throws SpeedoException
Specified by:
process in interface GeneratorComponent
Specified by:
process in class AbstractGeneratorComponent
Throws:
SpeedoException