-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: tools
-
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();