org.eclipse.cdt.debug.core.cdi.model.type
Interface ICDIIntegralValue
- All Superinterfaces:
- ICDIObject, ICDIValue
- All Known Subinterfaces:
- ICDIBoolValue, ICDICharValue, ICDIEnumValue, ICDIIntValue, ICDILongLongValue, ICDILongValue, ICDIShortValue, ICDIWCharValue
public interface ICDIIntegralValue
- extends ICDIValue
Represents the value of a variable.
- Since:
- April 15, 2003
bigIntegerValue
BigInteger bigIntegerValue()
throws CDIException
- Throws:
CDIException
longValue
long longValue()
throws CDIException
- Throws:
CDIException
intValue
int intValue()
throws CDIException
- Throws:
CDIException
shortValue
short shortValue()
throws CDIException
- Throws:
CDIException
byteValue
int byteValue()
throws CDIException
- Throws:
CDIException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.