| Package | Description |
|---|---|
| org.apache.avalon.fortress.impl.factory |
ObjectFactory wrappers to provide proxied components to the container.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static BCELCodeGenerator.MethodDesc[] |
BCELCodeGenerator.extractMethods(org.apache.bcel.classfile.JavaClass[] interfacesToImplement)
Extracts the collection of
Methods
declared in the supplied JavaClass
instance. |
| Modifier and Type | Method and Description |
|---|---|
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) |