|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDeclaration | |
|---|---|
| org.apache.aries.versioning.utils | |
| Uses of MethodDeclaration in org.apache.aries.versioning.utils |
|---|
| Methods in org.apache.aries.versioning.utils that return types with arguments of type MethodDeclaration | |
|---|---|
Map<String,Set<MethodDeclaration>> |
ClassDeclaration.getAllMethods()
Get the methods in the current class plus the methods in the upper chain |
Collection<MethodDeclaration> |
ClassDeclaration.getExtraMethods(ClassDeclaration old)
Return the extra non-private methods |
Map<String,Set<MethodDeclaration>> |
ClassDeclaration.getMethods()
|
Map<String,Set<MethodDeclaration>> |
ClassDeclaration.getMethodsInUpperChain()
|
| Methods in org.apache.aries.versioning.utils with parameters of type MethodDeclaration | |
|---|---|
void |
ClassDeclaration.addMethods(MethodDeclaration md)
|
boolean |
ClassDeclaration.isMethodInSuperClass(MethodDeclaration md)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||