Uses of Class
org.apache.avalon.fortress.impl.factory.BCELCodeGenerator.MethodDesc

Packages that use BCELCodeGenerator.MethodDesc
org.apache.avalon.fortress.impl.factory ObjectFactory wrappers to provide proxied components to the container. 
 

Uses of BCELCodeGenerator.MethodDesc in org.apache.avalon.fortress.impl.factory
 

Methods in org.apache.avalon.fortress.impl.factory that return BCELCodeGenerator.MethodDesc
(package private) static BCELCodeGenerator.MethodDesc[] BCELCodeGenerator.extractMethods(org.apache.bcel.classfile.JavaClass[] interfacesToImplement)
          Extracts the collection of Methods declared in the supplied JavaClass instance.
 

Methods in org.apache.avalon.fortress.impl.factory with parameters of type BCELCodeGenerator.MethodDesc
 org.apache.bcel.classfile.Method BCELCodeGenerator.createMethodWrapper(BCELCodeGenerator.MethodDesc meth)
          Create a method declaration/definition of the form
private  void BCELCodeGenerator.findImplementation(BCELCodeGenerator.MethodDesc meth)