jdk/src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java
changeset 30678 a8b7fd8ede97
parent 25859 3317bb8137f4
child 34894 3248b89d1921
equal deleted inserted replaced
30677:59b772a18fac 30678:a8b7fd8ede97
    34  * @since  1.3
    34  * @since  1.3
    35  */
    35  */
    36 @jdk.Exported
    36 @jdk.Exported
    37 public interface Locatable {
    37 public interface Locatable {
    38     /**
    38     /**
    39      * Returns the {@link Location} of this mirror, if there
    39      * Returns the {@link Location} of this mirror, if there is
    40      * is executable code associated with it. Note that both
    40      * executable code associated with it. Note that both Java™
    41      * Java<SUP><FONT SIZE="-2">TM</FONT></SUP> programming
    41      * programming language methods and native methods have executable
    42      * language methods and native methods have executable code.
    42      * code.
    43      * Returns null for abstract methods, since abstract methods
    43      * Returns null for abstract methods, since abstract methods
    44      * have no executable code.
    44      * have no executable code.
    45      *
    45      *
    46      * @return the {@link Location} of this mirror, or null if
    46      * @return the {@link Location} of this mirror, or null if
    47      * there is no executable code associated with it.
    47      * there is no executable code associated with it.