blob: a3a149ab4d9af6af8ee2c2bd41cef77894ac595b [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface Value extends Mirror {
public Type type();
}