|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaValue
An object, primitive data type, or array, on a Java virtual machine.
IValue
Method Summary | |
---|---|
String |
getGenericSignature()
Returns the generic signature as defined in the JVM specification for the type of this value. |
IJavaType |
getJavaType()
Returns the type of this value, or null if this value
represents the null value |
String |
getSignature()
Returns the JNI-style signature for the type of this value, or null if the value is null . |
boolean |
isNull()
Returns whether this value represents null . |
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 |
---|
String getSignature() throws DebugException
null
if the value is null
.
null
if signature is null
DebugException
- if this method fails. Reasons include:
String getGenericSignature() throws DebugException
null
if the value is
null
, or if the type of this value is not a generic type.
null
if generic signature not
available
DebugException
- if this method fails. Reasons include:
IJavaType getJavaType() throws DebugException
null
if this value
represents the null
value
null
if this value
represents the null
value
DebugException
- if the request failsboolean isNull()
null
.
null
|
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.