Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4998322

Add ClassDeclaration.getMethods() with covariant return type.

XMLWordPrintable

    • apt
    • b43
    • sparc
    • solaris_9

      Add to ClassDeclaration:
        Collection<MethodDeclaration> getMethods();

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

            sseligmasunw Scott Seligman (Inactive)
            sseligmasunw Scott Seligman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: