Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.refactoring.descriptors |
Modifier and Type | Method and Description |
---|---|
ISourceRange |
IMember.getJSdocRange()
Returns the JSDoc range if this element is from source or if this element
is a binary element with an attached source, null otherwise.
|
ISourceRange |
IMember.getNameRange()
Returns the source range of this member's simple name,
or
null if this member does not have a name
(for example, an initializer), or if this member does not have
associated source code (for example, a binary type). |
ISourceRange |
ILocalVariable.getNameRange()
Returns the source range of this local variable's name.
|
ISourceRange |
ISourceReference.getSourceRange()
Returns the source range associated with this element.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameLocalVariableDescriptor.setSelection(ISourceRange selection)
Sets the selection within the compilation unit which references the local
variable to rename.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.