org.objectweb.jorm.comp.generator.file
Class FileMOPFactory

java.lang.Object
  |
  +--org.objectweb.jorm.comp.generator.file.FileMOPFactory
All Implemented Interfaces:
MOPFactory

public class FileMOPFactory
extends java.lang.Object
implements MOPFactory


Constructor Summary
FileMOPFactory()
           
 
Method Summary
 MOP createBindingMOP(CompilerParameter cp)
          This method must return a new instance of a BindingMOP
 MOP createMappingMOP(CompilerParameter cp)
          This method must return a new instance of a MappingMOP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMOPFactory

public FileMOPFactory()
Method Detail

createMappingMOP

public MOP createMappingMOP(CompilerParameter cp)
                     throws PException
This method must return a new instance of a MappingMOP
Specified by:
createMappingMOP in interface MOPFactory

createBindingMOP

public MOP createBindingMOP(CompilerParameter cp)
                     throws PException
This method must return a new instance of a BindingMOP
Specified by:
createBindingMOP in interface MOPFactory