Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.debug.core.IJavaClassObject

Packages that use IJavaClassObject
org.eclipse.jdt.debug.core

Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). 

 

Uses of IJavaClassObject in org.eclipse.jdt.debug.core
 

Methods in org.eclipse.jdt.debug.core that return IJavaClassObject
 IJavaClassObject IJavaInterfaceType.getClassObject()
          Returns the class object associated with this interface type.
 IJavaClassObject IJavaClassType.getClassObject()
          Returns the class object associated with this class type.
 IJavaClassObject IJavaArrayType.getClassObject()
          Returns the class object associated with this array type.
 


Eclipse JDT
2.1

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