-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
b43
-
sparc
-
solaris_9
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();