Eclipse JDT
Release 3.0

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

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

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

 

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

Subinterfaces of IJavaReferenceType in org.eclipse.jdt.debug.core
 interface IJavaArrayType
          The type of an array on a Java debug target.
 interface IJavaClassType
          The class of an object on a Java debug target.
 interface IJavaInterfaceType
          An interface an object implements on a Java debug target.
 

Methods in org.eclipse.jdt.debug.core that return IJavaReferenceType
 IJavaReferenceType IJavaFieldVariable.getReceivingType()
          Returns the type that contains this field variable.
 


Eclipse JDT
Release 3.0

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