blob: 6dfff9830842fef01f1220d0f6efe69ae35fc342 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface Locatable {
public Location location();
}