public interface IJavaPrimitiveValue extends IJavaValue
| 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, isNullgetReferenceTypeName, getValueString, getVariables, hasVariables, isAllocatedgetDebugTarget, getLaunch, getModelIdentifiergetAdapterboolean getBooleanValue()
byte getByteValue()
char getCharValue()
double getDoubleValue()
float getFloatValue()
int getIntValue()
long getLongValue()
short getShortValue()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.