org.objectweb.fractal.aokell.lib.asm
Class ASMGeneratorFactory

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.asm.ASMGeneratorFactory
All Implemented Interfaces:
GeneratorFactoryItf

public class ASMGeneratorFactory
extends Object
implements GeneratorFactoryItf

The factory of ASM generators.

Author:
Lionel Seinturier

Constructor Summary
ASMGeneratorFactory()
           
 
Method Summary
 GeneratorItf getBoundableInterfaceGenerator()
           
 GeneratorItf getImplementedInterfaceGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASMGeneratorFactory

public ASMGeneratorFactory()
Method Detail

getImplementedInterfaceGenerator

public GeneratorItf getImplementedInterfaceGenerator()
Specified by:
getImplementedInterfaceGenerator in interface GeneratorFactoryItf

getBoundableInterfaceGenerator

public GeneratorItf getBoundableInterfaceGenerator()
Specified by:
getBoundableInterfaceGenerator in interface GeneratorFactoryItf