Eclipse JDT
Release 3.1

Uses of Interface
org.eclipse.jdt.core.IMember

Packages that use IMember
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program.  
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface.  
org.eclipse.jdt.ui.actions Application programming interfaces for Eclipse Java User Interface specific actions.  
 

Uses of IMember in org.eclipse.jdt.core
 

Subinterfaces of IMember in org.eclipse.jdt.core
 interface IField
          Represents a field declared in a type.
 interface IInitializer
          Represents a stand-alone instance or class (static) initializer in a type.
 interface IMethod
          Represents a method (or constructor) declared in a type.
 interface IType
          Represents either a source type in a compilation unit (either a top-level type, a member type, a local type or an anonymous type) or a binary type in a class file.
 

Methods in org.eclipse.jdt.core that return IMember
 IMember ITypeParameter.getDeclaringMember()
          Returns the declaring member of this type parameter.
 

Uses of IMember in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui with parameters of type IMember
static Reader JavadocContentAccess.getContentReader(IMember member, boolean allowInherited)
          Gets a reader for an IMember's Javadoc comment content from the source attachment.
static Reader JavadocContentAccess.getHTMLContentReader(IMember member, boolean allowInherited)
          Gets a reader for an IMember's Javadoc comment content from the source attachment.
 

Uses of IMember in org.eclipse.jdt.ui.actions
 

Methods in org.eclipse.jdt.ui.actions with parameters of type IMember
 void AddJavaDocStubAction.run(ICompilationUnit cu, IMember[] members)
          Note this method is for internal use only.
 


Eclipse JDT
Release 3.1

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