Skip to main content
summaryrefslogtreecommitdiffstats
blob: 84bf70d9ef830bbcab3a8ab529d5f4c8b051efa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *(c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 * 
 */

package org.eclipse.cdt.debug.core.cdi.model.type;


/**
 * 
 * Represents the value of a variable.
 * 
 * @since April 15, 2003
 */
public interface ICDILongValue extends ICDIIntegralValue {

}

Back to the top