Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.debug.core
Interface IJavaInterfaceType

All Superinterfaces:
IAdaptable, IDebugElement, IJavaReferenceType, IJavaType

public interface IJavaInterfaceType
extends IJavaReferenceType

An interface an object implements on a Java debug target.

Since:
2.0
See Also:
IJavaValue
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

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, 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

getImplementors


IJavaClassType[] getImplementors()
                                 throws 
DebugException
Returns the class objects associated with the implementors of this interface type. Returns an empty array if there are none.

Returns:
the class objects associated with the implementors of this interface type
Throws:
DebugException - if this method fails. Reasons include:
  • Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
Since:
3.0

getSubInterfaces


IJavaInterfaceType[] getSubInterfaces()
                                      throws 
DebugException
Returns the interface objects associated with the sub-interfaces of this interface type. Returns an empty array if there are none. The sub-interfaces are those interfaces that directly extend this interface, that is, those interfaces that declared this interface in their extends clause.

Returns:
the interface objects associated with the sub-interfaces of this interface type
Throws:
DebugException - if this method fails. Reasons include:
  • Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
Since:
3.0

getSuperInterfaces


IJavaInterfaceType[] getSuperInterfaces()
                                        throws 
DebugException
Returns the interface objects associated with the super-interfaces of this interface type. Returns an empty array if there are none. The super-interfaces are those interfaces that are directly extended by this interface, that is, those interfaces that this interface declared to be extended.

Returns:
the interface objects associated with the super-interfaces of this interface type
Throws:
DebugException - if this method fails. Reasons include:
  • Failure communicating with the VM. The DebugException's status code contains the underlying exception responsible for the failure.
Since:
3.0

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire