PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.model.aif
Interface IAIFTypeRange

All Superinterfaces:
IAIFType

public interface IAIFTypeRange
extends IAIFType

Represents a range type. A range contains a lower and upper bound (which are included in the range) and a base type.


Method Summary
 int getLower()
          Returns the lower bound of the range
 IAIFTypeInt getRangeType()
          Return the type of the range.
 int getSize()
          Return the number of elements in the range
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType
sizeof
 

Method Detail

getLower

int getLower()
Returns the lower bound of the range

Returns:
lower bound

getRangeType

IAIFTypeInt getRangeType()
Return the type of the range.

Returns:
range type
Since:
4.0

getSize

int getSize()
Return the number of elements in the range

Returns:
size of the range
Since:
4.0

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.