jdk/src/share/classes/com/sun/jdi/Method.java
changeset 24127 5d05d4c0de7f
parent 24125 b85eeaae56c7
child 24195 705325a63a58
equal deleted inserted replaced
24126:dda4c98ed5e9 24127:5d05d4c0de7f
   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     /**
       
   151      * Determine if this method is synchronized.
   141      * Determine if this method is synchronized.
   152      *
   142      *
   153      * @return <code>true</code> if the method is declared synchronized;
   143      * @return <code>true</code> if the method is declared synchronized;
   154      * false otherwise.
   144      * false otherwise.
   155      */
   145      */