blob: eaa63a56a8ae4e5909e3379e602c8a7498ee3e34 [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>SimpleNode (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="SimpleNode (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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/SimpleNode.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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="Class SimpleNode" class="title">Class SimpleNode</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cayenne.ejbql.parser.SimpleNode</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code>, <code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code>, <code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</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="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="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="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="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="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="EJBQLMemberOf.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMemberOf</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="EJBQLNotEquals.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNotEquals</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="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="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="EJBQLTrimCharacter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimCharacter</a></code>, <code><a href="EJBQLTrimSpecification.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimSpecification</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></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">SimpleNode</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
implements <a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>, <a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></pre>
<div class="block">A base node for the EJBQL concrete nodes that satisfies JJTree requirements.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../serialized-form.html#org.apache.cayenne.ejbql.parser.SimpleNode">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int)">SimpleNode</a></span>&#8203;(int&nbsp;id)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== 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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChild(int)">getChild</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">
<div class="block">Returns a child expression node at the specified index.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChildrenCount()">getChildrenCount</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a number of child operands of this expression node.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getName()">getName</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getText()">getText</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a text property of the node.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isNegated()">isNegated</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an optional boolean flag that negates the value of the expression.</div>
</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="#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="i6" class="altColor">
<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="i7" class="rowColor">
<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="i8" class="altColor">
<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="i9" class="rowColor">
<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="i10" class="altColor">
<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="i11" class="rowColor">
<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;parent)</code></th>
<td class="colLast">
<div class="block">This pair of methods are used to inform the node of its parent.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setText(java.lang.String)">setText</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;text)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">visit</a></span>&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">A recursive visit method that passes a visitor to this node and all its children,
depth first.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitChild(org.apache.cayenne.ejbql.EJBQLExpressionVisitor,int)">visitChild</a></span>&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor,
int&nbsp;childIndex)</code></th>
<td class="colLast">
<div class="block">Recursively visits a child at the specified index.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitNode(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">visitNode</a></span>&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">Visits this node without recursion.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SimpleNode</h4>
<pre>public&nbsp;SimpleNode&#8203;(int&nbsp;id)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="getText()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getText</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getText()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../EJBQLExpression.html#getText()">EJBQLExpression</a></code></span></div>
<div class="block">Returns a text property of the node.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../EJBQLExpression.html#getText()">getText</a></code>&nbsp;in interface&nbsp;<code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
</li>
</ul>
<a id="isNegated()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNegated</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isNegated()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../EJBQLExpression.html#isNegated()">EJBQLExpression</a></code></span></div>
<div class="block">Returns an optional boolean flag that negates the value of the expression.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../EJBQLExpression.html#isNegated()">isNegated</a></code>&nbsp;in interface&nbsp;<code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
</li>
</ul>
<a id="visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;visit&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</pre>
<div class="block">A recursive visit method that passes a visitor to this node and all its children,
depth first.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../EJBQLExpression.html#visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">visit</a></code>&nbsp;in interface&nbsp;<code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
</li>
</ul>
<a id="visitNode(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitNode</h4>
<pre class="methodSignature">protected&nbsp;boolean&nbsp;visitNode&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</pre>
<div class="block">Visits this node without recursion. Default implementation simply returns true.
Subclasses override this method to call an appropriate visitor method.</div>
</li>
</ul>
<a id="visitChild(org.apache.cayenne.ejbql.EJBQLExpressionVisitor,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitChild</h4>
<pre class="methodSignature">protected&nbsp;boolean&nbsp;visitChild&#8203;(<a href="../EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor,
int&nbsp;childIndex)</pre>
<div class="block">Recursively visits a child at the specified index. Subclasses override this method
if they desire to implement callbacks after visiting each child.</div>
</li>
</ul>
<a id="getChild(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChild</h4>
<pre class="methodSignature">public&nbsp;<a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a>&nbsp;getChild&#8203;(int&nbsp;index)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../EJBQLExpression.html#getChild(int)">EJBQLExpression</a></code></span></div>
<div class="block">Returns a child expression node at the specified index.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../EJBQLExpression.html#getChild(int)">getChild</a></code>&nbsp;in interface&nbsp;<code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
</li>
</ul>
<a id="getChildrenCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChildrenCount</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;getChildrenCount()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../EJBQLExpression.html#getChildrenCount()">EJBQLExpression</a></code></span></div>
<div class="block">Returns a number of child operands of this expression node.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../EJBQLExpression.html#getChildrenCount()">getChildrenCount</a></code>&nbsp;in interface&nbsp;<code><a href="../EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></dd>
</dl>
</li>
</ul>
<a id="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getName()</pre>
</li>
</ul>
<a id="jjtOpen()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtOpen</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;jjtOpen()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtOpen()">Node</a></code></span></div>
<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>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtOpen()">jjtOpen</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="jjtClose()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtClose</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;jjtClose()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtClose()">Node</a></code></span></div>
<div class="block">This method is called after all the child nodes have been added.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtClose()">jjtClose</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="jjtSetParent(org.apache.cayenne.ejbql.parser.Node)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtSetParent</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;jjtSetParent&#8203;(<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;parent)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtSetParent(org.apache.cayenne.ejbql.parser.Node)">Node</a></code></span></div>
<div class="block">This pair of methods are used to inform the node of its parent.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtSetParent(org.apache.cayenne.ejbql.parser.Node)">jjtSetParent</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="jjtGetParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtGetParent</h4>
<pre class="methodSignature">public&nbsp;<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;jjtGetParent()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtGetParent()">jjtGetParent</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</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">public&nbsp;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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtAddChild(org.apache.cayenne.ejbql.parser.Node,int)">Node</a></code></span></div>
<div class="block">This method tells the node to add its argument to the node's list of
children.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtAddChild(org.apache.cayenne.ejbql.parser.Node,int)">jjtAddChild</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="jjtGetChild(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtGetChild</h4>
<pre class="methodSignature">public&nbsp;<a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a>&nbsp;jjtGetChild&#8203;(int&nbsp;i)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtGetChild(int)">Node</a></code></span></div>
<div class="block">This method returns a child node. The children are numbered from zero,
left to right.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtGetChild(int)">jjtGetChild</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="jjtGetNumChildren()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jjtGetNumChildren</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;jjtGetNumChildren()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Node.html#jjtGetNumChildren()">Node</a></code></span></div>
<div class="block">Return the number of children the node has.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Node.html#jjtGetNumChildren()">jjtGetNumChildren</a></code>&nbsp;in interface&nbsp;<code><a href="Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
</li>
</ul>
<a id="setText(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setText</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setText&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;text)</pre>
</li>
</ul>
<a id="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></dd>
</dl>
</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/SimpleNode.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>