|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaInterfaceType
An interface an object implements on a Java debug target.
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, getClassLoaderObject, getClassObject, getDeclaredFieldNames, getDefaultStratum, getField, getGenericSignature, getInstanceCount, getInstances, getSourceName, getSourceNames, getSourcePaths |
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaType |
---|
getName, getSignature |
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 |
---|
IJavaClassType[] getImplementors() throws DebugException
DebugException
- if this method fails. Reasons include:
IJavaInterfaceType[] getSubInterfaces() throws DebugException
extends
clause.
DebugException
- if this method fails. Reasons include:
IJavaInterfaceType[] getSuperInterfaces() throws DebugException
DebugException
- if this method fails. Reasons include:
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.