|
Eclipse JDT Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The type of a value on a Java debug target - a primitive data type, class, interface, or array.
Since 3.2, an IJavaType
is also a debug element
IJavaValue
Method Summary | |
String |
getName()
Returns the name of this type. |
String |
getSignature()
Returns the JNI-style signature for this type. |
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 |
public String getSignature() throws DebugException
DebugException
- if this method fails. Reasons include:
public String getName() throws DebugException
"java.lang.String"
.
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |