|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaPrimitiveValue
A primitive value on a Java debug target.
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaValue |
---|
getGenericSignature, getJavaType, getSignature, isNull |
Methods inherited from interface org.eclipse.debug.core.model.IValue |
---|
getReferenceTypeName, getValueString, getVariables, hasVariables, isAllocated |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
boolean getBooleanValue()
byte getByteValue()
char getCharValue()
double getDoubleValue()
float getFloatValue()
int getIntValue()
long getLongValue()
short getShortValue()
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.