blob: a44e98f80fe1795526c184c686b5b2ff9b45b749 [file] [log] [blame]
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
package org.eclipse.cdt.debug.mi.core.output;
/**
* GDB/MI value.
*/
public abstract class MIValue {
}