Eclipse JDT
Release 3.0

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

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)
           
 


Eclipse JDT
Release 3.0

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