jdk/src/share/classes/com/sun/jdi/Method.java
changeset 24125 b85eeaae56c7
parent 23010 6dadb192ad81
child 24127 5d05d4c0de7f
equal deleted inserted replaced
24124:5f5f7f7a4328 24125:b85eeaae56c7
   136      * false otherwise.
   136      * false otherwise.
   137      */
   137      */
   138     boolean isAbstract();
   138     boolean isAbstract();
   139 
   139 
   140     /**
   140     /**
       
   141      * Determine if this method is a default method
       
   142      *
       
   143      * @return <code>true</code> if the method is declared default;
       
   144      * false otherwise
       
   145      *
       
   146      * @since 1.8
       
   147      */
       
   148     boolean isDefault();
       
   149 
       
   150     /**
   141      * Determine if this method is synchronized.
   151      * Determine if this method is synchronized.
   142      *
   152      *
   143      * @return <code>true</code> if the method is declared synchronized;
   153      * @return <code>true</code> if the method is declared synchronized;
   144      * false otherwise.
   154      * false otherwise.
   145      */
   155      */