Uses of Interface
org.eclipse.jdt.core.ILocalVariable
Packages that use ILocalVariable
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Application programming interfaces for rename refactorings.
-
Uses of ILocalVariable in org.eclipse.jdt.core
Methods in org.eclipse.jdt.core that return ILocalVariable -
Uses of ILocalVariable in org.eclipse.jdt.ui
Methods in org.eclipse.jdt.ui with parameters of type ILocalVariableModifier and TypeMethodDescriptionstatic voidJavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable, long flags, StringBuffer buf) Appends the label for a local variable to aStringBuffer.static voidJavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable, long flags, org.eclipse.jface.viewers.StyledString result) Appends the styled label for a local variable to aStyledString. -
Uses of ILocalVariable in org.eclipse.jdt.ui.refactoring
Methods in org.eclipse.jdt.ui.refactoring with parameters of type ILocalVariableModifier and TypeMethodDescriptionstatic RenameSupportRenameSupport.create(ILocalVariable variable, String newName, int flags) Creates a new rename support for the givenILocalVariable.