|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAIFValueInt
Represents int value of IAIFValue
| Method Summary | |
|---|---|
byte[] |
byteValue()
Returns byte array of this value |
int |
intValue()
Returns value of this value |
boolean |
isInt()
Determines whether this value is int |
boolean |
isLong()
Determines whether this value is long |
boolean |
isShort()
Determines whether this value is short |
long |
longValue()
Returns value of this value |
short |
shortValue()
Returns value of this value |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueIntegral |
|---|
bigIntegerValue |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue |
|---|
getType, getValueString, length, sizeof |
| Method Detail |
|---|
boolean isLong()
boolean isShort()
boolean isInt()
byte[] byteValue()
throws AIFException
AIFException - on failure
long longValue()
throws AIFException
AIFException - on failure
short shortValue()
throws AIFException
AIFException - on failure
int intValue()
throws AIFException
AIFException - on failure
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||