blob: 433018ca4f5e2e67379ce264fceb5457a0d6001e [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:15:50 CDT 2008 -->
<TITLE>
ASTVisitor
</TITLE>
<META NAME="keywords" CONTENT="org.eclipse.wst.jsdt.core.ast.ASTVisitor class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="ASTVisitor";
}
</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/ASTVisitor.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;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAbstractFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/wst/jsdt/core/ast/ASTVisitor.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ASTVisitor.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;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></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.ast</FONT>
<BR>
Class ASTVisitor</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.wst.jsdt.core.ast.ASTVisitor</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferEngine.html" title="class in org.eclipse.wst.jsdt.core.infer">InferEngine</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public abstract class <B>ASTVisitor</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
A visitor for iterating through the AST Node tree.
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>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_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>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#ASTVisitor()">ASTVisitor</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_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>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#acceptProblem(org.eclipse.wst.jsdt.core.compiler.IProblem)">acceptProblem</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/compiler/IProblem.html" title="interface in org.eclipse.wst.jsdt.core.compiler">IProblem</A>&nbsp;problem)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IAllocationExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAllocationExpression</A>&nbsp;allocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IAND_AND_Expression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAND_AND_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAND_AND_Expression</A>&nbsp;and_and_Expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IAnnotationFunctionDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAnnotationFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAnnotationFunctionDeclaration</A>&nbsp;annotationTypeDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArgument)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArgument.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArgument</A>&nbsp;argument)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArrayAllocationExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayAllocationExpression</A>&nbsp;arrayAllocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArrayInitializer)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayInitializer</A>&nbsp;arrayInitializer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArrayQualifiedTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayQualifiedTypeReference</A>&nbsp;arrayQualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArrayReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayReference</A>&nbsp;arrayReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IArrayTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayTypeReference</A>&nbsp;arrayTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IAssertStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssertStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssertStatement</A>&nbsp;assertStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IAssignment)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssignment</A>&nbsp;assignment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IBinaryExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBinaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBinaryExpression</A>&nbsp;binaryExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IBlock)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBlock.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBlock</A>&nbsp;block)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IBreakStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBreakStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBreakStatement</A>&nbsp;breakStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ICaseStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICaseStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICaseStatement</A>&nbsp;caseStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ICastExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICastExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICastExpression</A>&nbsp;castExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ICharLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICharLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICharLiteral</A>&nbsp;charLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ICompoundAssignment)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICompoundAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICompoundAssignment</A>&nbsp;compoundAssignment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IConditionalExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConditionalExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConditionalExpression</A>&nbsp;conditionalExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IConstructorDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConstructorDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConstructorDeclaration</A>&nbsp;constructorDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IContinueStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IContinueStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IContinueStatement</A>&nbsp;continueStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IDoStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoStatement</A>&nbsp;doStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IDoubleLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoubleLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoubleLiteral</A>&nbsp;doubleLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IEmptyStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEmptyStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEmptyStatement</A>&nbsp;emptyStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IEqualExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEqualExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEqualExpression</A>&nbsp;equalExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IExplicitConstructorCall)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExplicitConstructorCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExplicitConstructorCall</A>&nbsp;explicitConstructor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IExtendedStringLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExtendedStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExtendedStringLiteral</A>&nbsp;extendedStringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFalseLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFalseLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFalseLiteral</A>&nbsp;falseLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFieldDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldDeclaration</A>&nbsp;fieldDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFieldReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldReference</A>&nbsp;fieldDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFloatLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFloatLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFloatLiteral</A>&nbsp;floatLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IForeachStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForeachStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForeachStatement</A>&nbsp;forStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IForInStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForInStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForInStatement</A>&nbsp;forInStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IForStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForStatement</A>&nbsp;forStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionCall)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionCall</A>&nbsp;messageSend)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionDeclaration</A>&nbsp;methodDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionExpression</A>&nbsp;functionExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IIfStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIfStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIfStatement</A>&nbsp;ifStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IImportReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IImportReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IImportReference</A>&nbsp;importRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IInitializer)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInitializer</A>&nbsp;initializer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IInstanceOfExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInstanceOfExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInstanceOfExpression</A>&nbsp;instanceOfExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IIntLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIntLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIntLiteral</A>&nbsp;intLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDoc)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDoc.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDoc</A>&nbsp;javadoc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocAllocationExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocAllocationExpression</A>&nbsp;expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArgumentExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArgumentExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArgumentExpression</A>&nbsp;expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArrayQualifiedTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArrayQualifiedTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArraySingleTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArraySingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArraySingleTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocFieldReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocFieldReference</A>&nbsp;fieldRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocImplicitTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocImplicitTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocImplicitTypeReference</A>&nbsp;implicitTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocMessageSend)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocMessageSend.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocMessageSend</A>&nbsp;messageSend)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocQualifiedTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocQualifiedTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocReturnStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocReturnStatement</A>&nbsp;statement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleNameReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleNameReference</A>&nbsp;argument)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ILabeledStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILabeledStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILabeledStatement</A>&nbsp;labeledStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IListExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IListExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IListExpression</A>&nbsp;listDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ILocalDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILocalDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILocalDeclaration</A>&nbsp;localDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ILongLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILongLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILongLiteral</A>&nbsp;longLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IMarkerAnnotation)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMarkerAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMarkerAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IMemberValuePair)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMemberValuePair.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMemberValuePair</A>&nbsp;pair)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.infer.InferredType)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredType.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredType</A>&nbsp;inferredType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.INormalAnnotation)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INormalAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">INormalAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.INullLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INullLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">INullLiteral</A>&nbsp;nullLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IObjectLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteral</A>&nbsp;literal)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IObjectLiteralField)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteralField.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteralField</A>&nbsp;field)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IOR_OR_Expression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IOR_OR_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IOR_OR_Expression</A>&nbsp;or_or_Expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IParameterizedQualifiedTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedQualifiedTypeReference</A>&nbsp;parameterizedQualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IParameterizedSingleTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedSingleTypeReference</A>&nbsp;parameterizedSingleTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IPostfixExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPostfixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPostfixExpression</A>&nbsp;postfixExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IPrefixExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPrefixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPrefixExpression</A>&nbsp;prefixExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedAllocationExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedAllocationExpression</A>&nbsp;qualifiedAllocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedNameReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedNameReference</A>&nbsp;qualifiedNameReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedSuperReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedSuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedSuperReference</A>&nbsp;qualifiedSuperReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedThisReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedThisReference</A>&nbsp;qualifiedThisReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedTypeReference</A>&nbsp;qualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IRegExLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IRegExLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IRegExLiteral</A>&nbsp;stringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IReturnStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IReturnStatement</A>&nbsp;returnStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IScriptFileDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IScriptFileDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IScriptFileDeclaration</A>&nbsp;scriptFileDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ISingleMemberAnnotation)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleMemberAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleMemberAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ISingleNameReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleNameReference</A>&nbsp;singleNameReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ISingleTypeReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleTypeReference</A>&nbsp;singleTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IStringLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteral</A>&nbsp;stringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IStringLiteralConcatenation)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteralConcatenation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteralConcatenation</A>&nbsp;literal)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ISuperReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISuperReference</A>&nbsp;superReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ISwitchStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISwitchStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISwitchStatement</A>&nbsp;switchStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IThisReference)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThisReference</A>&nbsp;thisReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IThrowStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThrowStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThrowStatement</A>&nbsp;throwStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ITrueLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITrueLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITrueLiteral</A>&nbsp;trueLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ITryStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITryStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITryStatement</A>&nbsp;tryStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ITypeDeclaration)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeDeclaration</A>&nbsp;memberTypeDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.ITypeParameter)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeParameter.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeParameter</A>&nbsp;typeParameter)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IUnaryExpression)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUnaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUnaryExpression</A>&nbsp;unaryExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IUndefinedLiteral)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUndefinedLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUndefinedLiteral</A>&nbsp;undefinedLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IWhileStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWhileStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWhileStatement</A>&nbsp;whileStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IWildcard)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWildcard.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWildcard</A>&nbsp;wildcard)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#endVisit(org.eclipse.wst.jsdt.core.ast.IWithStatement)">endVisit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWithStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWithStatement</A>&nbsp;whileStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IAllocationExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAllocationExpression</A>&nbsp;allocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IAND_AND_Expression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAND_AND_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAND_AND_Expression</A>&nbsp;and_and_Expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IAnnotationFunctionDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAnnotationFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAnnotationFunctionDeclaration</A>&nbsp;annotationTypeDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArgument)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArgument.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArgument</A>&nbsp;argument)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArrayAllocationExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayAllocationExpression</A>&nbsp;arrayAllocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArrayInitializer)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayInitializer</A>&nbsp;arrayInitializer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArrayQualifiedTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayQualifiedTypeReference</A>&nbsp;arrayQualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArrayReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayReference</A>&nbsp;arrayReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IArrayTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayTypeReference</A>&nbsp;arrayTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IAssertStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssertStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssertStatement</A>&nbsp;assertStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IAssignment)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssignment</A>&nbsp;assignment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IBinaryExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBinaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBinaryExpression</A>&nbsp;binaryExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IBlock)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBlock.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBlock</A>&nbsp;block)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IBreakStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBreakStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBreakStatement</A>&nbsp;breakStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ICaseStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICaseStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICaseStatement</A>&nbsp;caseStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ICastExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICastExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICastExpression</A>&nbsp;castExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ICharLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICharLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICharLiteral</A>&nbsp;charLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ICompoundAssignment)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICompoundAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICompoundAssignment</A>&nbsp;compoundAssignment)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IConditionalExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConditionalExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConditionalExpression</A>&nbsp;conditionalExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IConstructorDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConstructorDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConstructorDeclaration</A>&nbsp;constructorDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IContinueStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IContinueStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IContinueStatement</A>&nbsp;continueStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IDoStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoStatement</A>&nbsp;doStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IDoubleLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoubleLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoubleLiteral</A>&nbsp;doubleLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IEmptyStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEmptyStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEmptyStatement</A>&nbsp;emptyStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IEqualExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEqualExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEqualExpression</A>&nbsp;equalExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IExplicitConstructorCall)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExplicitConstructorCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExplicitConstructorCall</A>&nbsp;explicitConstructor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IExtendedStringLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExtendedStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExtendedStringLiteral</A>&nbsp;extendedStringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFalseLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFalseLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFalseLiteral</A>&nbsp;falseLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFieldDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldDeclaration</A>&nbsp;fieldDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFieldReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldReference</A>&nbsp;fieldReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFloatLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFloatLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFloatLiteral</A>&nbsp;floatLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IForeachStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForeachStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForeachStatement</A>&nbsp;forStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IForInStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForInStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForInStatement</A>&nbsp;forInStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IForStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForStatement</A>&nbsp;forStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFunctionCall)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionCall</A>&nbsp;functionCall)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFunctionDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionDeclaration</A>&nbsp;functionDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IFunctionExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionExpression</A>&nbsp;functionExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IIfStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIfStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIfStatement</A>&nbsp;ifStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IImportReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IImportReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IImportReference</A>&nbsp;importRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IInitializer)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInitializer</A>&nbsp;initializer)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IInstanceOfExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInstanceOfExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInstanceOfExpression</A>&nbsp;instanceOfExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IIntLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIntLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIntLiteral</A>&nbsp;intLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDoc)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDoc.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDoc</A>&nbsp;javadoc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocAllocationExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocAllocationExpression</A>&nbsp;expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocArgumentExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArgumentExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArgumentExpression</A>&nbsp;expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocArrayQualifiedTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArrayQualifiedTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocArraySingleTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArraySingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArraySingleTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocFieldReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocFieldReference</A>&nbsp;fieldRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocImplicitTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocImplicitTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocImplicitTypeReference</A>&nbsp;implicitTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocMessageSend)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocMessageSend.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocMessageSend</A>&nbsp;messageSend)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocQualifiedTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocQualifiedTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocReturnStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocReturnStatement</A>&nbsp;statement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleNameReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleNameReference</A>&nbsp;argument)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleTypeReference</A>&nbsp;typeRef)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ILabeledStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILabeledStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILabeledStatement</A>&nbsp;labeledStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IListExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IListExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IListExpression</A>&nbsp;listDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ILocalDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILocalDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILocalDeclaration</A>&nbsp;localDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ILongLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILongLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILongLiteral</A>&nbsp;longLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IMarkerAnnotation)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMarkerAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMarkerAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IMemberValuePair)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMemberValuePair.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMemberValuePair</A>&nbsp;pair)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.infer.InferredAttribute)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredAttribute.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredAttribute</A>&nbsp;inferredField)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.infer.InferredMethod)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredMethod.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredMethod</A>&nbsp;inferredMethod)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.infer.InferredType)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredType.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredType</A>&nbsp;inferredType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.INormalAnnotation)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INormalAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">INormalAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.INullLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INullLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">INullLiteral</A>&nbsp;nullLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IObjectLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteral</A>&nbsp;literal)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IObjectLiteralField)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteralField.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteralField</A>&nbsp;field)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IOR_OR_Expression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IOR_OR_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IOR_OR_Expression</A>&nbsp;or_or_Expression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IParameterizedQualifiedTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedQualifiedTypeReference</A>&nbsp;parameterizedQualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IParameterizedSingleTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedSingleTypeReference</A>&nbsp;parameterizedSingleTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IPostfixExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPostfixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPostfixExpression</A>&nbsp;postfixExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IPrefixExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPrefixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPrefixExpression</A>&nbsp;prefixExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IQualifiedAllocationExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedAllocationExpression</A>&nbsp;qualifiedAllocationExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IQualifiedNameReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedNameReference</A>&nbsp;qualifiedNameReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IQualifiedSuperReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedSuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedSuperReference</A>&nbsp;qualifiedSuperReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IQualifiedThisReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedThisReference</A>&nbsp;qualifiedThisReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IQualifiedTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedTypeReference</A>&nbsp;qualifiedTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IRegExLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IRegExLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IRegExLiteral</A>&nbsp;stringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IReturnStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IReturnStatement</A>&nbsp;returnStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IScriptFileDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IScriptFileDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IScriptFileDeclaration</A>&nbsp;compilationUnitDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ISingleMemberAnnotation)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleMemberAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleMemberAnnotation</A>&nbsp;annotation)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ISingleNameReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleNameReference</A>&nbsp;singleNameReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ISingleTypeReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleTypeReference</A>&nbsp;singleTypeReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IStringLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteral</A>&nbsp;stringLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IStringLiteralConcatenation)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteralConcatenation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteralConcatenation</A>&nbsp;literal)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ISuperReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISuperReference</A>&nbsp;superReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ISwitchStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISwitchStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISwitchStatement</A>&nbsp;switchStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IThisReference)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThisReference</A>&nbsp;thisReference)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IThrowStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThrowStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThrowStatement</A>&nbsp;throwStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ITrueLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITrueLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITrueLiteral</A>&nbsp;trueLiteral)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ITryStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITryStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITryStatement</A>&nbsp;tryStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ITypeDeclaration)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeDeclaration</A>&nbsp;localTypeDeclaration)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.ITypeParameter)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeParameter.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeParameter</A>&nbsp;typeParameter)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IUnaryExpression)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUnaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUnaryExpression</A>&nbsp;unaryExpression)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IUndefinedLiteral)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUndefinedLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUndefinedLiteral</A>&nbsp;undefined)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IWhileStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWhileStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWhileStatement</A>&nbsp;whileStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IWildcard)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWildcard.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWildcard</A>&nbsp;wildcard)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ASTVisitor.html#visit(org.eclipse.wst.jsdt.core.ast.IWithStatement)">visit</A></B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWithStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWithStatement</A>&nbsp;whileStatement)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ASTVisitor()"><!-- --></A><H3>
ASTVisitor</H3>
<PRE>
public <B>ASTVisitor</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_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>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="acceptProblem(org.eclipse.wst.jsdt.core.compiler.IProblem)"><!-- --></A><H3>
acceptProblem</H3>
<PRE>
public void <B>acceptProblem</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/compiler/IProblem.html" title="interface in org.eclipse.wst.jsdt.core.compiler">IProblem</A>&nbsp;problem)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IAllocationExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAllocationExpression</A>&nbsp;allocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IAND_AND_Expression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAND_AND_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAND_AND_Expression</A>&nbsp;and_and_Expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IAnnotationFunctionDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAnnotationFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAnnotationFunctionDeclaration</A>&nbsp;annotationTypeDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArgument)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArgument.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArgument</A>&nbsp;argument)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArrayAllocationExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayAllocationExpression</A>&nbsp;arrayAllocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArrayInitializer)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayInitializer</A>&nbsp;arrayInitializer)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArrayQualifiedTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayQualifiedTypeReference</A>&nbsp;arrayQualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArrayReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayReference</A>&nbsp;arrayReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IArrayTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayTypeReference</A>&nbsp;arrayTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IAssertStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssertStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssertStatement</A>&nbsp;assertStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IAssignment)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssignment</A>&nbsp;assignment)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IBinaryExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBinaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBinaryExpression</A>&nbsp;binaryExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IBlock)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBlock.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBlock</A>&nbsp;block)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IBreakStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBreakStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBreakStatement</A>&nbsp;breakStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ICaseStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICaseStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICaseStatement</A>&nbsp;caseStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ICastExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICastExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICastExpression</A>&nbsp;castExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ICharLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICharLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICharLiteral</A>&nbsp;charLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IScriptFileDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IScriptFileDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IScriptFileDeclaration</A>&nbsp;scriptFileDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ICompoundAssignment)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICompoundAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICompoundAssignment</A>&nbsp;compoundAssignment)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IConditionalExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConditionalExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConditionalExpression</A>&nbsp;conditionalExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IConstructorDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConstructorDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConstructorDeclaration</A>&nbsp;constructorDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IContinueStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IContinueStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IContinueStatement</A>&nbsp;continueStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IDoStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoStatement</A>&nbsp;doStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IDoubleLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoubleLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoubleLiteral</A>&nbsp;doubleLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IEmptyStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEmptyStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEmptyStatement</A>&nbsp;emptyStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IEqualExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEqualExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEqualExpression</A>&nbsp;equalExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IExplicitConstructorCall)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExplicitConstructorCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExplicitConstructorCall</A>&nbsp;explicitConstructor)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IExtendedStringLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExtendedStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExtendedStringLiteral</A>&nbsp;extendedStringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFalseLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFalseLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFalseLiteral</A>&nbsp;falseLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFieldDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldDeclaration</A>&nbsp;fieldDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFieldReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldReference</A>&nbsp;fieldDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFloatLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFloatLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFloatLiteral</A>&nbsp;floatLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IForeachStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForeachStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForeachStatement</A>&nbsp;forStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IForStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForStatement</A>&nbsp;forStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IForInStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForInStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForInStatement</A>&nbsp;forInStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionExpression</A>&nbsp;functionExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IIfStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIfStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIfStatement</A>&nbsp;ifStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IImportReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IImportReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IImportReference</A>&nbsp;importRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.infer.InferredType)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredType.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredType</A>&nbsp;inferredType)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IInitializer)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInitializer</A>&nbsp;initializer)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IInstanceOfExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInstanceOfExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInstanceOfExpression</A>&nbsp;instanceOfExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IIntLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIntLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIntLiteral</A>&nbsp;intLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDoc)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDoc.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDoc</A>&nbsp;javadoc)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocAllocationExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocAllocationExpression</A>&nbsp;expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArgumentExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArgumentExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArgumentExpression</A>&nbsp;expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArrayQualifiedTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArrayQualifiedTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocArraySingleTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArraySingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArraySingleTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocFieldReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocFieldReference</A>&nbsp;fieldRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocImplicitTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocImplicitTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocImplicitTypeReference</A>&nbsp;implicitTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocMessageSend)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocMessageSend.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocMessageSend</A>&nbsp;messageSend)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocQualifiedTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocQualifiedTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocReturnStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocReturnStatement</A>&nbsp;statement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleNameReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleNameReference</A>&nbsp;argument)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ILabeledStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILabeledStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILabeledStatement</A>&nbsp;labeledStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ILocalDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILocalDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILocalDeclaration</A>&nbsp;localDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IListExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IListExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IListExpression</A>&nbsp;listDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ILongLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILongLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILongLiteral</A>&nbsp;longLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IMarkerAnnotation)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMarkerAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMarkerAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IMemberValuePair)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMemberValuePair.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMemberValuePair</A>&nbsp;pair)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pair</CODE> - <DD><CODE>scope</CODE> - </DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionCall)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionCall</A>&nbsp;messageSend)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IFunctionDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionDeclaration</A>&nbsp;methodDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IStringLiteralConcatenation)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteralConcatenation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteralConcatenation</A>&nbsp;literal)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.INormalAnnotation)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INormalAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">INormalAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.INullLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INullLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">INullLiteral</A>&nbsp;nullLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IOR_OR_Expression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IOR_OR_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IOR_OR_Expression</A>&nbsp;or_or_Expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IParameterizedQualifiedTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedQualifiedTypeReference</A>&nbsp;parameterizedQualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IParameterizedSingleTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedSingleTypeReference</A>&nbsp;parameterizedSingleTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IPostfixExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPostfixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPostfixExpression</A>&nbsp;postfixExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IPrefixExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPrefixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPrefixExpression</A>&nbsp;prefixExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedAllocationExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedAllocationExpression</A>&nbsp;qualifiedAllocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedNameReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedNameReference</A>&nbsp;qualifiedNameReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedSuperReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedSuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedSuperReference</A>&nbsp;qualifiedSuperReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedThisReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedThisReference</A>&nbsp;qualifiedThisReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IQualifiedTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedTypeReference</A>&nbsp;qualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IRegExLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IRegExLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IRegExLiteral</A>&nbsp;stringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IReturnStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IReturnStatement</A>&nbsp;returnStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ISingleMemberAnnotation)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleMemberAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleMemberAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ISingleNameReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleNameReference</A>&nbsp;singleNameReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ISingleTypeReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleTypeReference</A>&nbsp;singleTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IStringLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteral</A>&nbsp;stringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ISuperReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISuperReference</A>&nbsp;superReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ISwitchStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISwitchStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISwitchStatement</A>&nbsp;switchStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IThisReference)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThisReference</A>&nbsp;thisReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IThrowStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThrowStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThrowStatement</A>&nbsp;throwStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ITrueLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITrueLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITrueLiteral</A>&nbsp;trueLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ITryStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITryStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITryStatement</A>&nbsp;tryStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ITypeDeclaration)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeDeclaration</A>&nbsp;memberTypeDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.ITypeParameter)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeParameter.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeParameter</A>&nbsp;typeParameter)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IUnaryExpression)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUnaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUnaryExpression</A>&nbsp;unaryExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IUndefinedLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUndefinedLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUndefinedLiteral</A>&nbsp;undefinedLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IWhileStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWhileStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWhileStatement</A>&nbsp;whileStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IWithStatement)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWithStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWithStatement</A>&nbsp;whileStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IWildcard)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWildcard.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWildcard</A>&nbsp;wildcard)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IAllocationExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAllocationExpression</A>&nbsp;allocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IAND_AND_Expression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAND_AND_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAND_AND_Expression</A>&nbsp;and_and_Expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IAnnotationFunctionDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAnnotationFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAnnotationFunctionDeclaration</A>&nbsp;annotationTypeDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArgument)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArgument.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArgument</A>&nbsp;argument)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArrayAllocationExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayAllocationExpression</A>&nbsp;arrayAllocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArrayInitializer)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayInitializer</A>&nbsp;arrayInitializer)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArrayQualifiedTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayQualifiedTypeReference</A>&nbsp;arrayQualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArrayReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayReference</A>&nbsp;arrayReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IArrayTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IArrayTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IArrayTypeReference</A>&nbsp;arrayTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IAssertStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssertStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssertStatement</A>&nbsp;assertStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IAssignment)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">IAssignment</A>&nbsp;assignment)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IBinaryExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBinaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBinaryExpression</A>&nbsp;binaryExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IBlock)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBlock.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBlock</A>&nbsp;block)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IBreakStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IBreakStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IBreakStatement</A>&nbsp;breakStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ICaseStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICaseStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICaseStatement</A>&nbsp;caseStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ICastExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICastExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICastExpression</A>&nbsp;castExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ICharLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICharLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICharLiteral</A>&nbsp;charLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IScriptFileDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IScriptFileDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IScriptFileDeclaration</A>&nbsp;compilationUnitDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ICompoundAssignment)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ICompoundAssignment.html" title="interface in org.eclipse.wst.jsdt.core.ast">ICompoundAssignment</A>&nbsp;compoundAssignment)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IConditionalExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConditionalExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConditionalExpression</A>&nbsp;conditionalExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IConstructorDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IConstructorDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IConstructorDeclaration</A>&nbsp;constructorDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IContinueStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IContinueStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IContinueStatement</A>&nbsp;continueStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IDoStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoStatement</A>&nbsp;doStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IDoubleLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IDoubleLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IDoubleLiteral</A>&nbsp;doubleLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IEmptyStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEmptyStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEmptyStatement</A>&nbsp;emptyStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IEqualExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IEqualExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IEqualExpression</A>&nbsp;equalExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IExplicitConstructorCall)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExplicitConstructorCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExplicitConstructorCall</A>&nbsp;explicitConstructor)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IExtendedStringLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IExtendedStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IExtendedStringLiteral</A>&nbsp;extendedStringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFalseLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFalseLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFalseLiteral</A>&nbsp;falseLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFieldDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldDeclaration</A>&nbsp;fieldDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFieldReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFieldReference</A>&nbsp;fieldReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFloatLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFloatLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFloatLiteral</A>&nbsp;floatLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IForeachStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForeachStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForeachStatement</A>&nbsp;forStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IForInStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForInStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForInStatement</A>&nbsp;forInStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IForStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IForStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IForStatement</A>&nbsp;forStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFunctionExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionExpression</A>&nbsp;functionExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IIfStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIfStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIfStatement</A>&nbsp;ifStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IImportReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IImportReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IImportReference</A>&nbsp;importRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.infer.InferredType)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredType.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredType</A>&nbsp;inferredType)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.infer.InferredMethod)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredMethod.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredMethod</A>&nbsp;inferredMethod)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.infer.InferredAttribute)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/infer/InferredAttribute.html" title="class in org.eclipse.wst.jsdt.core.infer">InferredAttribute</A>&nbsp;inferredField)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IInitializer)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInitializer.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInitializer</A>&nbsp;initializer)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IInstanceOfExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IInstanceOfExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IInstanceOfExpression</A>&nbsp;instanceOfExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IIntLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IIntLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IIntLiteral</A>&nbsp;intLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDoc)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDoc.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDoc</A>&nbsp;javadoc)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocAllocationExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocAllocationExpression</A>&nbsp;expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocArgumentExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArgumentExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArgumentExpression</A>&nbsp;expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocArrayQualifiedTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArrayQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArrayQualifiedTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocArraySingleTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocArraySingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocArraySingleTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocFieldReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocFieldReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocFieldReference</A>&nbsp;fieldRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocImplicitTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocImplicitTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocImplicitTypeReference</A>&nbsp;implicitTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocMessageSend)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocMessageSend.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocMessageSend</A>&nbsp;messageSend)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocQualifiedTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocQualifiedTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocReturnStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocReturnStatement</A>&nbsp;statement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleNameReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleNameReference</A>&nbsp;argument)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IJsDocSingleTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IJsDocSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IJsDocSingleTypeReference</A>&nbsp;typeRef)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ILabeledStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILabeledStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILabeledStatement</A>&nbsp;labeledStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ILocalDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILocalDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILocalDeclaration</A>&nbsp;localDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IListExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IListExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IListExpression</A>&nbsp;listDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ILongLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ILongLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ILongLiteral</A>&nbsp;longLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IMarkerAnnotation)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMarkerAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMarkerAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IMemberValuePair)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IMemberValuePair.html" title="interface in org.eclipse.wst.jsdt.core.ast">IMemberValuePair</A>&nbsp;pair)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>pair</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFunctionCall)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionCall.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionCall</A>&nbsp;functionCall)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IFunctionDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">IFunctionDeclaration</A>&nbsp;functionDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IStringLiteralConcatenation)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteralConcatenation.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteralConcatenation</A>&nbsp;literal)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.INormalAnnotation)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INormalAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">INormalAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.INullLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/INullLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">INullLiteral</A>&nbsp;nullLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IOR_OR_Expression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IOR_OR_Expression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IOR_OR_Expression</A>&nbsp;or_or_Expression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IParameterizedQualifiedTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedQualifiedTypeReference</A>&nbsp;parameterizedQualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IParameterizedSingleTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IParameterizedSingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IParameterizedSingleTypeReference</A>&nbsp;parameterizedSingleTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IPostfixExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPostfixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPostfixExpression</A>&nbsp;postfixExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IPrefixExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IPrefixExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IPrefixExpression</A>&nbsp;prefixExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IQualifiedAllocationExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedAllocationExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedAllocationExpression</A>&nbsp;qualifiedAllocationExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IQualifiedNameReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedNameReference</A>&nbsp;qualifiedNameReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IQualifiedSuperReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedSuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedSuperReference</A>&nbsp;qualifiedSuperReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IQualifiedThisReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedThisReference</A>&nbsp;qualifiedThisReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IQualifiedTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IQualifiedTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IQualifiedTypeReference</A>&nbsp;qualifiedTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IRegExLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IRegExLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IRegExLiteral</A>&nbsp;stringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IReturnStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IReturnStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IReturnStatement</A>&nbsp;returnStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ISingleMemberAnnotation)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleMemberAnnotation.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleMemberAnnotation</A>&nbsp;annotation)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>annotation</CODE> - <DD><CODE>scope</CODE> - <DT><B>Since:</B></DT>
<DD>3.1</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ISingleNameReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleNameReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleNameReference</A>&nbsp;singleNameReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ISingleTypeReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISingleTypeReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISingleTypeReference</A>&nbsp;singleTypeReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IStringLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IStringLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IStringLiteral</A>&nbsp;stringLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ISuperReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISuperReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISuperReference</A>&nbsp;superReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ISwitchStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ISwitchStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ISwitchStatement</A>&nbsp;switchStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IThisReference)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThisReference.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThisReference</A>&nbsp;thisReference)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IThrowStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IThrowStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IThrowStatement</A>&nbsp;throwStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ITrueLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITrueLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITrueLiteral</A>&nbsp;trueLiteral)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ITryStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITryStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITryStatement</A>&nbsp;tryStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ITypeDeclaration)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeDeclaration</A>&nbsp;localTypeDeclaration)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.ITypeParameter)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/ITypeParameter.html" title="interface in org.eclipse.wst.jsdt.core.ast">ITypeParameter</A>&nbsp;typeParameter)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IUnaryExpression)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUnaryExpression.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUnaryExpression</A>&nbsp;unaryExpression)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IUndefinedLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IUndefinedLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IUndefinedLiteral</A>&nbsp;undefined)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IWhileStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWhileStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWhileStatement</A>&nbsp;whileStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IWithStatement)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWithStatement.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWithStatement</A>&nbsp;whileStatement)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IWildcard)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IWildcard.html" title="interface in org.eclipse.wst.jsdt.core.ast">IWildcard</A>&nbsp;wildcard)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IObjectLiteral)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteral</A>&nbsp;literal)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IObjectLiteral)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteral.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteral</A>&nbsp;literal)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="visit(org.eclipse.wst.jsdt.core.ast.IObjectLiteralField)"><!-- --></A><H3>
visit</H3>
<PRE>
public boolean <B>visit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteralField.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteralField</A>&nbsp;field)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="endVisit(org.eclipse.wst.jsdt.core.ast.IObjectLiteralField)"><!-- --></A><H3>
endVisit</H3>
<PRE>
public void <B>endVisit</B>(<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IObjectLiteralField.html" title="interface in org.eclipse.wst.jsdt.core.ast">IObjectLiteralField</A>&nbsp;field)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</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/ASTVisitor.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;PREV CLASS&nbsp;
&nbsp;<A HREF="../../../../../../org/eclipse/wst/jsdt/core/ast/IAbstractFunctionDeclaration.html" title="interface in org.eclipse.wst.jsdt.core.ast"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/eclipse/wst/jsdt/core/ast/ASTVisitor.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ASTVisitor.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;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>