blob: c9b9cab5b1dbf9228534bc915a837a87fafd6f3b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 Broadcom and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Broadcom - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.edc.symbols;
/**
* @since 3.0
*/
public interface IHasSize {
/**
* Get the size
*
* @return the size
*/
long getSize();
}