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
public BigInteger bigIntegerValue()
throws CDIException
- Throws:
CDIException
longValue
public long longValue()
throws CDIException
- Throws:
CDIException
intValue
public int intValue()
throws CDIException
- Throws:
CDIException
shortValue
public short shortValue()
throws CDIException
- Throws:
CDIException
byteValue
public int byteValue()
throws CDIException
- Throws:
CDIException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.