Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.refactoring.descriptors | |
org.eclipse.wst.jsdt.ui | |
org.eclipse.wst.jsdt.ui.actions | |
org.eclipse.wst.jsdt.ui.text.folding |
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
MoveStaticMembersDescriptor.setMembers(IMember[] members)
Sets the static members to move.
|
void |
MoveDescriptor.setMoveMembers(IMember[] members)
Sets the members to move.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AddJavaDocStubAction.run(IJavaScriptUnit cu,
IMember[] members)
Note this method is for internal use only.
|
Modifier and Type | Method and Description |
---|---|
protected Position |
DefaultJavaFoldingStructureProvider.createMemberPosition(IRegion aligned,
IMember member)
Creates a folding position that remembers its member from an
aligned
region. |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.