src/java.compiler/share/classes/javax/lang/model/element/ExecutableElement.java
changeset 55275 0a7af38ef32a
parent 55118 9ea55cb79d77
child 58679 9c3209ff7550
equal deleted inserted replaced
55274:8cd2d6dee328 55275:0a7af38ef32a
    93      * non-inner class, or an initializer (static or instance), has no
    93      * non-inner class, or an initializer (static or instance), has no
    94      * receiver type.
    94      * receiver type.
    95      *
    95      *
    96      * @return the receiver type of this executable
    96      * @return the receiver type of this executable
    97      * @since 1.8
    97      * @since 1.8
       
    98      *
       
    99      * @jls 8.4 Method Declarations
       
   100      * @jls 8.4.1 Formal Parameters
       
   101      * @jls 8.8 Constructor Declarations
    98      */
   102      */
    99     TypeMirror getReceiverType();
   103     TypeMirror getReceiverType();
   100 
   104 
   101     /**
   105     /**
   102      * Returns {@code true} if this method or constructor accepts a variable
   106      * Returns {@code true} if this method or constructor accepts a variable