public interface IJavaType extends IDebugElement
Since 3.2, an IJavaType
is also a debug element
IJavaValue
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this type.
|
String |
getSignature()
Returns the JNI-style signature for this type.
|
getDebugTarget, getLaunch, getModelIdentifier
getAdapter
String getSignature() throws DebugException
DebugException
- if this method fails. Reasons include:
String getName() throws DebugException
"java.lang.String"
.DebugException
- if this method fails. Reasons include:
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.