Uses of Interface
org.eclipse.wst.jsdt.core.IMember

Packages that use IMember
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.core.refactoring.descriptors   
org.eclipse.wst.jsdt.ui   
 

Uses of IMember in org.eclipse.wst.jsdt.core
 

Subinterfaces of IMember in org.eclipse.wst.jsdt.core
 interface IField
          Represents a field declared in a type or a var declared at the file scope.
 interface IFunction
          Represents a function or a method (or constructor) declared in a type.
 interface IInitializer
          Represents a stand-alone instance or class (static) initializer in a type.
 interface IType
          Represents a source type in a JavaScript file (either a top-level type, a member type, or a local type) The children are of type IMember, which includes IField, IFunction, IInitializer and IType.
 

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

Uses of IMember in org.eclipse.wst.jsdt.core.refactoring.descriptors
 

Methods in org.eclipse.wst.jsdt.core.refactoring.descriptors with parameters of type IMember
 void MoveStaticMembersDescriptor.setMembers(IMember[] members)
          Sets the static members to move.
 void MoveDescriptor.setMoveMembers(IMember[] members)
          Sets the members to move.
 

Uses of IMember in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui with parameters of type IMember
 boolean IDocumentationReader.appliesTo(IMember member)
           
static java.io.Reader JSdocContentAccess.getContentReader(IMember member, boolean allowInherited)
          Gets a reader for an IMember's Javadoc comment content from the source attachment.
 java.io.Reader IDocumentationReader.getContentReader(IMember member, boolean allowInherited)
           
static void JavaScriptElementLabels.getFileLabel(IMember member, long flags, java.lang.StringBuffer buf)
           
static java.io.Reader JSdocContentAccess.getHTMLContentReader(IMember member, boolean allowInherited, boolean useAttachedJavadoc)
          Gets a reader for an IMember's Javadoc comment content from the source attachment.