Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9bec0f2fa8acd6e1b84f7140f8020fd8f16e1b01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *(c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 * 
 */

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

/**
 */
public interface ICDIEnumValue extends ICDIIntegralValue {

}

Back to the top