blob: 2eea47ac64a88a672c655976e8ef234220af1321 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Mon Dec 05 10:27:04 MSK 2022 -->
<title>Node (cayenne-doc: Cayenne Documentation 4.2.RC2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-12-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Node (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":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 = "../../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= 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="class-use/Node.html">Use</a></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"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<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>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.cayenne.ejbql.parser</a></div>
<h2 title="Interface Node" class="title">Interface Node</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="AggregateConditionNode.html" title="class in org.apache.cayenne.ejbql.parser">AggregateConditionNode</a></code>, <code><a href="EJBQLAbs.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAbs</a></code>, <code><a href="EJBQLAbstractSchemaName.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAbstractSchemaName</a></code>, <code><a href="EJBQLAdd.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAdd</a></code>, <code><a href="EJBQLAggregate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAggregate</a></code>, <code><a href="EJBQLAggregateColumn.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAggregateColumn</a></code>, <code><a href="EJBQLAll.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAll</a></code>, <code><a href="EJBQLAnd.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAnd</a></code>, <code><a href="EJBQLAny.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAny</a></code>, <code><a href="EJBQLAscending.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAscending</a></code>, <code><a href="EJBQLAverage.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAverage</a></code>, <code><a href="EJBQLBetween.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLBetween</a></code>, <code><a href="EJBQLBooleanLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLBooleanLiteral</a></code>, <code><a href="EJBQLClassName.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLClassName</a></code>, <code><a href="EJBQLConcat.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConcat</a></code>, <code><a href="EJBQLConstructor.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructor</a></code>, <code><a href="EJBQLConstructorParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructorParameter</a></code>, <code><a href="EJBQLConstructorParameters.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructorParameters</a></code>, <code><a href="EJBQLCount.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCount</a></code>, <code><a href="EJBQLCurrentDate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentDate</a></code>, <code><a href="EJBQLCurrentTime.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentTime</a></code>, <code><a href="EJBQLCurrentTimestamp.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentTimestamp</a></code>, <code><a href="EJBQLDbPath.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDbPath</a></code>, <code><a href="EJBQLDecimalLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDecimalLiteral</a></code>, <code><a href="EJBQLDelete.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDelete</a></code>, <code><a href="EJBQLDescending.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDescending</a></code>, <code><a href="EJBQLDistinct.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDistinct</a></code>, <code><a href="EJBQLDivide.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDivide</a></code>, <code><a href="EJBQLEquals.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLEquals</a></code>, <code><a href="EJBQLEscapeCharacter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLEscapeCharacter</a></code>, <code><a href="EJBQLExists.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLExists</a></code>, <code><a href="EJBQLFrom.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLFrom</a></code>, <code><a href="EJBQLFromItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLFromItem</a></code>, <code><a href="EJBQLGreaterOrEqual.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGreaterOrEqual</a></code>, <code><a href="EJBQLGreaterThan.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGreaterThan</a></code>, <code><a href="EJBQLGroupBy.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGroupBy</a></code>, <code><a href="EJBQLHaving.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLHaving</a></code>, <code><a href="EJBQLIdentificationVariable.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIdentificationVariable</a></code>, <code><a href="EJBQLIdentifier.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIdentifier</a></code>, <code><a href="EJBQLIn.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIn</a></code>, <code><a href="EJBQLInnerFetchJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLInnerFetchJoin</a></code>, <code><a href="EJBQLInnerJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLInnerJoin</a></code>, <code><a href="EJBQLIntegerLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIntegerLiteral</a></code>, <code><a href="EJBQLIsEmpty.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIsEmpty</a></code>, <code><a href="EJBQLIsNull.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIsNull</a></code>, <code><a href="EJBQLJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLJoin</a></code>, <code><a href="EJBQLLength.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLength</a></code>, <code><a href="EJBQLLessOrEqual.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLessOrEqual</a></code>, <code><a href="EJBQLLessThan.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLessThan</a></code>, <code><a href="EJBQLLike.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLike</a></code>, <code><a href="EJBQLLocate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLocate</a></code>, <code><a href="EJBQLLower.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLower</a></code>, <code><a href="EJBQLMax.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMax</a></code>, <code><a href="EJBQLMemberOf.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMemberOf</a></code>, <code><a href="EJBQLMin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMin</a></code>, <code><a href="EJBQLMod.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMod</a></code>, <code><a href="EJBQLMultiply.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMultiply</a></code>, <code><a href="EJBQLNamedInputParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNamedInputParameter</a></code>, <code><a href="EJBQLNegative.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNegative</a></code>, <code><a href="EJBQLNot.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNot</a></code>, <code><a href="EJBQLNotEquals.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNotEquals</a></code>, <code><a href="EJBQLOr.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOr</a></code>, <code><a href="EJBQLOrderBy.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOrderBy</a></code>, <code><a href="EJBQLOrderByItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOrderByItem</a></code>, <code><a href="EJBQLOuterFetchJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOuterFetchJoin</a></code>, <code><a href="EJBQLOuterJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOuterJoin</a></code>, <code><a href="EJBQLPath.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPath</a></code>, <code><a href="EJBQLPatternValue.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPatternValue</a></code>, <code><a href="EJBQLPositionalInputParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPositionalInputParameter</a></code>, <code><a href="EJBQLSelect.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelect</a></code>, <code><a href="EJBQLSelectClause.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectClause</a></code>, <code><a href="EJBQLSelectExpression.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectExpression</a></code>, <code><a href="EJBQLSelectExpressions.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectExpressions</a></code>, <code><a href="EJBQLSize.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSize</a></code>, <code><a href="EJBQLSqrt.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSqrt</a></code>, <code><a href="EJBQLStringLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLStringLiteral</a></code>, <code><a href="EJBQLSubselect.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubselect</a></code>, <code><a href="EJBQLSubstring.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubstring</a></code>, <code><a href="EJBQLSubtract.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubtract</a></code>, <code><a href="EJBQLSum.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSum</a></code>, <code><a href="EJBQLTok.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTok</a></code>, <code><a href="EJBQLTrim.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrim</a></code>, <code><a href="EJBQLTrimBoth.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimBoth</a></code>, <code><a href="EJBQLTrimCharacter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimCharacter</a></code>, <code><a href="EJBQLTrimLeading.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimLeading</a></code>, <code><a href="EJBQLTrimSpecification.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimSpecification</a></code>, <code><a href="EJBQLTrimTrailing.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimTrailing</a></code>, <code><a href="EJBQLUpdate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdate</a></code>, <code><a href="EJBQLUpdateField.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateField</a></code>, <code><a href="EJBQLUpdateItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateItem</a></code>, <code><a href="EJBQLUpdateValue.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateValue</a></code>, <code><a href="EJBQLUpper.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpper</a></code>, <code><a href="EJBQLWhere.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLWhere</a></code>, <code><a href="SimpleNode.html" title="class in org.apache.cayenne.ejbql.parser">SimpleNode</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">Node</span>
extends <a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></pre>
<div class="block">A JJTree-compliant tree node interface.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<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>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtAddChild(org.apache.cayenne.ejbql.parser.Node,int)">jjtAddChild</a></span>&#8203;(<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;n,
int&nbsp;i)</code></th>
<td class="colLast">
<div class="block">This method tells the node to add its argument to the node's list of
children.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtClose()">jjtClose</a></span>()</code></th>
<td class="colLast">
<div class="block">This method is called after all the child nodes have been added.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtGetChild(int)">jjtGetChild</a></span>&#8203;(int&nbsp;i)</code></th>
<td class="colLast">
<div class="block">This method returns a child node.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtGetNumChildren()">jjtGetNumChildren</a></span>()</code></th>
<td class="colLast">
<div class="block">Return the number of children the node has.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtGetParent()">jjtGetParent</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtOpen()">jjtOpen</a></span>()</code></th>
<td class="colLast">
<div class="block">This method is called after the node has been made the current node.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#jjtSetParent(org.apache.cayenne.ejbql.parser.Node)">jjtSetParent</a></span>&#8203;(<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;n)</code></th>
<td class="colLast">
<div class="block">This pair of methods are used to inform the node of its parent.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.ejbql.EJBQLExpression">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.cayenne.ejbql.<a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></h3>
<code><a href="../EJBQLExpression.html#getChild(int)">getChild</a>, <a href="../EJBQLExpression.html#getChildrenCount()">getChildrenCount</a>, <a href="../EJBQLExpression.html#getText()">getText</a>, <a href="../EJBQLExpression.html#isNegated()">isNegated</a>, <a href="../EJBQLExpression.html#visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">visit</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="jjtOpen()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtOpen</h4>
<pre class="methodSignature">void&nbsp;jjtOpen()</pre>
<div class="block">This method is called after the node has been made the current node. It
indicates that child nodes can now be added to it.</div>
</li>
</ul>
<a id="jjtClose()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtClose</h4>
<pre class="methodSignature">void&nbsp;jjtClose()</pre>
<div class="block">This method is called after all the child nodes have been added.</div>
</li>
</ul>
<a id="jjtSetParent(org.apache.cayenne.ejbql.parser.Node)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtSetParent</h4>
<pre class="methodSignature">void&nbsp;jjtSetParent&#8203;(<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;n)</pre>
<div class="block">This pair of methods are used to inform the node of its parent.</div>
</li>
</ul>
<a id="jjtGetParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtGetParent</h4>
<pre class="methodSignature"><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;jjtGetParent()</pre>
</li>
</ul>
<a id="jjtAddChild(org.apache.cayenne.ejbql.parser.Node,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtAddChild</h4>
<pre class="methodSignature">void&nbsp;jjtAddChild&#8203;(<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;n,
int&nbsp;i)</pre>
<div class="block">This method tells the node to add its argument to the node's list of
children.</div>
</li>
</ul>
<a id="jjtGetChild(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtGetChild</h4>
<pre class="methodSignature"><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;jjtGetChild&#8203;(int&nbsp;i)</pre>
<div class="block">This method returns a child node. The children are numbered from zero,
left to right.</div>
</li>
</ul>
<a id="jjtGetNumChildren()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>jjtGetNumChildren</h4>
<pre class="methodSignature">int&nbsp;jjtGetNumChildren()</pre>
<div class="block">Return the number of children the node has.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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="class-use/Node.html">Use</a></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"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2022 <a href="https://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</footer>
</body>
</html>