blob: ebacefed5e6039be1d45bbaca20b921c8936c5a6 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Visitor (Apache Calcite calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.linq4j.tree, interface: Visitor">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-declaration">
<script type="text/javascript">var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.linq4j.tree</a></div>
<h1 title="Interface Visitor" class="title">Interface Visitor&lt;R&gt;</h1>
</div>
<div class="contentContainer">
<section class="description">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>R</code> - Return type</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="VisitorImpl.html" title="class in org.apache.calcite.linq4j.tree">VisitorImpl</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">Visitor&lt;R&gt;</span></pre>
<div class="block">Node visitor.</div>
</section>
<section class="summary">
<ul class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.BinaryExpression)">visit</a></span>&#8203;(<a href="BinaryExpression.html" title="class in org.apache.calcite.linq4j.tree">BinaryExpression</a>&nbsp;binaryExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.BlockStatement)">visit</a></span>&#8203;(<a href="BlockStatement.html" title="class in org.apache.calcite.linq4j.tree">BlockStatement</a>&nbsp;blockStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ClassDeclaration)">visit</a></span>&#8203;(<a href="ClassDeclaration.html" title="class in org.apache.calcite.linq4j.tree">ClassDeclaration</a>&nbsp;classDeclaration)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ConditionalExpression)">visit</a></span>&#8203;(<a href="ConditionalExpression.html" title="class in org.apache.calcite.linq4j.tree">ConditionalExpression</a>&nbsp;conditionalExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ConditionalStatement)">visit</a></span>&#8203;(<a href="ConditionalStatement.html" title="class in org.apache.calcite.linq4j.tree">ConditionalStatement</a>&nbsp;conditionalStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ConstantExpression)">visit</a></span>&#8203;(<a href="ConstantExpression.html" title="class in org.apache.calcite.linq4j.tree">ConstantExpression</a>&nbsp;constantExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ConstructorDeclaration)">visit</a></span>&#8203;(<a href="ConstructorDeclaration.html" title="class in org.apache.calcite.linq4j.tree">ConstructorDeclaration</a>&nbsp;constructorDeclaration)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.DeclarationStatement)">visit</a></span>&#8203;(<a href="DeclarationStatement.html" title="class in org.apache.calcite.linq4j.tree">DeclarationStatement</a>&nbsp;declarationStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.DefaultExpression)">visit</a></span>&#8203;(<a href="DefaultExpression.html" title="class in org.apache.calcite.linq4j.tree">DefaultExpression</a>&nbsp;defaultExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.DynamicExpression)">visit</a></span>&#8203;(<a href="DynamicExpression.html" title="class in org.apache.calcite.linq4j.tree">DynamicExpression</a>&nbsp;dynamicExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i10">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.FieldDeclaration)">visit</a></span>&#8203;(<a href="FieldDeclaration.html" title="class in org.apache.calcite.linq4j.tree">FieldDeclaration</a>&nbsp;fieldDeclaration)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i11">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ForEachStatement)">visit</a></span>&#8203;(<a href="ForEachStatement.html" title="class in org.apache.calcite.linq4j.tree">ForEachStatement</a>&nbsp;forEachStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i12">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ForStatement)">visit</a></span>&#8203;(<a href="ForStatement.html" title="class in org.apache.calcite.linq4j.tree">ForStatement</a>&nbsp;forStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i13">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.FunctionExpression)">visit</a></span>&#8203;(<a href="FunctionExpression.html" title="class in org.apache.calcite.linq4j.tree">FunctionExpression</a>&nbsp;functionExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i14">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.GotoStatement)">visit</a></span>&#8203;(<a href="GotoStatement.html" title="class in org.apache.calcite.linq4j.tree">GotoStatement</a>&nbsp;gotoStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i15">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.IndexExpression)">visit</a></span>&#8203;(<a href="IndexExpression.html" title="class in org.apache.calcite.linq4j.tree">IndexExpression</a>&nbsp;indexExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i16">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.InvocationExpression)">visit</a></span>&#8203;(<a href="InvocationExpression.html" title="class in org.apache.calcite.linq4j.tree">InvocationExpression</a>&nbsp;invocationExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i17">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.LabelStatement)">visit</a></span>&#8203;(<a href="LabelStatement.html" title="class in org.apache.calcite.linq4j.tree">LabelStatement</a>&nbsp;labelStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i18">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.LambdaExpression)">visit</a></span>&#8203;(<a href="LambdaExpression.html" title="class in org.apache.calcite.linq4j.tree">LambdaExpression</a>&nbsp;lambdaExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i19">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ListInitExpression)">visit</a></span>&#8203;(<a href="ListInitExpression.html" title="class in org.apache.calcite.linq4j.tree">ListInitExpression</a>&nbsp;listInitExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i20">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.MemberExpression)">visit</a></span>&#8203;(<a href="MemberExpression.html" title="class in org.apache.calcite.linq4j.tree">MemberExpression</a>&nbsp;memberExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i21">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.MemberInitExpression)">visit</a></span>&#8203;(<a href="MemberInitExpression.html" title="class in org.apache.calcite.linq4j.tree">MemberInitExpression</a>&nbsp;memberInitExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i22">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.MethodCallExpression)">visit</a></span>&#8203;(<a href="MethodCallExpression.html" title="class in org.apache.calcite.linq4j.tree">MethodCallExpression</a>&nbsp;methodCallExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i23">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.MethodDeclaration)">visit</a></span>&#8203;(<a href="MethodDeclaration.html" title="class in org.apache.calcite.linq4j.tree">MethodDeclaration</a>&nbsp;methodDeclaration)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i24">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.NewArrayExpression)">visit</a></span>&#8203;(<a href="NewArrayExpression.html" title="class in org.apache.calcite.linq4j.tree">NewArrayExpression</a>&nbsp;newArrayExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i25">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.NewExpression)">visit</a></span>&#8203;(<a href="NewExpression.html" title="class in org.apache.calcite.linq4j.tree">NewExpression</a>&nbsp;newExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i26">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ParameterExpression)">visit</a></span>&#8203;(<a href="ParameterExpression.html" title="class in org.apache.calcite.linq4j.tree">ParameterExpression</a>&nbsp;parameterExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i27">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.SwitchStatement)">visit</a></span>&#8203;(<a href="SwitchStatement.html" title="class in org.apache.calcite.linq4j.tree">SwitchStatement</a>&nbsp;switchStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i28">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.TernaryExpression)">visit</a></span>&#8203;(<a href="TernaryExpression.html" title="class in org.apache.calcite.linq4j.tree">TernaryExpression</a>&nbsp;ternaryExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i29">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.ThrowStatement)">visit</a></span>&#8203;(<a href="ThrowStatement.html" title="class in org.apache.calcite.linq4j.tree">ThrowStatement</a>&nbsp;throwStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i30">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.TryStatement)">visit</a></span>&#8203;(<a href="TryStatement.html" title="class in org.apache.calcite.linq4j.tree">TryStatement</a>&nbsp;tryStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i31">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.TypeBinaryExpression)">visit</a></span>&#8203;(<a href="TypeBinaryExpression.html" title="class in org.apache.calcite.linq4j.tree">TypeBinaryExpression</a>&nbsp;typeBinaryExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i32">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.UnaryExpression)">visit</a></span>&#8203;(<a href="UnaryExpression.html" title="class in org.apache.calcite.linq4j.tree">UnaryExpression</a>&nbsp;unaryExpression)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i33">
<td class="colFirst"><code><a href="Visitor.html" title="type parameter in Visitor">R</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.calcite.linq4j.tree.WhileStatement)">visit</a></span>&#8203;(<a href="WhileStatement.html" title="class in org.apache.calcite.linq4j.tree">WhileStatement</a>&nbsp;whileStatement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.BinaryExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="BinaryExpression.html" title="class in org.apache.calcite.linq4j.tree">BinaryExpression</a>&nbsp;binaryExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.BlockStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="BlockStatement.html" title="class in org.apache.calcite.linq4j.tree">BlockStatement</a>&nbsp;blockStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ClassDeclaration)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ClassDeclaration.html" title="class in org.apache.calcite.linq4j.tree">ClassDeclaration</a>&nbsp;classDeclaration)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ConditionalExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ConditionalExpression.html" title="class in org.apache.calcite.linq4j.tree">ConditionalExpression</a>&nbsp;conditionalExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ConditionalStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ConditionalStatement.html" title="class in org.apache.calcite.linq4j.tree">ConditionalStatement</a>&nbsp;conditionalStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ConstantExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ConstantExpression.html" title="class in org.apache.calcite.linq4j.tree">ConstantExpression</a>&nbsp;constantExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ConstructorDeclaration)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ConstructorDeclaration.html" title="class in org.apache.calcite.linq4j.tree">ConstructorDeclaration</a>&nbsp;constructorDeclaration)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.DeclarationStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="DeclarationStatement.html" title="class in org.apache.calcite.linq4j.tree">DeclarationStatement</a>&nbsp;declarationStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.DefaultExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="DefaultExpression.html" title="class in org.apache.calcite.linq4j.tree">DefaultExpression</a>&nbsp;defaultExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.DynamicExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="DynamicExpression.html" title="class in org.apache.calcite.linq4j.tree">DynamicExpression</a>&nbsp;dynamicExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.FieldDeclaration)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="FieldDeclaration.html" title="class in org.apache.calcite.linq4j.tree">FieldDeclaration</a>&nbsp;fieldDeclaration)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ForStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ForStatement.html" title="class in org.apache.calcite.linq4j.tree">ForStatement</a>&nbsp;forStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ForEachStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ForEachStatement.html" title="class in org.apache.calcite.linq4j.tree">ForEachStatement</a>&nbsp;forEachStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.FunctionExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="FunctionExpression.html" title="class in org.apache.calcite.linq4j.tree">FunctionExpression</a>&nbsp;functionExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.GotoStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="GotoStatement.html" title="class in org.apache.calcite.linq4j.tree">GotoStatement</a>&nbsp;gotoStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.IndexExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="IndexExpression.html" title="class in org.apache.calcite.linq4j.tree">IndexExpression</a>&nbsp;indexExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.InvocationExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="InvocationExpression.html" title="class in org.apache.calcite.linq4j.tree">InvocationExpression</a>&nbsp;invocationExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.LabelStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="LabelStatement.html" title="class in org.apache.calcite.linq4j.tree">LabelStatement</a>&nbsp;labelStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.LambdaExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="LambdaExpression.html" title="class in org.apache.calcite.linq4j.tree">LambdaExpression</a>&nbsp;lambdaExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ListInitExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ListInitExpression.html" title="class in org.apache.calcite.linq4j.tree">ListInitExpression</a>&nbsp;listInitExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.MemberExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="MemberExpression.html" title="class in org.apache.calcite.linq4j.tree">MemberExpression</a>&nbsp;memberExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.MemberInitExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="MemberInitExpression.html" title="class in org.apache.calcite.linq4j.tree">MemberInitExpression</a>&nbsp;memberInitExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.MethodCallExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="MethodCallExpression.html" title="class in org.apache.calcite.linq4j.tree">MethodCallExpression</a>&nbsp;methodCallExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.MethodDeclaration)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="MethodDeclaration.html" title="class in org.apache.calcite.linq4j.tree">MethodDeclaration</a>&nbsp;methodDeclaration)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.NewArrayExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="NewArrayExpression.html" title="class in org.apache.calcite.linq4j.tree">NewArrayExpression</a>&nbsp;newArrayExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.NewExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="NewExpression.html" title="class in org.apache.calcite.linq4j.tree">NewExpression</a>&nbsp;newExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ParameterExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ParameterExpression.html" title="class in org.apache.calcite.linq4j.tree">ParameterExpression</a>&nbsp;parameterExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.SwitchStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="SwitchStatement.html" title="class in org.apache.calcite.linq4j.tree">SwitchStatement</a>&nbsp;switchStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.TernaryExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="TernaryExpression.html" title="class in org.apache.calcite.linq4j.tree">TernaryExpression</a>&nbsp;ternaryExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.ThrowStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="ThrowStatement.html" title="class in org.apache.calcite.linq4j.tree">ThrowStatement</a>&nbsp;throwStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.TryStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="TryStatement.html" title="class in org.apache.calcite.linq4j.tree">TryStatement</a>&nbsp;tryStatement)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.TypeBinaryExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="TypeBinaryExpression.html" title="class in org.apache.calcite.linq4j.tree">TypeBinaryExpression</a>&nbsp;typeBinaryExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.UnaryExpression)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="UnaryExpression.html" title="class in org.apache.calcite.linq4j.tree">UnaryExpression</a>&nbsp;unaryExpression)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="visit(org.apache.calcite.linq4j.tree.WhileStatement)">visit</a></h3>
<div class="memberSignature"><span class="returnType"><a href="Visitor.html" title="type parameter in Visitor">R</a></span>&nbsp;<span class="memberName">visit</span>&#8203;(<span class="arguments"><a href="WhileStatement.html" title="class in org.apache.calcite.linq4j.tree">WhileStatement</a>&nbsp;whileStatement)</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>