Package | Description |
---|---|
org.apache.felix.ipojo.manipulation |
Modifier and Type | Method and Description |
---|---|
Map<String,List<MethodDescriptor>> |
ClassChecker.getInnerClassesAndMethods() |
Map<String,List<MethodDescriptor>> |
Manipulator.getInnerClassesAndMethods() |
List<MethodDescriptor> |
ClassChecker.getMethods()
Get collected methods.
|
List<MethodDescriptor> |
Manipulator.getMethods() |
List<MethodDescriptor> |
Manipulator.getMethodsFromInnerClass(String innerClassInternalName) |
Modifier and Type | Method and Description |
---|---|
void |
Manipulator.addMethodToInnerClass(String name,
MethodDescriptor md)
Adds a method to an inner class.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.