< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

*** 32,41 **** --- 32,42 ---- * @author Gordon Hirsch * @author James McIlree * @since 1.3 */ public interface Locatable { + /** * Returns the {@link Location} of this mirror, if there is * executable code associated with it. Note that both Java&trade; * programming language methods and native methods have executable * code.
< prev index next >