src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java

changeset 1686
eb134c8e931d
parent 1521
71f35e4b93a5
child 1691
f10cffab99b4
     1.1 --- a/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Mon Apr 08 11:57:37 2013 -0700
     1.2 +++ b/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Tue Apr 09 14:18:22 2013 -0700
     1.3 @@ -88,6 +88,14 @@
     1.4      Parameter[] parameters();
     1.5  
     1.6      /**
     1.7 +     * Get the receiver type of this executable element.
     1.8 +     *
     1.9 +     * @return the receiver type of this executable element.
    1.10 +     * @since 1.8
    1.11 +     */
    1.12 +    Type receiverType();
    1.13 +
    1.14 +    /**
    1.15       * Get the receiver annotations of this executable element.
    1.16       * Return an empty array if there are none.
    1.17       *

mercurial