blob: 4d34c1a72ac4596e565f68d398ac12bf8e7c76a1 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sat Sep 20 17:22:56 FET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ExpressionParserTreeConstants (Cayenne Documentation 3.1 API)</title>
<meta name="date" content="2014-09-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ExpressionParserTreeConstants (Cayenne Documentation 3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExpressionParserTreeConstants.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTokenManager.html" title="class in org.apache.cayenne.exp.parser"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/exp/parser/JavaCharStream.html" title="class in org.apache.cayenne.exp.parser"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html" target="_top">Frames</a></li>
<li><a href="ExpressionParserTreeConstants.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></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>
</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>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cayenne.exp.parser</div>
<h2 title="Interface ExpressionParserTreeConstants" class="title">Interface ExpressionParserTreeConstants</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParser.html" title="class in org.apache.cayenne.exp.parser">ExpressionParser</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ExpressionParserTreeConstants</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTADD">JJTADD</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTAND">JJTAND</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTBETWEEN">JJTBETWEEN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTDBPATH">JJTDBPATH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTDIVIDE">JJTDIVIDE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTEQUAL">JJTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTFALSE">JJTFALSE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTGREATER">JJTGREATER</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTGREATEROREQUAL">JJTGREATEROREQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTIN">JJTIN</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTLESS">JJTLESS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTLESSOREQUAL">JJTLESSOREQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTLIKE">JJTLIKE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTLIKEIGNORECASE">JJTLIKEIGNORECASE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTLIST">JJTLIST</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTMULTIPLY">JJTMULTIPLY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNAMEDPARAMETER">JJTNAMEDPARAMETER</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNEGATE">JJTNEGATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#jjtNodeName">jjtNodeName</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOT">JJTNOT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOTBETWEEN">JJTNOTBETWEEN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOTEQUAL">JJTNOTEQUAL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOTIN">JJTNOTIN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOTLIKE">JJTNOTLIKE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTNOTLIKEIGNORECASE">JJTNOTLIKEIGNORECASE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTOBJPATH">JJTOBJPATH</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTOR">JJTOR</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTSCALAR">JJTSCALAR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTSUBTRACT">JJTSUBTRACT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTTRUE">JJTTRUE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html#JJTVOID">JJTVOID</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="JJTVOID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTVOID</h4>
<pre>static final&nbsp;int JJTVOID</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTVOID">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTOR</h4>
<pre>static final&nbsp;int JJTOR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTOR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTAND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTAND</h4>
<pre>static final&nbsp;int JJTAND</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTAND">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOT</h4>
<pre>static final&nbsp;int JJTNOT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTTRUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTTRUE</h4>
<pre>static final&nbsp;int JJTTRUE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTTRUE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTFALSE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTFALSE</h4>
<pre>static final&nbsp;int JJTFALSE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTFALSE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTEQUAL</h4>
<pre>static final&nbsp;int JJTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOTEQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOTEQUAL</h4>
<pre>static final&nbsp;int JJTNOTEQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOTEQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTLESSOREQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTLESSOREQUAL</h4>
<pre>static final&nbsp;int JJTLESSOREQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTLESSOREQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTLESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTLESS</h4>
<pre>static final&nbsp;int JJTLESS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTLESS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTGREATER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTGREATER</h4>
<pre>static final&nbsp;int JJTGREATER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTGREATER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTGREATEROREQUAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTGREATEROREQUAL</h4>
<pre>static final&nbsp;int JJTGREATEROREQUAL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTGREATEROREQUAL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTLIKE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTLIKE</h4>
<pre>static final&nbsp;int JJTLIKE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTLIKE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTLIKEIGNORECASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTLIKEIGNORECASE</h4>
<pre>static final&nbsp;int JJTLIKEIGNORECASE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTLIKEIGNORECASE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTIN</h4>
<pre>static final&nbsp;int JJTIN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTBETWEEN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTBETWEEN</h4>
<pre>static final&nbsp;int JJTBETWEEN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTBETWEEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOTLIKE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOTLIKE</h4>
<pre>static final&nbsp;int JJTNOTLIKE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOTLIKE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOTLIKEIGNORECASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOTLIKEIGNORECASE</h4>
<pre>static final&nbsp;int JJTNOTLIKEIGNORECASE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOTLIKEIGNORECASE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOTIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOTIN</h4>
<pre>static final&nbsp;int JJTNOTIN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOTIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNOTBETWEEN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNOTBETWEEN</h4>
<pre>static final&nbsp;int JJTNOTBETWEEN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNOTBETWEEN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTLIST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTLIST</h4>
<pre>static final&nbsp;int JJTLIST</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTLIST">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTSCALAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTSCALAR</h4>
<pre>static final&nbsp;int JJTSCALAR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTSCALAR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTADD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTADD</h4>
<pre>static final&nbsp;int JJTADD</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTADD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTSUBTRACT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTSUBTRACT</h4>
<pre>static final&nbsp;int JJTSUBTRACT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTSUBTRACT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTMULTIPLY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTMULTIPLY</h4>
<pre>static final&nbsp;int JJTMULTIPLY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTMULTIPLY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTDIVIDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTDIVIDE</h4>
<pre>static final&nbsp;int JJTDIVIDE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTDIVIDE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNEGATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNEGATE</h4>
<pre>static final&nbsp;int JJTNEGATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNEGATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTNAMEDPARAMETER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTNAMEDPARAMETER</h4>
<pre>static final&nbsp;int JJTNAMEDPARAMETER</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTNAMEDPARAMETER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTOBJPATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTOBJPATH</h4>
<pre>static final&nbsp;int JJTOBJPATH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTOBJPATH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="JJTDBPATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JJTDBPATH</h4>
<pre>static final&nbsp;int JJTDBPATH</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.cayenne.exp.parser.ExpressionParserTreeConstants.JJTDBPATH">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="jjtNodeName">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>jjtNodeName</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] jjtNodeName</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExpressionParserTreeConstants.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cayenne/exp/parser/ExpressionParserTokenManager.html" title="class in org.apache.cayenne.exp.parser"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/exp/parser/JavaCharStream.html" title="class in org.apache.cayenne.exp.parser"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/exp/parser/ExpressionParserTreeConstants.html" target="_top">Frames</a></li>
<li><a href="ExpressionParserTreeConstants.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All 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>
</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>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</body>
</html>