public interface IJavaPrimitiveValue extends IJavaValue
Clients are not intended to implement this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue()
Returns this value as a boolean.
|
byte |
getByteValue()
Returns this value as a byte
|
char |
getCharValue()
Returns this value as a char
|
double |
getDoubleValue()
Returns this value as a double
|
float |
getFloatValue()
Returns this value as a float
|
int |
getIntValue()
Returns this value as an int
|
long |
getLongValue()
Returns this value as a long
|
short |
getShortValue()
Returns this value as a short
|
getGenericSignature, getJavaType, getSignature
getReferenceTypeName, getValueString, getVariables, hasVariables, isAllocated
getDebugTarget, getLaunch, getModelIdentifier
getAdapter
boolean getBooleanValue()
byte getByteValue()
char getCharValue()
double getDoubleValue()
float getFloatValue()
int getIntValue()
long getLongValue()
short getShortValue()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.