Uses of Interface
org.eclipse.wst.jsdt.core.ILocalVariable

Packages that use ILocalVariable
org.eclipse.wst.jsdt.ui   
org.eclipse.wst.jsdt.ui.refactoring   
 

Uses of ILocalVariable in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui with parameters of type ILocalVariable
static void JavaScriptElementLabels.getLocalVariableLabel(ILocalVariable localVariable, long flags, java.lang.StringBuffer buf)
          Appends the label for a local variable to a StringBuffer.
 

Uses of ILocalVariable in org.eclipse.wst.jsdt.ui.refactoring
 

Methods in org.eclipse.wst.jsdt.ui.refactoring with parameters of type ILocalVariable
static RenameSupport RenameSupport.create(ILocalVariable variable, java.lang.String newName, int flags)
          Creates a new rename support for the given ILocalVariable.