Details
Description
Add to ClassDeclaration:
Collection<MethodDeclaration> getMethods();
This allows the following type-safe assignment:
ClassDeclaration someclass = ...;
Collection<MethodDeclaration> methods = someclass.getMethods();
Collection<MethodDeclaration> getMethods();
This allows the following type-safe assignment:
ClassDeclaration someclass = ...;
Collection<MethodDeclaration> methods = someclass.getMethods();