Package | Description |
---|---|
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.
|
org.eclipse.jdt.ui |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
org.eclipse.jdt.ui.refactoring |
Application programming interfaces for rename refactorings.
|
Modifier and Type | Method and Description |
---|---|
ILocalVariable[] |
IMethod.getParameters()
Returns the parameters of this method.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable,
long flags,
StringBuffer buf)
Appends the label for a local variable to a
StringBuffer . |
static void |
JavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable,
long flags,
StyledString result)
Appends the styled label for a local variable to a
StyledString . |
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(ILocalVariable variable,
String newName,
int flags)
Creates a new rename support for the given
ILocalVariable . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.