Eclipse JDT
2.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. 
 

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 or a member type) or a binary type in a class file.
 


Eclipse JDT
2.1

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