blob: f88ac5985006dd0facb5ba79ecff9a6ca33e7348 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_12) on Fri May 30 11:16:01 CDT 2008 -->
<TITLE>
IJavaScriptRefactorings
</TITLE>
<META NAME="keywords" CONTENT="org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="IJavaScriptRefactorings";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IJavaScriptRefactorings.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptElementMapper.html" title="interface in org.eclipse.wst.jsdt.core.refactoring"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/RenameTypeArguments.html" title="class in org.eclipse.wst.jsdt.core.refactoring"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="IJavaScriptRefactorings.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.eclipse.wst.jsdt.core.refactoring</FONT>
<BR>
Interface IJavaScriptRefactorings</H2>
<HR>
<DL>
<DT><PRE>public interface <B>IJavaScriptRefactorings</B></DL>
</PRE>
<P>
Interface for refactoring ids offered by the JDT tooling.
<p>
This interface provides refactoring ids for refactorings offered by the JDT
tooling. Refactoring instances corresponding to such an id may be
instantiated by the refactoring framework using
<CODE>org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)</CODE>. The resulting
refactoring instance may be executed on the workspace with a
<CODE>org.eclipse.ltk.core.refactoring.PerformRefactoringOperation</CODE>.
<p>
Clients may obtain customizable refactoring descriptors for a certain
refactoring by calling
<CODE>org.eclipse.ltk.core.refactoring.RefactoringCore#getRefactoringContribution(String)</CODE> with the
appropriate refactoring id and then calling
<CODE>org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor()</CODE> to obtain a customizable
refactoring descriptor. The concrete subtype of refactoring descriptors is
dependent from the <code>id</code> argument.
</p>
<p>
Note: this interface is not intended to be implemented by clients.
</p>
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability. It is being made available at this early stage to solicit feedback
from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#CHANGE_METHOD_SIGNATURE">CHANGE_METHOD_SIGNATURE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Change Method Signature' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.change.method.signature</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#CONVERT_ANONYMOUS">CONVERT_ANONYMOUS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Convert Anonymous To Nested' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.convert.anonymous</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#CONVERT_LOCAL_VARIABLE">CONVERT_LOCAL_VARIABLE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Convert Local Variable to Field' refactoring
(value: <code>org.eclipse.wst.jsdt.ui.promote.temp</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#CONVERT_MEMBER_TYPE">CONVERT_MEMBER_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Convert Member Type to Top Level' refactoring
(value: <code>org.eclipse.wst.jsdt.ui.move.inner</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#COPY">COPY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Copy' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.copy</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#DELETE">DELETE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Delete' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.delete</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#ENCAPSULATE_FIELD">ENCAPSULATE_FIELD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Encapsulate Field' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.self.encapsulate</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#EXTRACT_CONSTANT">EXTRACT_CONSTANT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Extract Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.constant</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#EXTRACT_INTERFACE">EXTRACT_INTERFACE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Extract Interface' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.interface</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#EXTRACT_LOCAL_VARIABLE">EXTRACT_LOCAL_VARIABLE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Extract Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.temp</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#EXTRACT_METHOD">EXTRACT_METHOD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Extract Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.method</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#EXTRACT_SUPERCLASS">EXTRACT_SUPERCLASS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Extract Superclass' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.superclass</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#GENERALIZE_TYPE">GENERALIZE_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Generalize Declared Type' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.change.type</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INFER_TYPE_ARGUMENTS">INFER_TYPE_ARGUMENTS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Infer Type Arguments' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.infer.typearguments</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INLINE_CONSTANT">INLINE_CONSTANT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Inline Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.constant</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INLINE_LOCAL_VARIABLE">INLINE_LOCAL_VARIABLE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Inline Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.temp</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INLINE_METHOD">INLINE_METHOD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Inline Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.method</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INTRODUCE_FACTORY">INTRODUCE_FACTORY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Introduce Factory' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.factory</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INTRODUCE_INDIRECTION">INTRODUCE_INDIRECTION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Introduce Indirection' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.indirection</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#INTRODUCE_PARAMETER">INTRODUCE_PARAMETER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Introduce Parameter' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.parameter</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#MOVE">MOVE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Move' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#MOVE_METHOD">MOVE_METHOD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Move Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move.method</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#MOVE_STATIC_MEMBERS">MOVE_STATIC_MEMBERS</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Move Static Members' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move.static</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#PULL_UP">PULL_UP</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Pull Up' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.pull.up</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#PUSH_DOWN">PUSH_DOWN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Push Down' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.push.down</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_ENUM_CONSTANT">RENAME_ENUM_CONSTANT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Enum Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.enum.constant</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_FIELD">RENAME_FIELD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Field' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.field</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_JAVA_PROJECT">RENAME_JAVA_PROJECT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Java Project' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.java.project</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_JAVASCRIPT_UNIT">RENAME_JAVASCRIPT_UNIT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Compilation Unit' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.compilationunit</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_LOCAL_VARIABLE">RENAME_LOCAL_VARIABLE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.local.variable</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_METHOD">RENAME_METHOD</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.method</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_PACKAGE">RENAME_PACKAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Package' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.package</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_RESOURCE">RENAME_RESOURCE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Resource' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.resource</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_SOURCE_FOLDER">RENAME_SOURCE_FOLDER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Source Folder' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.source.folder</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_TYPE">RENAME_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Type' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.type</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#RENAME_TYPE_PARAMETER">RENAME_TYPE_PARAMETER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Rename Type Parameter' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.type.parameter</code>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html#USE_SUPER_TYPE">USE_SUPER_TYPE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactoring id of the 'Use Supertype Where Possible' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.use.supertype</code>).</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="CHANGE_METHOD_SIGNATURE"><!-- --></A><H3>
CHANGE_METHOD_SIGNATURE</H3>
<PRE>
static final java.lang.String <B>CHANGE_METHOD_SIGNATURE</B></PRE>
<DL>
<DD>Refactoring id of the 'Change Method Signature' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.change.method.signature</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ChangeMethodSignatureDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ChangeMethodSignatureDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.CHANGE_METHOD_SIGNATURE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CONVERT_ANONYMOUS"><!-- --></A><H3>
CONVERT_ANONYMOUS</H3>
<PRE>
static final java.lang.String <B>CONVERT_ANONYMOUS</B></PRE>
<DL>
<DD>Refactoring id of the 'Convert Anonymous To Nested' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.convert.anonymous</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertAnonymousDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ConvertAnonymousDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.CONVERT_ANONYMOUS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CONVERT_LOCAL_VARIABLE"><!-- --></A><H3>
CONVERT_LOCAL_VARIABLE</H3>
<PRE>
static final java.lang.String <B>CONVERT_LOCAL_VARIABLE</B></PRE>
<DL>
<DD>Refactoring id of the 'Convert Local Variable to Field' refactoring
(value: <code>org.eclipse.wst.jsdt.ui.promote.temp</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertLocalVariableDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ConvertLocalVariableDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.CONVERT_LOCAL_VARIABLE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="CONVERT_MEMBER_TYPE"><!-- --></A><H3>
CONVERT_MEMBER_TYPE</H3>
<PRE>
static final java.lang.String <B>CONVERT_MEMBER_TYPE</B></PRE>
<DL>
<DD>Refactoring id of the 'Convert Member Type to Top Level' refactoring
(value: <code>org.eclipse.wst.jsdt.ui.move.inner</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ConvertMemberTypeDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ConvertMemberTypeDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.CONVERT_MEMBER_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="COPY"><!-- --></A><H3>
COPY</H3>
<PRE>
static final java.lang.String <B>COPY</B></PRE>
<DL>
<DD>Refactoring id of the 'Copy' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.copy</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/CopyDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>CopyDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.COPY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="DELETE"><!-- --></A><H3>
DELETE</H3>
<PRE>
static final java.lang.String <B>DELETE</B></PRE>
<DL>
<DD>Refactoring id of the 'Delete' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.delete</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/DeleteDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>DeleteDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.DELETE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="ENCAPSULATE_FIELD"><!-- --></A><H3>
ENCAPSULATE_FIELD</H3>
<PRE>
static final java.lang.String <B>ENCAPSULATE_FIELD</B></PRE>
<DL>
<DD>Refactoring id of the 'Encapsulate Field' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.self.encapsulate</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/EncapsulateFieldDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>EncapsulateFieldDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.ENCAPSULATE_FIELD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTRACT_CONSTANT"><!-- --></A><H3>
EXTRACT_CONSTANT</H3>
<PRE>
static final java.lang.String <B>EXTRACT_CONSTANT</B></PRE>
<DL>
<DD>Refactoring id of the 'Extract Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.constant</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractConstantDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ExtractConstantDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.EXTRACT_CONSTANT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTRACT_INTERFACE"><!-- --></A><H3>
EXTRACT_INTERFACE</H3>
<PRE>
static final java.lang.String <B>EXTRACT_INTERFACE</B></PRE>
<DL>
<DD>Refactoring id of the 'Extract Interface' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.interface</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractInterfaceDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ExtractInterfaceDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.EXTRACT_INTERFACE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTRACT_LOCAL_VARIABLE"><!-- --></A><H3>
EXTRACT_LOCAL_VARIABLE</H3>
<PRE>
static final java.lang.String <B>EXTRACT_LOCAL_VARIABLE</B></PRE>
<DL>
<DD>Refactoring id of the 'Extract Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.temp</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractLocalDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ExtractLocalDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.EXTRACT_LOCAL_VARIABLE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTRACT_METHOD"><!-- --></A><H3>
EXTRACT_METHOD</H3>
<PRE>
static final java.lang.String <B>EXTRACT_METHOD</B></PRE>
<DL>
<DD>Refactoring id of the 'Extract Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.method</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractMethodDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ExtractMethodDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.EXTRACT_METHOD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="EXTRACT_SUPERCLASS"><!-- --></A><H3>
EXTRACT_SUPERCLASS</H3>
<PRE>
static final java.lang.String <B>EXTRACT_SUPERCLASS</B></PRE>
<DL>
<DD>Refactoring id of the 'Extract Superclass' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.extract.superclass</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/ExtractSuperclassDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>ExtractSuperclassDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.EXTRACT_SUPERCLASS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="GENERALIZE_TYPE"><!-- --></A><H3>
GENERALIZE_TYPE</H3>
<PRE>
static final java.lang.String <B>GENERALIZE_TYPE</B></PRE>
<DL>
<DD>Refactoring id of the 'Generalize Declared Type' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.change.type</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/GeneralizeTypeDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>GeneralizeTypeDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.GENERALIZE_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INFER_TYPE_ARGUMENTS"><!-- --></A><H3>
INFER_TYPE_ARGUMENTS</H3>
<PRE>
static final java.lang.String <B>INFER_TYPE_ARGUMENTS</B></PRE>
<DL>
<DD>Refactoring id of the 'Infer Type Arguments' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.infer.typearguments</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/InferTypeArgumentsDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>InferTypeArgumentsDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INFER_TYPE_ARGUMENTS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INLINE_CONSTANT"><!-- --></A><H3>
INLINE_CONSTANT</H3>
<PRE>
static final java.lang.String <B>INLINE_CONSTANT</B></PRE>
<DL>
<DD>Refactoring id of the 'Inline Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.constant</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineConstantDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>InlineConstantDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INLINE_CONSTANT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INLINE_LOCAL_VARIABLE"><!-- --></A><H3>
INLINE_LOCAL_VARIABLE</H3>
<PRE>
static final java.lang.String <B>INLINE_LOCAL_VARIABLE</B></PRE>
<DL>
<DD>Refactoring id of the 'Inline Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.temp</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineLocalVariableDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>InlineLocalVariableDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INLINE_LOCAL_VARIABLE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INLINE_METHOD"><!-- --></A><H3>
INLINE_METHOD</H3>
<PRE>
static final java.lang.String <B>INLINE_METHOD</B></PRE>
<DL>
<DD>Refactoring id of the 'Inline Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.inline.method</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/InlineMethodDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>InlineMethodDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INLINE_METHOD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INTRODUCE_FACTORY"><!-- --></A><H3>
INTRODUCE_FACTORY</H3>
<PRE>
static final java.lang.String <B>INTRODUCE_FACTORY</B></PRE>
<DL>
<DD>Refactoring id of the 'Introduce Factory' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.factory</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<CODE>Iorg.eclipse.wst.jsdt.core.refactoring.descriptors.ntroduceFactoryDescriptor</CODE>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INTRODUCE_FACTORY">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INTRODUCE_INDIRECTION"><!-- --></A><H3>
INTRODUCE_INDIRECTION</H3>
<PRE>
static final java.lang.String <B>INTRODUCE_INDIRECTION</B></PRE>
<DL>
<DD>Refactoring id of the 'Introduce Indirection' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.indirection</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceIndirectionDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>IntroduceIndirectionDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INTRODUCE_INDIRECTION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="INTRODUCE_PARAMETER"><!-- --></A><H3>
INTRODUCE_PARAMETER</H3>
<PRE>
static final java.lang.String <B>INTRODUCE_PARAMETER</B></PRE>
<DL>
<DD>Refactoring id of the 'Introduce Parameter' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.introduce.parameter</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/IntroduceParameterDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>IntroduceParameterDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.INTRODUCE_PARAMETER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MOVE"><!-- --></A><H3>
MOVE</H3>
<PRE>
static final java.lang.String <B>MOVE</B></PRE>
<DL>
<DD>Refactoring id of the 'Move' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>MoveDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.MOVE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MOVE_METHOD"><!-- --></A><H3>
MOVE_METHOD</H3>
<PRE>
static final java.lang.String <B>MOVE_METHOD</B></PRE>
<DL>
<DD>Refactoring id of the 'Move Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move.method</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveMethodDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>MoveMethodDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.MOVE_METHOD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="MOVE_STATIC_MEMBERS"><!-- --></A><H3>
MOVE_STATIC_MEMBERS</H3>
<PRE>
static final java.lang.String <B>MOVE_STATIC_MEMBERS</B></PRE>
<DL>
<DD>Refactoring id of the 'Move Static Members' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.move.static</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/MoveStaticMembersDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>MoveStaticMembersDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.MOVE_STATIC_MEMBERS">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PULL_UP"><!-- --></A><H3>
PULL_UP</H3>
<PRE>
static final java.lang.String <B>PULL_UP</B></PRE>
<DL>
<DD>Refactoring id of the 'Pull Up' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.pull.up</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/PullUpDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>PullUpDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.PULL_UP">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="PUSH_DOWN"><!-- --></A><H3>
PUSH_DOWN</H3>
<PRE>
static final java.lang.String <B>PUSH_DOWN</B></PRE>
<DL>
<DD>Refactoring id of the 'Push Down' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.push.down</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/PushDownDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>PushDownDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.PUSH_DOWN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_JAVASCRIPT_UNIT"><!-- --></A><H3>
RENAME_JAVASCRIPT_UNIT</H3>
<PRE>
static final java.lang.String <B>RENAME_JAVASCRIPT_UNIT</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Compilation Unit' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.compilationunit</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_JAVASCRIPT_UNIT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_ENUM_CONSTANT"><!-- --></A><H3>
RENAME_ENUM_CONSTANT</H3>
<PRE>
static final java.lang.String <B>RENAME_ENUM_CONSTANT</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Enum Constant' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.enum.constant</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_ENUM_CONSTANT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_FIELD"><!-- --></A><H3>
RENAME_FIELD</H3>
<PRE>
static final java.lang.String <B>RENAME_FIELD</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Field' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.field</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_FIELD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_JAVA_PROJECT"><!-- --></A><H3>
RENAME_JAVA_PROJECT</H3>
<PRE>
static final java.lang.String <B>RENAME_JAVA_PROJECT</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Java Project' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.java.project</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_JAVA_PROJECT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_LOCAL_VARIABLE"><!-- --></A><H3>
RENAME_LOCAL_VARIABLE</H3>
<PRE>
static final java.lang.String <B>RENAME_LOCAL_VARIABLE</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Local Variable' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.local.variable</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_LOCAL_VARIABLE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_METHOD"><!-- --></A><H3>
RENAME_METHOD</H3>
<PRE>
static final java.lang.String <B>RENAME_METHOD</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Method' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.method</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_METHOD">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_PACKAGE"><!-- --></A><H3>
RENAME_PACKAGE</H3>
<PRE>
static final java.lang.String <B>RENAME_PACKAGE</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Package' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.package</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_PACKAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_RESOURCE"><!-- --></A><H3>
RENAME_RESOURCE</H3>
<PRE>
static final java.lang.String <B>RENAME_RESOURCE</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Resource' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.resource</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameResourceDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameResourceDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_RESOURCE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_SOURCE_FOLDER"><!-- --></A><H3>
RENAME_SOURCE_FOLDER</H3>
<PRE>
static final java.lang.String <B>RENAME_SOURCE_FOLDER</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Source Folder' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.source.folder</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_SOURCE_FOLDER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_TYPE"><!-- --></A><H3>
RENAME_TYPE</H3>
<PRE>
static final java.lang.String <B>RENAME_TYPE</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Type' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.type</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_TYPE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="RENAME_TYPE_PARAMETER"><!-- --></A><H3>
RENAME_TYPE_PARAMETER</H3>
<PRE>
static final java.lang.String <B>RENAME_TYPE_PARAMETER</B></PRE>
<DL>
<DD>Refactoring id of the 'Rename Type Parameter' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.rename.type.parameter</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/RenameJavaScriptElementDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>RenameJavaScriptElementDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.RENAME_TYPE_PARAMETER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="USE_SUPER_TYPE"><!-- --></A><H3>
USE_SUPER_TYPE</H3>
<PRE>
static final java.lang.String <B>USE_SUPER_TYPE</B></PRE>
<DL>
<DD>Refactoring id of the 'Use Supertype Where Possible' refactoring (value:
<code>org.eclipse.wst.jsdt.ui.use.supertype</code>).
<p>
Clients may safely cast the obtained refactoring descriptor to
<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/descriptors/UseSupertypeDescriptor.html" title="class in org.eclipse.wst.jsdt.core.refactoring.descriptors"><CODE>UseSupertypeDescriptor</CODE></A>.
</p>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.wst.jsdt.core.refactoring.IJavaScriptRefactorings.USE_SUPER_TYPE">Constant Field Values</A></DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IJavaScriptRefactorings.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/IJavaScriptElementMapper.html" title="interface in org.eclipse.wst.jsdt.core.refactoring"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/refactoring/RenameTypeArguments.html" title="class in org.eclipse.wst.jsdt.core.refactoring"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/wst/jsdt/core/refactoring/IJavaScriptRefactorings.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="IJavaScriptRefactorings.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>