< prev index next >

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

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

*** 168,177 **** --- 168,178 ---- * @author James McIlree * @since 1.3 */ public interface Value extends Mirror { + /** * Returns the run-time type of this value. * * @see Type * @return a {@link Type} which mirrors the value's type in the
< prev index next >