Package | Description |
---|---|
org.eclipse.wst.jsdt.ui | |
org.eclipse.wst.jsdt.ui.refactoring |
Modifier and Type | Method and Description |
---|---|
boolean |
IDocumentationReader.appliesTo(ILocalVariable declaration) |
static java.io.Reader |
JSdocContentAccess.getContentReader(ILocalVariable declaration,
boolean allowInherited)
Gets a reader for an ILocalDeclaration's doc comment content from the
source attachment.
|
java.io.Reader |
IDocumentationReader.getContentReader(ILocalVariable declaration,
boolean allowInherited) |
static java.io.Reader |
JSdocContentAccess.getHTMLContentReader(ILocalVariable variable,
boolean allowInherited,
boolean useAttachedDoc)
Gets a reader for an ILocalDeclaration documentation comment content.
|
static void |
JavaScriptElementLabels.getLocalVariableLabel(ILocalVariable localVariable,
long flags,
java.lang.StringBuffer buf)
Appends the label for a local variable to a
StringBuffer . |
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(ILocalVariable variable,
java.lang.String newName,
int flags)
Creates a new rename support for the given
ILocalVariable . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.