blob: 3586b1f92c8567785e779af4acd5ee287538202f [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>org.apache.cayenne.exp.parser (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="org.apache.cayenne.exp.parser (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.cayenne.exp.parser</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Contains expression parser and other expression internals.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExpressionParserConstants.html" title="interface in org.apache.cayenne.exp.parser">ExpressionParserConstants</a></th>
<td class="colLast">
<div class="block">Token literal values and constants.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExpressionParserTreeConstants.html" title="interface in org.apache.cayenne.exp.parser">ExpressionParserTreeConstants</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Node.html" title="interface in org.apache.cayenne.exp.parser">Node</a></th>
<td class="colLast">
<div class="block">Provides basic machinery for constructing the parent and child relationships
between nodes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AggregateConditionNode.html" title="class in org.apache.cayenne.exp.parser">AggregateConditionNode</a></th>
<td class="colLast">
<div class="block">Superclass of aggregated conditional nodes such as NOT, AND, OR.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTAbs.html" title="class in org.apache.cayenne.exp.parser">ASTAbs</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTAdd.html" title="class in org.apache.cayenne.exp.parser">ASTAdd</a></th>
<td class="colLast">
<div class="block">"Add" Expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTAggregateFunctionCall.html" title="class in org.apache.cayenne.exp.parser">ASTAggregateFunctionCall</a></th>
<td class="colLast">
<div class="block">Base class for all aggregation functions expressions
It's more like marker interface for now.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTAnd.html" title="class in org.apache.cayenne.exp.parser">ASTAnd</a></th>
<td class="colLast">
<div class="block">"And" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTAsterisk.html" title="class in org.apache.cayenne.exp.parser">ASTAsterisk</a></th>
<td class="colLast">
<div class="block">Asterisk operator for COUNT(*) expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTAvg.html" title="class in org.apache.cayenne.exp.parser">ASTAvg</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTBetween.html" title="class in org.apache.cayenne.exp.parser">ASTBetween</a></th>
<td class="colLast">
<div class="block">"Between" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseAnd.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseAnd</a></th>
<td class="colLast">
<div class="block">Bitwise conjunction (AND or '&amp;') expression</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseLeftShift.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseLeftShift</a></th>
<td class="colLast">
<div class="block">Bitwise left shift '&lt;&lt;' operation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseNot.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseNot</a></th>
<td class="colLast">
<div class="block">Bitwise negation (NOT i.e.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseOr.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseOr</a></th>
<td class="colLast">
<div class="block">Bitwise disjunction (OR or '|') expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseRightShift.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseRightShift</a></th>
<td class="colLast">
<div class="block">Bitwise right shift '&gt;&gt;' operation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTBitwiseXor.html" title="class in org.apache.cayenne.exp.parser">ASTBitwiseXor</a></th>
<td class="colLast">
<div class="block">Bitwise exclusive disjunction (XOR or '^') operation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTConcat.html" title="class in org.apache.cayenne.exp.parser">ASTConcat</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTCount.html" title="class in org.apache.cayenne.exp.parser">ASTCount</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTCurrentDate.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentDate</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTCurrentTime.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentTime</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTCurrentTimestamp.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentTimestamp</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTCustomFunction.html" title="class in org.apache.cayenne.exp.parser">ASTCustomFunction</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTCustomOperator.html" title="class in org.apache.cayenne.exp.parser">ASTCustomOperator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTDbIdPath.html" title="class in org.apache.cayenne.exp.parser">ASTDbIdPath</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTDbPath.html" title="class in org.apache.cayenne.exp.parser">ASTDbPath</a></th>
<td class="colLast">
<div class="block">Path expression traversing DB relationships and attributes.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTDistinct.html" title="class in org.apache.cayenne.exp.parser">ASTDistinct</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTDivide.html" title="class in org.apache.cayenne.exp.parser">ASTDivide</a></th>
<td class="colLast">
<div class="block">"Divide" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTEnclosingObject.html" title="class in org.apache.cayenne.exp.parser">ASTEnclosingObject</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTEnum.html" title="class in org.apache.cayenne.exp.parser">ASTEnum</a></th>
<td class="colLast">
<div class="block">Scalar node that represents constant enumeration value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTEqual.html" title="class in org.apache.cayenne.exp.parser">ASTEqual</a></th>
<td class="colLast">
<div class="block">"Equal To" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTExists.html" title="class in org.apache.cayenne.exp.parser">ASTExists</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTExtract.html" title="class in org.apache.cayenne.exp.parser">ASTExtract</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTFalse.html" title="class in org.apache.cayenne.exp.parser">ASTFalse</a></th>
<td class="colLast">
<div class="block">Boolean false expression element
Notice that there is one ASTTrue and one ASTFalse instead of a ASTBoolean
with a Boolean value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTFullObject.html" title="class in org.apache.cayenne.exp.parser">ASTFullObject</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTFunctionCall.html" title="class in org.apache.cayenne.exp.parser">ASTFunctionCall</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTGreater.html" title="class in org.apache.cayenne.exp.parser">ASTGreater</a></th>
<td class="colLast">
<div class="block">"Greater Than" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTGreaterOrEqual.html" title="class in org.apache.cayenne.exp.parser">ASTGreaterOrEqual</a></th>
<td class="colLast">
<div class="block">"Greater Than Or Equal To" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTIn.html" title="class in org.apache.cayenne.exp.parser">ASTIn</a></th>
<td class="colLast">
<div class="block">"In" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTLength.html" title="class in org.apache.cayenne.exp.parser">ASTLength</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTLess.html" title="class in org.apache.cayenne.exp.parser">ASTLess</a></th>
<td class="colLast">
<div class="block">"Less Then" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTLessOrEqual.html" title="class in org.apache.cayenne.exp.parser">ASTLessOrEqual</a></th>
<td class="colLast">
<div class="block">"Less than or equal to" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTLike.html" title="class in org.apache.cayenne.exp.parser">ASTLike</a></th>
<td class="colLast">
<div class="block">"Like" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTLikeIgnoreCase.html" title="class in org.apache.cayenne.exp.parser">ASTLikeIgnoreCase</a></th>
<td class="colLast">
<div class="block">"Case insensitive like" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTList.html" title="class in org.apache.cayenne.exp.parser">ASTList</a></th>
<td class="colLast">
<div class="block">A leaf expression representing an immutable collection of values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTLocate.html" title="class in org.apache.cayenne.exp.parser">ASTLocate</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTLower.html" title="class in org.apache.cayenne.exp.parser">ASTLower</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTMax.html" title="class in org.apache.cayenne.exp.parser">ASTMax</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTMin.html" title="class in org.apache.cayenne.exp.parser">ASTMin</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTMod.html" title="class in org.apache.cayenne.exp.parser">ASTMod</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTMultiply.html" title="class in org.apache.cayenne.exp.parser">ASTMultiply</a></th>
<td class="colLast">
<div class="block">"Multiply" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTNamedParameter.html" title="class in org.apache.cayenne.exp.parser">ASTNamedParameter</a></th>
<td class="colLast">
<div class="block">A named expression parameter.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTNegate.html" title="class in org.apache.cayenne.exp.parser">ASTNegate</a></th>
<td class="colLast">
<div class="block">"Negate" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTNot.html" title="class in org.apache.cayenne.exp.parser">ASTNot</a></th>
<td class="colLast">
<div class="block">"Not" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTNotBetween.html" title="class in org.apache.cayenne.exp.parser">ASTNotBetween</a></th>
<td class="colLast">
<div class="block">"Not Between" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTNotEqual.html" title="class in org.apache.cayenne.exp.parser">ASTNotEqual</a></th>
<td class="colLast">
<div class="block">"Not equal to" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTNotExists.html" title="class in org.apache.cayenne.exp.parser">ASTNotExists</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTNotIn.html" title="class in org.apache.cayenne.exp.parser">ASTNotIn</a></th>
<td class="colLast">
<div class="block">"Not In" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTNotLike.html" title="class in org.apache.cayenne.exp.parser">ASTNotLike</a></th>
<td class="colLast">
<div class="block">"Not Like" expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTNotLikeIgnoreCase.html" title="class in org.apache.cayenne.exp.parser">ASTNotLikeIgnoreCase</a></th>
<td class="colLast">
<div class="block">"Not like, ignore case" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTObjPath.html" title="class in org.apache.cayenne.exp.parser">ASTObjPath</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTOr.html" title="class in org.apache.cayenne.exp.parser">ASTOr</a></th>
<td class="colLast">
<div class="block">"Or" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTPath.html" title="class in org.apache.cayenne.exp.parser">ASTPath</a></th>
<td class="colLast">
<div class="block">Generic path expression.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTScalar.html" title="class in org.apache.cayenne.exp.parser">ASTScalar</a></th>
<td class="colLast">
<div class="block">A scalar value wrapper expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTSqrt.html" title="class in org.apache.cayenne.exp.parser">ASTSqrt</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTSubquery.html" title="class in org.apache.cayenne.exp.parser">ASTSubquery</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTSubstring.html" title="class in org.apache.cayenne.exp.parser">ASTSubstring</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTSubtract.html" title="class in org.apache.cayenne.exp.parser">ASTSubtract</a></th>
<td class="colLast">
<div class="block">"Subtract" expression.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTSum.html" title="class in org.apache.cayenne.exp.parser">ASTSum</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTTrim.html" title="class in org.apache.cayenne.exp.parser">ASTTrim</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ASTTrue.html" title="class in org.apache.cayenne.exp.parser">ASTTrue</a></th>
<td class="colLast">
<div class="block">Boolean true expression element Notice that there is one ASTTrue and one
ASTFalse instead of a ASTBoolean with a Boolean value.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTUpper.html" title="class in org.apache.cayenne.exp.parser">ASTUpper</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConditionNode.html" title="class in org.apache.cayenne.exp.parser">ConditionNode</a></th>
<td class="colLast">
<div class="block">Superclass of conditional expressions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EvaluatedBitwiseNode.html" title="class in org.apache.cayenne.exp.parser">EvaluatedBitwiseNode</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="EvaluatedMathNode.html" title="class in org.apache.cayenne.exp.parser">EvaluatedMathNode</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EvaluatedNode.html" title="class in org.apache.cayenne.exp.parser">EvaluatedNode</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExpressionParser.html" title="class in org.apache.cayenne.exp.parser">ExpressionParser</a></th>
<td class="colLast">
<div class="block">Parser of Cayenne Expressions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExpressionParserTokenManager.html" title="class in org.apache.cayenne.exp.parser">ExpressionParserTokenManager</a></th>
<td class="colLast">
<div class="block">Token Manager.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JavaCharStream.html" title="class in org.apache.cayenne.exp.parser">JavaCharStream</a></th>
<td class="colLast">
<div class="block">An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JJTExpressionParserState.html" title="class in org.apache.cayenne.exp.parser">JJTExpressionParserState</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PatternMatchNode.html" title="class in org.apache.cayenne.exp.parser">PatternMatchNode</a></th>
<td class="colLast">
<div class="block">Superclass of pattern matching nodes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></th>
<td class="colLast">
<div class="block">Superclass of AST* expressions that implements Node interface defined by JavaCC framework.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Token.html" title="class in org.apache.cayenne.exp.parser">Token</a></th>
<td class="colLast">
<div class="block">Describes the input token stream.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ASTExtract.DateTimePart.html" title="enum in org.apache.cayenne.exp.parser">ASTExtract.DateTimePart</a></th>
<td class="colLast">
<div class="block">Available components of date/time.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParseException.html" title="class in org.apache.cayenne.exp.parser">ParseException</a></th>
<td class="colLast">
<div class="block">This exception is thrown when parse errors are encountered.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Error Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Error</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="TokenMgrError.html" title="class in org.apache.cayenne.exp.parser">TokenMgrError</a></th>
<td class="colLast">
<div class="block">Token Manager Error.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>