blob: 011b0c4353c430161c7511f4ef4c127b46f77e7a [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();
}