blob: d5249ccff219f3a96dbc5b2c8f2aa4bdc113ab0a [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>ASTFalse (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="ASTFalse (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};
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/ASTFalse.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><a href="#field.summary">Field</a>&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.exp.parser</a></div>
<h2 title="Class ASTFalse" class="title">Class ASTFalse</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><a href="../Expression.html" title="class in org.apache.cayenne.exp">org.apache.cayenne.exp.Expression</a></li>
<li>
<ul class="inheritance">
<li><a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">org.apache.cayenne.exp.parser.SimpleNode</a></li>
<li>
<ul class="inheritance">
<li><a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">org.apache.cayenne.exp.parser.ConditionNode</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cayenne.exp.parser.ASTFalse</li>
</ul>
</li>
</ul>
</li>
</ul>
</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="Node.html" title="interface in org.apache.cayenne.exp.parser">Node</a></code>, <code><a href="../../util/XMLSerializable.html" title="interface in org.apache.cayenne.util">XMLSerializable</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">ASTFalse</span>
extends <a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">ConditionNode</a></pre>
<div class="block">Boolean false expression element
Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean
with a Boolean value. The main reason for doing this is that a common
ASTBoolean will have operand count of 1 and that will default to a prepared
statement like " where ? and (...)", but we only need " where true and
(...)".</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="ASTTrue.html" title="class in org.apache.cayenne.exp.parser"><code>ASTTrue</code></a>,
<a href="../../../../../serialized-form.html#org.apache.cayenne.exp.parser.ASTFalse">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></h3>
<code><a href="SimpleNode.html#children">children</a>, <a href="SimpleNode.html#id">id</a>, <a href="SimpleNode.html#parent">parent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.cayenne.exp.Expression">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.exp.<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a></h3>
<code><a href="../Expression.html#ADD">ADD</a>, <a href="../Expression.html#AND">AND</a>, <a href="../Expression.html#ASTERISK">ASTERISK</a>, <a href="../Expression.html#BETWEEN">BETWEEN</a>, <a href="../Expression.html#BITWISE_AND">BITWISE_AND</a>, <a href="../Expression.html#BITWISE_LEFT_SHIFT">BITWISE_LEFT_SHIFT</a>, <a href="../Expression.html#BITWISE_NOT">BITWISE_NOT</a>, <a href="../Expression.html#BITWISE_OR">BITWISE_OR</a>, <a href="../Expression.html#BITWISE_RIGHT_SHIFT">BITWISE_RIGHT_SHIFT</a>, <a href="../Expression.html#BITWISE_XOR">BITWISE_XOR</a>, <a href="../Expression.html#CUSTOM_OP">CUSTOM_OP</a>, <a href="../Expression.html#DB_PATH">DB_PATH</a>, <a href="../Expression.html#DBID_PATH">DBID_PATH</a>, <a href="../Expression.html#DIVIDE">DIVIDE</a>, <a href="../Expression.html#ENCLOSING_OBJECT">ENCLOSING_OBJECT</a>, <a href="../Expression.html#EQUAL_TO">EQUAL_TO</a>, <a href="../Expression.html#EXISTS">EXISTS</a>, <a href="../Expression.html#FALSE">FALSE</a>, <a href="../Expression.html#FULL_OBJECT">FULL_OBJECT</a>, <a href="../Expression.html#FUNCTION_CALL">FUNCTION_CALL</a>, <a href="../Expression.html#GREATER_THAN">GREATER_THAN</a>, <a href="../Expression.html#GREATER_THAN_EQUAL_TO">GREATER_THAN_EQUAL_TO</a>, <a href="../Expression.html#IN">IN</a>, <a href="../Expression.html#LESS_THAN">LESS_THAN</a>, <a href="../Expression.html#LESS_THAN_EQUAL_TO">LESS_THAN_EQUAL_TO</a>, <a href="../Expression.html#LIKE">LIKE</a>, <a href="../Expression.html#LIKE_IGNORE_CASE">LIKE_IGNORE_CASE</a>, <a href="../Expression.html#LIST">LIST</a>, <a href="../Expression.html#MULTIPLY">MULTIPLY</a>, <a href="../Expression.html#NEGATIVE">NEGATIVE</a>, <a href="../Expression.html#NOT">NOT</a>, <a href="../Expression.html#NOT_BETWEEN">NOT_BETWEEN</a>, <a href="../Expression.html#NOT_EQUAL_TO">NOT_EQUAL_TO</a>, <a href="../Expression.html#NOT_EXISTS">NOT_EXISTS</a>, <a href="../Expression.html#NOT_IN">NOT_IN</a>, <a href="../Expression.html#NOT_LIKE">NOT_LIKE</a>, <a href="../Expression.html#NOT_LIKE_IGNORE_CASE">NOT_LIKE_IGNORE_CASE</a>, <a href="../Expression.html#OBJ_PATH">OBJ_PATH</a>, <a href="../Expression.html#OR">OR</a>, <a href="../Expression.html#PRUNED_NODE">PRUNED_NODE</a>, <a href="../Expression.html#SUBQUERY">SUBQUERY</a>, <a href="../Expression.html#SUBTRACT">SUBTRACT</a>, <a href="../Expression.html#TRUE">TRUE</a>, <a href="../Expression.html#type">type</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== 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()">ASTFalse</a></span>()</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>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#appendAsEJBQL(java.util.List,java.lang.Appendable,java.lang.String)">appendAsEJBQL</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<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>&gt;&nbsp;parameterAccumulator,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Appendable</a>&nbsp;out,
<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;rootId)</code></th>
<td class="colLast">
<div class="block">Stores a String representation of Expression as EJBQL using a provided
PrintWriter.</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="#appendAsString(java.lang.Appendable)">appendAsString</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Appendable</a>&nbsp;out)</code></th>
<td class="colLast">
<div class="block">Appends own content as a String to the provided Appendable.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink">Boolean</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#evaluateSubNode(java.lang.Object,java.lang.Object%5B%5D)">evaluateSubNode</a></span>&#8203;(<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>&nbsp;o,
<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>[]&nbsp;evaluatedChildren)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected <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="#getExpressionOperator(int)">getExpressionOperator</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRequiredChildrenCount()">getRequiredChildrenCount</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getType()">getType</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a type of expression.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#shallowCopy()">shallowCopy</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a copy of this expression node, without copying children.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.exp.parser.ConditionNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">ConditionNode</a></h3>
<code><a href="ConditionNode.html#evaluateNode(java.lang.Object)">evaluateNode</a>, <a href="ConditionNode.html#jjtSetParent(org.apache.cayenne.exp.parser.Node)">jjtSetParent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></h3>
<code><a href="SimpleNode.html#appendAsEJBQL(java.lang.Appendable,java.lang.String)">appendAsEJBQL</a>, <a href="SimpleNode.html#appendAsEscapedString(java.lang.Appendable,java.lang.String)">appendAsEscapedString</a>, <a href="SimpleNode.html#appendChildrenAsEJBQL(java.util.List,java.lang.Appendable,java.lang.String)">appendChildrenAsEJBQL</a>, <a href="SimpleNode.html#appendScalarAsString(java.lang.Appendable,java.lang.Object,char)">appendScalarAsString</a>, <a href="SimpleNode.html#connectChildren()">connectChildren</a>, <a href="SimpleNode.html#encodeScalarAsEJBQL(java.util.List,java.lang.Appendable,java.lang.Object)">encodeScalarAsEJBQL</a>, <a href="SimpleNode.html#evaluate(java.lang.Object)">evaluate</a>, <a href="SimpleNode.html#evaluateChild(int,java.lang.Object)">evaluateChild</a>, <a href="SimpleNode.html#expName()">expName</a>, <a href="SimpleNode.html#flattenTree()">flattenTree</a>, <a href="SimpleNode.html#getEJBQLExpressionOperator(int)">getEJBQLExpressionOperator</a>, <a href="SimpleNode.html#getOperand(int)">getOperand</a>, <a href="SimpleNode.html#getOperandCount()">getOperandCount</a>, <a href="SimpleNode.html#getPathAliases()">getPathAliases</a>, <a href="SimpleNode.html#jjtAddChild(org.apache.cayenne.exp.parser.Node,int)">jjtAddChild</a>, <a href="SimpleNode.html#jjtClose()">jjtClose</a>, <a href="SimpleNode.html#jjtGetChild(int)">jjtGetChild</a>, <a href="SimpleNode.html#jjtGetNumChildren()">jjtGetNumChildren</a>, <a href="SimpleNode.html#jjtGetParent()">jjtGetParent</a>, <a href="SimpleNode.html#jjtOpen()">jjtOpen</a>, <a href="SimpleNode.html#notExp()">notExp</a>, <a href="SimpleNode.html#pruneNodeForPrunedChild(java.lang.Object)">pruneNodeForPrunedChild</a>, <a href="SimpleNode.html#setOperand(int,java.lang.Object)">setOperand</a>, <a href="SimpleNode.html#unwrapChild(org.apache.cayenne.exp.parser.Node)">unwrapChild</a>, <a href="SimpleNode.html#wrapChild(java.lang.Object)">wrapChild</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.exp.Expression">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a></h3>
<code><a href="../Expression.html#andExp(org.apache.cayenne.exp.Expression)">andExp</a>, <a href="../Expression.html#andExp(org.apache.cayenne.exp.Expression,org.apache.cayenne.exp.Expression...)">andExp</a>, <a href="../Expression.html#deepCopy()">deepCopy</a>, <a href="../Expression.html#encodeAsXML(org.apache.cayenne.util.XMLEncoder,org.apache.cayenne.configuration.ConfigurationNodeVisitor)">encodeAsXML</a>, <a href="../Expression.html#equals(java.lang.Object)">equals</a>, <a href="../Expression.html#filter(java.util.Collection,java.util.Collection)">filter</a>, <a href="../Expression.html#filterObjects(java.util.Collection)">filterObjects</a>, <a href="../Expression.html#first(java.util.List)">first</a>, <a href="../Expression.html#hashCode()">hashCode</a>, <a href="../Expression.html#joinExp(int,org.apache.cayenne.exp.Expression)">joinExp</a>, <a href="../Expression.html#joinExp(int,org.apache.cayenne.exp.Expression,org.apache.cayenne.exp.Expression...)">joinExp</a>, <a href="../Expression.html#match(java.lang.Object)">match</a>, <a href="../Expression.html#orExp(org.apache.cayenne.exp.Expression)">orExp</a>, <a href="../Expression.html#orExp(org.apache.cayenne.exp.Expression,org.apache.cayenne.exp.Expression...)">orExp</a>, <a href="../Expression.html#params(java.util.Map)">params</a>, <a href="../Expression.html#params(java.util.Map,boolean)">params</a>, <a href="../Expression.html#paramsArray(java.lang.Object...)">paramsArray</a>, <a href="../Expression.html#setType(int)">setType</a>, <a href="../Expression.html#toEJBQL(java.lang.String)">toEJBQL</a>, <a href="../Expression.html#toEJBQL(java.util.List,java.lang.String)">toEJBQL</a>, <a href="../Expression.html#toString()">toString</a>, <a href="../Expression.html#transform(java.util.function.Function)">transform</a>, <a href="../Expression.html#transformExpression(java.util.function.Function)">transformExpression</a>, <a href="../Expression.html#traverse(org.apache.cayenne.exp.Expression,org.apache.cayenne.exp.TraversalHandler)">traverse</a>, <a href="../Expression.html#traverse(org.apache.cayenne.exp.TraversalHandler)">traverse</a></code></li>
</ul>
<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#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#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;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ASTFalse</h4>
<pre>public&nbsp;ASTFalse()</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="getRequiredChildrenCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredChildrenCount</h4>
<pre class="methodSignature">protected&nbsp;int&nbsp;getRequiredChildrenCount()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ConditionNode.html#getRequiredChildrenCount()">getRequiredChildrenCount</a></code>&nbsp;in class&nbsp;<code><a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">ConditionNode</a></code></dd>
</dl>
</li>
</ul>
<a id="evaluateSubNode(java.lang.Object,java.lang.Object[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>evaluateSubNode</h4>
<pre class="methodSignature">protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang" class="externalLink">Boolean</a>&nbsp;evaluateSubNode&#8203;(<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>&nbsp;o,
<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>[]&nbsp;evaluatedChildren)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang" class="externalLink">Exception</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ConditionNode.html#evaluateSubNode(java.lang.Object,java.lang.Object%5B%5D)">evaluateSubNode</a></code>&nbsp;in class&nbsp;<code><a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">ConditionNode</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang" class="externalLink">Exception</a></code></dd>
</dl>
</li>
</ul>
<a id="getExpressionOperator(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExpressionOperator</h4>
<pre class="methodSignature">protected&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;getExpressionOperator&#8203;(int&nbsp;index)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="SimpleNode.html#getExpressionOperator(int)">getExpressionOperator</a></code>&nbsp;in class&nbsp;<code><a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
</dl>
</li>
</ul>
<a id="shallowCopy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shallowCopy</h4>
<pre class="methodSignature">public&nbsp;<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;shallowCopy()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../Expression.html#shallowCopy()">Expression</a></code></span></div>
<div class="block">Creates a copy of this expression node, without copying children.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Expression.html#shallowCopy()">shallowCopy</a></code>&nbsp;in class&nbsp;<code><a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></dd>
</dl>
</li>
</ul>
<a id="getType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;getType()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../Expression.html#getType()">Expression</a></code></span></div>
<div class="block">Returns a type of expression. Most common types are defined as public
static fields of this interface.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../Expression.html#getType()">getType</a></code>&nbsp;in class&nbsp;<code><a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></dd>
</dl>
</li>
</ul>
<a id="appendAsString(java.lang.Appendable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appendAsString</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;appendAsString&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Appendable</a>&nbsp;out)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../Expression.html#appendAsString(java.lang.Appendable)">Expression</a></code></span></div>
<div class="block">Appends own content as a String to the provided Appendable.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="SimpleNode.html#appendAsString(java.lang.Appendable)">appendAsString</a></code>&nbsp;in class&nbsp;<code><a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.0</dd>
</dl>
</li>
</ul>
<a id="appendAsEJBQL(java.util.List,java.lang.Appendable,java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>appendAsEJBQL</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;appendAsEJBQL&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<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>&gt;&nbsp;parameterAccumulator,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Appendable</a>&nbsp;out,
<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;rootId)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../Expression.html#appendAsEJBQL(java.util.List,java.lang.Appendable,java.lang.String)">Expression</a></code></span></div>
<div class="block">Stores a String representation of Expression as EJBQL using a provided
PrintWriter. DB path expressions produce non-standard EJBQL path
expressions. If the parameterAccumulator is supplied then as the EJBQL is
output, it may load parameters into this list. In this case, the EJBQL
output will contain reference to positional parameters. If no
parameterAccumulator is supplied and a scalar type is encountered for
which there is no EJBQL literal representation (such as dates) then this
method will throw a runtime exception to indicate that it was not
possible to generate a string-only representation of the Expression in
EJBQL.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="SimpleNode.html#appendAsEJBQL(java.util.List,java.lang.Appendable,java.lang.String)">appendAsEJBQL</a></code>&nbsp;in class&nbsp;<code><a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.0</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/ASTFalse.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><a href="#field.summary">Field</a>&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>