Eclipse CDT
Pre-release 3.0

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

Method Summary
 BigInteger bigIntegerValue()
           
 int byteValue()
           
 int intValue()
           
 long longValue()
           
 short shortValue()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIValue
getChildrenNumber, getType, getTypeName, getValueString, getVariables, hasChildren
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

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

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.