blob: 9e7bb54743e7ececc8a856dc3e6d221f04f7ba66 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface Type extends Mirror {
public abstract String name();
public abstract String signature();
}