JavaScript Development Tools
Release 3.2

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
 boolean IDocumentationReader.appliesTo(ILocalVariable declaration)
           
static Reader JSdocContentAccess.getContentReader(ILocalVariable declaration, boolean allowInherited)
          Gets a reader for an ILocalDeclaration's doc comment content from the source attachment.
 Reader IDocumentationReader.getContentReader(ILocalVariable declaration, boolean allowInherited)
           
static 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, 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, String newName, int flags)
          Creates a new rename support for the given ILocalVariable.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.