Uses of Interface
org.eclipse.wst.jsdt.core.ast.IReference

Packages that use IReference
org.eclipse.wst.jsdt.core.ast   
 

Uses of IReference in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of IReference in org.eclipse.wst.jsdt.core.ast
 interface IArrayReference
          Representation of an array reference This interface is not intended to be implemented by clients.
 interface IFieldReference
          Representation of a field reference.
 interface IJsDocFieldReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IJsDocSingleNameReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface INameReference
          Abstract base class for references.
 interface IQualifiedNameReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IQualifiedSuperReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface IQualifiedThisReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ISingleNameReference
          Representation of name reference.
 interface ISuperReference
           This interface is not intended to be implemented by clients.
 interface IThisReference
          Representation of a 'this' reference .