|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface an object implements on a Java debug target.
Clients are not intended to implement this interface.
IJavaValue
Method Summary | |
IJavaClassType[] |
getImplementors()
Returns the class objects associated with the implementors of this interface type. |
IJavaInterfaceType[] |
getSubInterfaces()
Returns the interface objects associated with the sub-interfaces of this interface type. |
IJavaInterfaceType[] |
getSuperInterfaces()
Returns the interface objects associated with the super-interfaces of this interface type. |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaReferenceType |
getAllFieldNames, getAvailableStrata, getClassObject, getDeclaredFieldNames, getDefaultStratum, getField |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaType |
getName, getSignature |
Method Detail |
public IJavaClassType[] getImplementors() throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
- if this method fails. Reasons include:
public IJavaInterfaceType[] getSubInterfaces() throws org.eclipse.debug.core.DebugException
extends
clause.
org.eclipse.debug.core.DebugException
- if this method fails. Reasons include:
public IJavaInterfaceType[] getSuperInterfaces() throws org.eclipse.debug.core.DebugException
org.eclipse.debug.core.DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |