| Package | Description |
|---|---|
| org.apache.aries.versioning.utils |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDeclaration.addMethods(MethodDeclaration md) |
boolean |
ClassDeclaration.isMethodInSuperClass(MethodDeclaration md) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.