Uses of Class
aokell.lib.interf.ClassDefinition

Packages that use ClassDefinition
aokell.lib.asm This package contains the classes which generates the component interface classes. 
aokell.lib.interf This package is dedicated to the management of classes implementing Fractal interfaces. 
 

Uses of ClassDefinition in aokell.lib.asm
 

Methods in aokell.lib.asm that return ClassDefinition
 ClassDefinition ASMGeneratorForImplementedInterface.generateDelegator(String targetClassname, String delegateClassname)
          Generate an Interface implementation by extending InterfaceImpl.
 ClassDefinition ASMGeneratorForBoundableInterface.generateDelegator(String targetClassname, String delegateClassname)
          Generate an Interface implementation by extending InterfaceImpl.
 ClassDefinition DelegatorClassLoader.load(String name, byte[] b)
           
 

Uses of ClassDefinition in aokell.lib.interf
 

Methods in aokell.lib.interf that return ClassDefinition
protected  ClassDefinition DelegatorForImplementedInterface.generateDelegator(String targetClassname, String delegateClassname)
          Generate a proxy that implements the same interface as a delegate and that extends the InterfaceImpl class.
protected  ClassDefinition DelegatorForBoundableInterface.generateDelegator(String targetClassname, String delegateClassname)
          Generate a proxy that implements the same interface as a delegate and that extends the InterfaceImpl class.
protected abstract  ClassDefinition Delegator.generateDelegator(String targetClassname, String delegateClassname)
          Generate a proxy that implements the same interface as a delegate and that extends the InterfaceImpl class.
 

Methods in aokell.lib.interf with parameters of type ClassDefinition
protected  void Delegator.registerProxy(String targetClassname, ClassDefinition cd)
          Store a generated proxy class into the map of proxy classes.