Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e4d0a3ccbbc2b5fe47446e46df70f822ba129a5f (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 ICDICharValue extends ICDIIntegralValue {

}

Back to the top